---
title: "POST /2023-10/paymentMethod/migrate"
method: POST
path: "/2023-10/paymentMethod/migrate"
---

# POST /2023-10/paymentMethod/migrate

`POST /2023-10/paymentMethod/migrate`

## Request body

- object
  - `email` string, required
  - `firstName` string, required
  - `lastName` string, required
  - `stripe` object
    - `customerId` string — Unique identifier of the customer in stripe.
    - `paymentMethodId` string — Unique identifier of the payment method in Stripe.
  - `authorizeNet` object
    - `customerId` string — Unique identifier of the customer in AuthorizeNet.
    - `paymentMethodId` string — Unique identifier of the payment method in AuthorizeNet.
  - `braintree` object
    - `customerId` string — unique identifier of the customer in Braintree.
    - `paymentMethodId` string — Unique identifier of the payment method in Braintree.
  - `paypal` object
    - `paypalBillingAgreementId` string — Unique identifier of the Paypal billing agreement in Paypal.

## Response `200`

---

[API](https://skmtc.net/loopwork/apis/storefront-api.md) · [All operations](https://skmtc.net/loopwork/apis/storefront-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loopwork/storefront-api/versions/1524500daa02/schema)
