Interface

PaymentMethodBasicInfo

PaymentMethodBasicInfo

Interface for paymentmethod which will return to merchant, trigger by method call with createPaymentConsent

View Source types/cardNumber.d.ts, line 30

Members

object

# card

The card detail of the payment method
Properties:
Name Type Attributes Description
bin string <optional>
The bin code of the card
last4 string <optional>
The last 4 numbers of the card
brand string <optional>
The brand of the card
name string <optional>
The cardholder name of the card

View Source types/cardNumber.d.ts, line 39

string

# id

The id of the payment method

View Source types/cardNumber.d.ts, line 34