Anchor to section titled 'undefined'

customerPaymentMethodRemoteCreditCardCreate
mutation
deprecated

Requires write_customers access scope. Also: Requires write_customer_payment_methods scope.

Create a payment method from a credit card stored by Stripe. Use customerPaymentMethodRemoteCreate instead.


Anchor to customerId
customerId
required

The ID of the customer.

Anchor to stripeCustomerId
stripeCustomerId
required

The Stripe Customer ID.

The Stripe Payment Method ID.


Was this section helpful?
Anchor to section titled 'CustomerPaymentMethodRemoteCreditCardCreatePayload returns'

CustomerPaymentMethodRemoteCreditCardCreatePayload returns


The list of errors that occurred from executing the mutation.


Was this section helpful?