v1
latestOpenAPI 3.0.02026-07-2640301.0 MBInterac Endpoints
interac/bulk-payout/transaction
This endpoint is used to look up details on an Interac e-Transfer bulk payout transaction.
get/interac/bulk-payout/transaction
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the e-transfer
ClientReferenceNumberstring
An optional reference number which was associated with the transaction.
TransactionIDstring
Unique ID of the fund transaction. Either this or ClientReferenceNumber is required.
Response
Example response
{
"Success": true,
"TransactionStatus": "pending",
"TransactionDateTime": "2019-11-02 12:00:00",
"Currency": "CAD",
"LastModified": "2019-11-12 12:00:00",
"SenderName": "John Doe",
"RecipientName": "Max Doe",
"EmailAddress": "maxdoe@email.com",
"ConfirmationNumber": "11223344",
"ProcessingDate": "2019-12-01 12:00:00",
"GLCode": "4300",
"TransactionTypeCode": "999"
}