Anchor to PaymentInstrumentPayment
PaymentInstrument
union
Requires access scope.
All possible instrument outputs for Payment Mandates.
Anchor to Possible typesPossible types
- •OBJECT
Represents a credit card payment instrument.
- billing
Address •CustomerCredit Card Billing Address The billing address of the card.
- brand•String!non-null
The brand for the card.
- expired•Boolean!non-null
Whether the card has been expired.
- expiry
Month •Int!non-null The expiry month of the card.
- expiry
Year •Int!non-null The expiry year of the card.
- last
Digits •String!non-null The last four digits for the card.
- name•String!non-null
The name of the card holder.
- billing
- •OBJECT
Represents a paypal billing agreement payment instrument.
- inactive•Boolean!non-null
Whether the paypal billing agreement is inactive.
- name•String!non-null
The paypal account name.
- paypal
Account •Email String!non-null The paypal account email address.
- inactive•
Was this section helpful?
Anchor to Fields with this unionFields with this union
- •OBJECT
The outputs details of the payment instrument.
Was this section helpful?
union PaymentInstrument = VaultCreditCard | VaultPaypalBillingAgreement