Get KYC Status by Partner Customer ID
Check KYC status using your internal user ID
GETtexttext
/api/v2/kyc/status/partner-customer-idRetrieves KYC status using your internal partner customer ID instead of OZZOBiT's user ID.
Query Parameters
partnerCustomerIdstringrequired
Your internal user reference ID
Response Schema
userIdstring
OZZOBiT user ID
statusstring
KYC status
levelstring
KYC level
Example
jsonjson
GET /api/v2/kyc/status/partner-customer-id?partnerCustomerId=user_456
// Response: { "userId": "OZZOBiT_abc", "status": "APPROVED", "level": "TIER_2" }