Skip to main content
GET
/
partner
/
go-live-checklist
Get go-live readiness checklist
curl --request GET \
  --url https://api.contro.me/v1/partner/go-live-checklist \
  --header 'x-contro-api-key: <api-key>'
{
  "kybApproved": true,
  "sandboxCardIssued": true,
  "webhookVerified": true,
  "balanceFunded": true,
  "ready": true
}

Authorizations

x-contro-api-key
string
header
required

Partner API key (sk_live_* for production, sk_test_* for sandbox)

Response

Go-live checklist

kybApproved
boolean
required

Partner KYB status is active

sandboxCardIssued
boolean
required

At least one card issued in sandbox mode

webhookVerified
boolean
required

At least one webhook successfully delivered

balanceFunded
boolean
required

Live ledger balance is greater than 0

ready
boolean
required

All checklist items passed