v1
latestOpenAPI 3.0.02026-07-2640301.0 MBVopay Instant Endpoints
rtr/withdraw/transaction
This endpoint is used to look up details on a single VoPay Instant withdraw transaction. Withdraw transactions debit funds from your account and deposit them into the customer's account.
get/rtr/withdraw/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. Must provide either a TransactionID or ClientReferenceNumber.
ClientReferenceNumberstring
A reference number to use to search the transaction. Must provide either a TransactionID or ClientReferenceNumber.
Response
Example response
{
"Success": true,
"TransactionStatus": "pending",
"TransactionDateTime": "2019-11-01 12:00:00",
"Currency": "CAD",
"RecipientName": "VoPay",
"FinancialInstitutionNumber": "112",
"BranchTransitNumber": "11809",
"AccountNumber": "227654387",
"ProcessingDate": "2019-11-03 01:00:00",
"GLCode": "4300",
"LastModified": "2019-11-03 01:00:00",
"TransactionTypeCode": "999"
}