v1
latestOpenAPI 3.0.02026-07-2640301.0 MBRTP Endpoints
rtp/withdraw/transaction
This endpoint is used to look up details on a single RTP withdraw transaction. Withdraw transactions debit funds from your account and deposit them into the customer's account.
get/rtp/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 RTP withdraw transaction.
Response
Example response
{
"Success": true,
"TransactionStatus": "pending",
"TransactionDateTime": "2019-11-01 12:00:00",
"Currency": "CAD",
"RecipientName": "VoPay",
"ABARoutingNumber": "11234312",
"AccountNumber": "227654387",
"GLCode": "4300",
"LastModified": "2019-11-03 01:00:00",
"TransactionTypeCode": "999"
}