Clone a Payment Method

Clone a saved payment method between customer records in the same account, or across different merchant accounts that you have access to

This API is typically used by ISVs that want to collect a payment method once and use it to run payments on behalf of their sub-accounts. To do so, collect the payment method using our tokenization SDK, create the payment method in any merchant account, then you can clone it into any other merchant account in which you will also be running payments with that payment method.

Path Params
string
required

Payment Method ID that you want to clone. Must be in the source account

Body Params
string
required

The customer Id in the target account in which you would like to clone the payment method. If not passed, the system will also clone the customer into the target account prior to cloning and assigning the payment method

string
required

The target account in which you would like to clone the payment method

paymentMethodChecksOverrides
object

Settings that allow you to bypass AVS and CVV Verification responses during clone operation

Headers
string

A unique identifier to ensure the same operation isn't processed multiple times, preventing duplicate transactions.

string

Specifies the account for which the Setup Request is intended. This is used for scenarios where one partner processes payments on behalf of another partner, such as in PayFac or related partner relationships.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json