Migrate

The endpoint helps merchants to migrate data from their master/partner account to their own account which enables merchants to see their users data on the KYC merchant dashboard

POST https://fuspay-kyc-prod-df741b092e53.herokuapp.com/order/migrate

Name
Type
Description

migrate_to_app_id

string

The app ID the you want to migrate to.

from_partner

string

The partner ID you want to migrate from.

email

string

Email of the user whose data will be migrated.

Request Body Sample

{
    "migrate_to_app_id": "67691ee9a213109c41117565",
    "from_partner": "KYC App",
    "email": "[email protected]"
}

Response Body

Last updated