Skip to main content
Log inSign up
object

Requires read_customers access scope. Also: Requires read_customer_payment_methods scope.

Represents a card instrument for customer payment method.

•

The billing address of the card.

•
String!non-null

The brand of the card.

•
Boolean!non-null

Whether the card is about to expire.

•
Int!non-null

The expiry month of the card.

•
Int!non-null

The expiry year of the card.

•

The card's BIN number.

•
Boolean!non-null

The payment method can be revoked if there are no active subscription contracts.

•
String!non-null

The last 4 digits of the card.

•
String!non-null

The masked card number with only the last 4 digits displayed.

•
String!non-null

The name of the card holder.

•

The source of the card if coming from a wallet such as Apple Pay.

•

The last 4 digits of the Device Account Number.


Was this section helpful?