PaymentRequestPaymentDetails
type
Possible values: [PaymentRequestCardPayment
, PaymentRequestCryptoPayment
, PaymentRequestBankTransferPayment
]
- PaymentRequestCardPayment
- PaymentRequestCryptoPayment
- PaymentRequestBankTransferPayment
issuerstring
Card issuer
issuerCountrystring
Country of the card issuer
schemestring
Card scheme
Example:
VISA
cardTypestring
Card type
Example:
CREDIT
last4string
exchangeRatenumber
Exchange rate at the time of payment
Example:
1.25
depositAddressstring
Deposit address for the crypto payment
Example:
1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa
transactionHashstring
Transaction hash for the crypto payment
Example:
0x5c69bee701ef814a2b6a3f8d1e4f7b8c9e1f5c6d7e8f9a0b1c2d3e4f5g6h7i8j
bankReferencestring
Bank reference number for the payment
Example:
123456789
senderAccountNumberstring
Sender's account number
Example:
GB29NWBK60161331926819
senderNamestring
Sender's name
Example:
John Doe
PaymentRequestPaymentDetails
{
"issuer": "string",
"issuerCountry": "string",
"scheme": "VISA",
"cardType": "CREDIT",
"last4": "string"
}