v1

latestOpenAPI 3.1.02026-07-132363652.9 MB
Merchants
Admin
Dev

Dev-only: flip a sandbox merchant to live mode and re-flag every one of its payment_requests as live (test_transaction=false, provider_environment=live). Refused in production. Idempotent.

Dev-only: flip a sandbox merchant to live mode and re-flag every one of its payment_requests as live (test_transaction=false, provider_environment=live). Refused in production. Idempotent.

post/api/v1/admin/dev/merchants/{merchantId}/promote-to-live

Path parameters

merchantIdstring uuid required

The merchantId parameter

Response

Success

successboolean required

Indicates if the request was successful

Example response

{
  "success": true
}