Skip to main content
union

Requires read_payment_mandate access scope.

All possible instrument outputs for Payment Mandates.

OBJECT

Represents a credit card payment instrument.

CustomerCreditCardBillingAddress

The billing address of the card.

String!
non-null

The brand for the card.

Boolean!
non-null

Whether the card has been expired.

Int!
non-null

The expiry month of the card.

Int!
non-null

The expiry year of the card.

String!
non-null

The last four digits for the card.

String!
non-null

The name of the card holder.

OBJECT

Represents a paypal billing agreement payment instrument.

Boolean!
non-null

Whether the paypal billing agreement is inactive.

String!
non-null

The paypal account name.

String!
non-null

The paypal account email address.


Was this section helpful?

Anchor to Fields with this unionFields with this union

OBJECT

A payment instrument and the permission the owner of the instrument gives to the merchant to debit it.


Was this section helpful?