Portal

A Payment Method represents a customer’s payment instrument. A Payment Method may be used to add funds to a customer’s balance.

Payment Method Attributes

FieldTypeDescriptionExample value
idstringUnique identifier for the payment method.2aa3d415-8256-4d0e-97a1-7cd0a09e0230
typestringThe type of the payment method.

Currently supported:

- credit_card
- apple_pay
- google_pay
- plaid
- bank_account
preferredbooleantrue value of this attribute indicates that the payment method is preferred.

*Please note that the attribute is not visible for payment methods that are not marked as preferred. apple_pay and google_pay payment methods cannot be marked as preferred as they are ephemeral.
cardobjectA Card object contains additional metadata for the associated card.

Bank Account Attributes


FieldTypeDescriptionExample value
accountNumberLast4stringThe last four digits of the associated bank account.
routingNumberstringThe full routing number for the bank.
namestringThe full name of the bank.

Card Attributes

FieldTypeDescriptionExample value
lastFourstringThe last four digits of the associated card data.
firstSixstringThe first six digits of the associated card data.
brandstringThe card brand.

Possible values are:

- amex
- diners
- discover
- jcb
- mastercard
- unionpay
- visa
- unknown
fingerprintstringUniquely identifies the content of the card number. It can be used to determine whether two customers who have signed up have used the same card number.