---
title: CustomerPaymentMethodGetDuplicationDataPayload - GraphQL Admin
description: Return type for `customerPaymentMethodGetDuplicationData` mutation.
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/CustomerPaymentMethodGetDuplicationDataPayload
  md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/CustomerPaymentMethodGetDuplicationDataPayload.md
---

# Customer​Payment​Method​Get​Duplication​Data​Payload

payload

Return type for `customerPaymentMethodGetDuplicationData` mutation.

## Fields

* encrypted​Duplication​Data

  [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  The encrypted data from the payment method to be duplicated.

* user​Errors

  [\[Customer​Payment​Method​Get​Duplication​Data​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerPaymentMethodGetDuplicationDataUserError)

  non-null

  The list of errors that occurred from executing the mutation.

***

## Mutations with this payload

* [customer​Payment​Method​Get​Duplication​Data](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customerPaymentMethodGetDuplicationData)

  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.

  * customer​Payment​Method​Id

    [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID)

    required

    ### Arguments

    The payment method to be duplicated.

  * target​Customer​Id

    [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID)

    required

    The customer the payment method will be duplicated into.

  * target​Shop​Id

    [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID)

    required

    The shop the payment method will be duplicated into.

  ***

***

## Map

### Mutations with this payload

* [customer​Payment​Method​Get​Duplication​Data](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customerPaymentMethodGetDuplicationData)