WalletChargeAuthorizeRequest
amountintegerrequired
Amount in minor currency units.
Possible values: >= 1
currencyCurrencyCode (string)
Possible values: Value must match regular expression ^[A-Z]{3}$
Examples:
- Example 1
- Example 2
- Example 3
Example:
USDExample:
EURExample:
GBPpaymentTokenstringrequired
Opaque Apple Pay or Google Pay payment token.
Possible values: non-empty
externalReferenceIdstringnullable
WalletChargeAuthorizeRequest
{
"amount": 0,
"currency": "USD",
"paymentToken": "string",
"externalReferenceId": "string"
}