Toggle Migration Mode
PUT
/products/{product_id}/migration_mode
Safely migrate accounts and line items from another system into Canopy for accounts enrolled in this product while Migration Mode is on.
Path parameters
-
product_id string Required
ID of the Product
Body
Update admin panel for a product.
-
migration_mode boolean
If migration mode is on, Canopy will not autogenerate statements for this account.
Default value is
false
.
PUT /products/{product_id}/migration_mode
curl \
-X PUT https://<your_environment_name>-uat-api.canopyservicing.com/products/rev_90887/migration_mode \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"migration_mode":true}'
Request example
{
"migration_mode": true
}
Response example (200)
{
"description": "string"
}