Skip to main content

PaymentRequestPaymentDetails

type

Possible values: [PaymentRequestCardPayment, PaymentRequestCryptoPayment, PaymentRequestBankTransferPayment]

issuerstring

Card issuer

issuerCountrystring

Country of the card issuer

schemestring

Card scheme

Example: VISA
cardTypestring

Card type

Example: CREDIT
last4string
PaymentRequestPaymentDetails
{
"issuer": "string",
"issuerCountry": "string",
"scheme": "VISA",
"cardType": "CREDIT",
"last4": "string"
}