v1
latestOpenAPI 3.0.02026-07-2640301.0 MBInterac Endpoints
interac/money-request/transaction
This endpoint is used to look up details on a single Interac money request transaction. This endpoint can be used to return transactions created with the API, or transactions submitted via SFTP batch file.
get/interac/money-request/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 withdraw transaction. Either this or ClientReferenceNumber is required.
ClientReferenceNumberstring
An optional reference number which was associated with the transaction. This can only be used to look up the transaction if it was a unique ID.
Response
Example response
{
"Success": true,
"TransactionStatus": "pending",
"FailureReason": "{Reason}",
"TransactionDateTime": "2019-11-02 12:00:00",
"Currency": "CAD",
"LastModified": "2019-11-12 01:00:00",
"BatchFileName": "BMO_112567",
"Name": "John Doe",
"Email": "johndoe@email.com",
"PhoneNumber": "6041235678",
"RecipientName": "John Doe",
"MessageForRecipient": "Message",
"ConfirmationNumber": "112233",
"ProcessingDate": "2019-11-19 12:00:00",
"GLCode": "4300",
"TransactionTypeCode": "999"
}