Skip to main content
GET
Get customer KYC status
Use this endpoint to reconcile customer KYC state before payout or transfer flows that require provider compliance checks.

Authorizations

X-Api-Key
string
header
required

Public API key from the merchant dashboard.

X-Api-Secret
string
header
required

Secret shown once when the API key is created.

Path Parameters

customer_id
string<uuid>
required

Response

Customer KYC status and documents.

customer_id
string<uuid>
required
kyc_status
enum<string>
required
Available options:
not_started,
pending,
approved,
rejected
documents
object[]
required
Last modified on July 8, 2026