Anchor to CustomerPaymentMethodGetDuplicationDataPayloadCustomer
payloadCustomer Payment Method Get Duplication Data Payload
Return type for mutation.
Anchor to FieldsFields
- encryptedDuplicationData (String)
- userErrors ([CustomerPaymentMethodGetDuplicationDataUserError!]!)
- Anchor to encryptedDuplicationDataencrypted•String
Duplication Data The encrypted data from the payment method to be duplicated.
- Anchor to userErrorsuser•[Customer
Errors Payment Method Get Duplication Data User Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- customerPaymentMethodGetDuplicationData (CustomerPaymentMethodGetDuplicationDataPayload)
- •mutation
Returns encrypted data that can be used to duplicate the payment method in another shop within the same organization.
Currently, this only supports Shop Pay payment methods. This is only available for selected partner apps.
- Anchor to customerPaymentMethodIdcustomer•ID!
Payment Method Id required The payment method to be duplicated.
- Anchor to targetCustomerIdtarget•ID!
Customer Id required The customer the payment method will be duplicated into.
- Anchor to targetShopIdtarget•ID!
Shop Id required The shop the payment method will be duplicated into.
Arguments
Was this section helpful?