Skip to main content
Log inSign up
Anchor to customerPaymentMethod

customerPaymentMethod

query

Returns a CustomerPaymentMethod resource by its ID.

ID!required

The ID of the CustomerPaymentMethod to return.

BooleanDefault:false

Whether to show the customer's revoked payment method.


Was this section helpful?

Anchor to CustomerPaymentMethodCustomerPaymentMethod

A customer's payment method.

customer

The customer to whom the payment method belongs.

id
non-null

The ID of this payment method.

instrument

The instrument for this payment method.

revokedAt

The time that the payment method was revoked.

revokedReason

The revocation reason for this payment method.

subscriptionContracts
non-null

List Subscription Contracts.


Was this section helpful?