Adyen · Schema

StoredPaymentMethod

StoredPaymentMethod schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
bankAccountNumber string The bank account number (without separators).
bankLocationId string The location id of the bank. The field value is `nil` in most cases.
brand string The brand of the card.
expiryMonth string The month the card expires.
expiryYear string The last two digits of the year the card expires. For example, **22** for the year 2022.
holderName string The unique payment method code.
iban string The IBAN of the bank account.
id string A unique identifier of this stored payment method.
label string The shopper’s issuer account label
lastFour string The last four digits of the PAN.
name string The display name of the stored payment method.
networkTxReference string Returned in the response if you are not tokenizing with Adyen and are using the Merchant-initiated transactions (MIT) framework from Mastercard or Visa. This contains either the Mastercard Trace ID or
ownerName string The name of the bank account holder.
shopperEmail string The shopper’s email address.
supportedRecurringProcessingModels array The supported recurring processing models for this stored payment method.
supportedShopperInteractions array The supported shopper interactions for this stored payment method.
type string The type of payment method.
View JSON Schema on GitHub