Skip to main content
GET
/
partner
/
cardholders
/
{id}
/
kyc
Get KYC status
curl --request GET \
  --url https://api.contro.me/v1/partner/cardholders/{id}/kyc \
  --header 'x-contro-api-key: <api-key>'
{
  "kycStatus": "approved"
}

Authorizations

x-contro-api-key
string
header
required

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

Path Parameters

id
string
required

Cardholder ID

Example:

"ch_abc123"

Response

KYC status

kycStatus
string
required

KYC verification status. One of: pending, approved, rejected

Example:

"approved"