v1
latestOpenAPI 3.0.02026-07-2640301.0 MBEFT Endpoint
eft/withdraw/transaction
This endpoint is used to look up details on a single withdraw transaction. Withdraw transactions debit funds from your account and deposit them into the customer's account.
get/eft/withdraw/transaction
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
TransactionIDinteger required
Unique ID of the withdraw transaction
Response
Example response
{
"Success": true,
"TransactionStatus": "pending",
"TransactionDateTime": "2019-11-01 12:00:00",
"Currency": "CAD",
"LastModified": "2019-11-03 01:00:00",
"CompanyName*": "VoPay",
"FirstName*": "John",
"LastName": "Doe",
"Address1": "112 Bentall Street",
"City": "Vancouver",
"Province": "BC",
"Country": "Canada",
"PostalCode": "V2W 4V6",
"FinancialInstitutionNumber": "112",
"BranchTransitNumber": "11809",
"AccountNumber": "227654387",
"TransactionTypeCode": "999",
"PayLinkDetails": {
"0": {
"FirstName": "John",
"LastName": "Doe",
"EmailAddress": "john.doe@vopay.com",
"InvoiceNumber": "ABC1234",
"Note": "Paylink requested to the client 123",
"SenderName": "John Doe",
"PayLinkStatus": "pending",
"PayLinkCreated": "2019-11-03 01:00:00"
}
},
"GLCode": "4300"
}