Jèko
Service Providers

Create or return an open compliance verification

POST
/partner_api/service_providers/compliance_verifications

Starts or returns an open KYC/KYB verification for a linked merchant. Returns url on business.jeko.africa. Does not include a Danaya URL.

Authorization

ApiKey ApiKeyId
X-API-KEY<token>

In: header

X-API-KEY-ID<token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/partner_api/service_providers/compliance_verifications" \  -H "Content-Type: application/json" \  -d '{    "type": "kyc",    "merchantBusinessId": "19d467bb-96e1-48c8-88c3-25dccb98467b"  }'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "type": "kyc",  "status": "pending",  "merchantBusinessId": "19d467bb-96e1-48c8-88c3-25dccb98467b",  "url": "string",  "callbackUrl": "string"}