Anchor to CustomerPaymentMethodCreateFromDuplicationDataUserErrorCustomer
objectCustomer Payment Method Create From Duplication Data User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (CustomerPaymentMethodCreateFromDuplicationDataUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Customer
Payment Method Create From Duplication Data User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- customerPaymentMethodCreateFromDuplicationData (CustomerPaymentMethodCreateFromDuplicationDataPayload)
- Anchor to customerPaymentMethodCreateFromDuplicationDatacustomer•mutation
Payment Method Create From Duplication Data Creates a vaulted payment method for a customer from duplication data.
This data must be obtained from another shop within the same organization.
Currently, this only supports Shop Pay payment methods. This is only available for selected partner apps.
- Anchor to billingAddressbilling•Mailing
Address Address Input! required The billing address.
- Anchor to customerIdcustomer•ID!
Id required The ID of the customer.
- Anchor to encryptedDuplicationDataencrypted•String!
Duplication Data required The encrypted payment method data.
Arguments
Was this section helpful?