Skip to main content
POST
/
partner
/
sandbox
/
simulate-kyc-approval
Simulate KYC approval
curl --request POST \
  --url https://api.contro.me/v1/partner/sandbox/simulate-kyc-approval \
  --header 'Content-Type: application/json' \
  --header 'x-contro-api-key: <api-key>' \
  --data '
{
  "cardholderId": "ch_sandbox_456"
}
'
{
  "cardholderId": "<string>",
  "kycStatus": "approved"
}

Authorizations

x-contro-api-key
string
header
required

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

Body

application/json
cardholderId
string
required

ID of the cardholder to approve

Minimum string length: 1
Example:

"ch_sandbox_456"

Response

KYC approved

cardholderId
string
required
kycStatus
enum<string>
required
Available options:
approved