Get KYB Status (Internal)

Returns the current status of the KYB (Know Your Business) process for a merchant. Includes the current state, next recommended action, and payout availability. Requires admin API key.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

merchantIdstringRequired
Merchant identifier

Headers

x-admin-api-keystringRequired

Query Parameters

countrystringRequired

Country code (ISO 3166-1 alpha-2)

currencystringRequired

Currency code (ISO 4217)

Response

KYB status retrieved successfully
statusmap from strings to any
Current status of the KYB process
messagestring or null

Human-readable message describing the current status

nextStepenum or null
Next action recommended in the KYB process
payoutActiveboolean or null
Indicates whether payout functionality is active for the merchant
payinActiveboolean or null
Indicates whether payin functionality is active for the merchant

Errors