CustomerPaymentInstrument
Requires access scope. Also: Requires
scope.
All possible instruments for CustomerPaymentMethods.
Anchor to Possible typesPossible types
- •OBJECT
Represents a card instrument for customer payment method.
- billing
Address •CustomerCredit Card Billing Address The billing address of the card.
- brand•String!non-null
The brand of the card.
- expires
Soon •Boolean!non-null Whether the card is about to expire.
- expiry
Month •Int!non-null The expiry month of the card.
- expiry
Year •Int!non-null The expiry year of the card.
- first
Digits •String The card's BIN number.
- is
Revocable •Boolean!non-null The payment method can be revoked if there are no active subscription contracts.
- last
Digits •String!non-null The last 4 digits of the card.
- masked
Number •String!non-null The masked card number with only the last 4 digits displayed.
- name•String!non-null
The name of the card holder.
- source•String
The source of the card if coming from a wallet such as Apple Pay.
- virtual
Last •Digits String The last 4 digits of the Device Account Number.
- billing
- •OBJECT
Represents a PayPal instrument for customer payment method.
- billing
Address •CustomerPayment Instrument Billing Address The billing address of this payment method.
- inactive•Boolean!non-null
Whether the PayPal billing agreement is inactive.
- is
Revocable •Boolean!non-null Whether the payment method can be revoked.The payment method can be revoked if there are no active subscription contracts.
- paypal
Account •Email String The customers's PayPal account email address.
- billing
- •OBJECT
Represents a Shop Pay card instrument for customer payment method.
- billing
Address •CustomerCredit Card Billing Address The billing address of the card.
- expires
Soon •Boolean!non-null Whether the card is about to expire.
- expiry
Month •Int!non-null The expiry month of the card.
- expiry
Year •Int!non-null The expiry year of the card.
- inactive•Boolean!non-null
Whether the Shop Pay billing agreement is inactive.
- is
Revocable •Boolean!non-null The payment method can be revoked if there are no active subscription contracts.
- last
Digits •String!non-null The last 4 digits of the card.
- masked
Number •String!non-null The masked card number with only the last 4 digits displayed.
- name•String!non-null
The name of the card holder.
- billing
Anchor to Fields with this unionFields with this union
- •OBJECT
The instrument for this payment method.