v1
latestOpenAPI 3.1.02026-07-132363652.9 MBGo Live
Get merchant-facing go-live status with steps and progress
Get merchant-facing go-live status with steps and progress
get/api/v1/merchants/{merchantId}/go-live
Path parameters
merchantIdstring uuid required
The unique identifier of the merchant
Example:123e4567-e89b-12d3-a456-426614174000
The unique identifier of the merchant
Response
Success
Example response
{
"success": true,
"data": {
"steps": [
{
"key": "business_information",
"label": "Complete business information",
"hint": "Some business details are still missing"
}
],
"progress": {
"completed": 2,
"total": 4,
"percentage": 75
}
}
}