Skip to main content
GET
Get KYB
Returns the current status and the data as submitted. Files are returned as references, never as base64. See the Partner Business KYB guide for the status lifecycle.
Don’t have the id? Use List KYB with reference_id to find the record.

Authentication

string
required
Your partner app key.
string
required
Base64-encoded Ed25519 signature of the sign data.
string
required
Unix timestamp (seconds) of the request. Must be within 60 seconds of server time.

Path Parameters

string
required
The server-generated KYB record id returned by Submit KYB.

Status Values

All submitted fields are echoed back at the same paths as in the request. Inside documents[].files[] and persons[].documents[].files[], data is replaced by file_ref (f_ followed by 12 hex characters), filename, content_type, and size in bytes of the decoded file.