v1
latestOpenAPI 3.0.02026-07-2640301.0 MBDigital Wallet Endpoints
apple-pay/charge/transaction
This method is used to look up and return the full details on a single Apple Pay transaction. Apple Pay transactions take money out of the customer's card and deposit them into your VoPay account.
get/apple-pay/charge/transaction
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
TransactionIDinteger required
Account transaction ID
Response
Example response
{
"Success": true,
"TransactionStatus": "pending",
"TransactionDateTime": "2019-11-01 12:00:00",
"Currency": "CAD",
"ApplePayToken": "ACBDF-GAFSHD-AHBS-123456",
"Country": "CA",
"GLCode": "4300",
"TransactionTypeCode": "999",
"LastModified": "2019-11-03 01:00:00"
}