Anchor to customerPaymentMethodRemoteCreditCardCreatecustomer
mutationcustomer Payment Method Remote Credit Card Create
Requires access scope. Also: Requires
scope.
Deprecated. Use customerPaymentMethodRemoteCreate instead.
Create a payment method from a credit card stored by Stripe.
Anchor to Arguments
Arguments
- Anchor to customerIdcustomer•ID!required
Id The ID of the customer.
- Anchor to stripeCustomerIdstripe•String!required
Customer Id The Stripe Customer ID.
- Anchor to stripePaymentMethodIdstripe•String
Payment Method Id The Stripe Payment Method ID. Starting on 2025, stripe_payment_method_id will become mandatory for all API versions.
Was this section helpful?
Anchor to CustomerPaymentMethodRemoteCreditCardCreatePayload returnsCustomer Payment Method Remote Credit Card Create Payload returns
- Anchor to customerPaymentMethodcustomer•Customer
Payment Method Payment Method The customer payment method.
- Anchor to userErrorsuser•[Customer
Errors Payment Method User Error!]!non-null The list of errors that occurred from executing the mutation.
Was this section helpful?