addCreditCard
Mutation

Add a new payment method to be used with an Order. Scope: "orders".

Arguments

#

account

Non-null

Account to add the credit card to

creditCardInfo

Non-null

The credit card info

isSavedForLater

Whether this credit card should be saved for future payments

Default: true

name

Non-null

Name associated to this credit card

Response

#

Returns CreditCardWithStripeError !.

Example

#

3