Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

Anchor to CustomerPaymentMethodCreditCardCreatePayload

CustomerPaymentMethodCreditCardCreatePayload

payload

Return type for customerPaymentMethodCreditCardCreate mutation.

Anchor to customerPaymentMethodcustomerPaymentMethod
•

The customer payment method.

•

If the card verification result is processing. When this is true, customer_payment_method will be null.

•

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•
mutation

Creates a credit card payment method for a customer using a session id. These values are only obtained through card imports happening from a PCI compliant environment. Please use customerPaymentMethodRemoteCreate if you are not managing credit cards directly.


Was this section helpful?