Anchor to customerPaymentMethodcustomer
customerPaymentMethod
query
Returns a CustomerPaymentMethod resource by its ID.
Anchor to Arguments
Arguments
- •ID!required
The ID of the CustomerPaymentMethod to return.
- Anchor to showRevokedshow•
Revoked BooleanDefault:false Whether to show the customer's revoked payment method.
Was this section helpful?
Anchor to Possible returnsPossible returns
- Anchor to CustomerPaymentMethodCustomer•
Payment Method A customer's payment method.
Was this section helpful?
Query Reference
1{2 customerPaymentMethod(id) {3 # customerPaymentMethod fields4 }5}