Magidoc

SavePaymentMethodInput
Input Object

Input for saving a card captured via Stripe Elements (the payment method id from a confirmed SetupIntent).

Fields

#

billingAddress

Billing address used to set + validate the Stripe Tax location. Required before paid flows.

makeDefault

Non-null

Make this the account's default payment method.

paymentMethodId

Non-null

Provider payment method id (e.g. pm_...) from the confirmed SetupIntent.

Usages

#

References

#

  • Argument input of field saveAccountPaymentMethod from type Mutation