v1
latestOpenAPI 3.0.02026-07-2640301.0 MBInterac Endpoints
interac/inbound/transaction
This endpoint is used to look up details of Inbound ETransfer transactions.
get/interac/inbound/transaction
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
TransactionIDinteger
Unique ID of the Inbound E transaction.
Response
Example response
{
"Success": true,
"Transactions": {
"0": {
"MessageID": "1772b6ea650423asd",
"Name": "John Doe",
"Status": "successful",
"DateReceived": "2019-11-19 12:00:00"
}
}
}