Skip to main content
POST
Submit KYB
Submit a KYB application for your partner account. Thiqwave performs automated verification including document review, identity checks, and registry cross-referencing for UAE entities. You will receive a status update via webhook once the review is complete.

Request

Headers

string
required
Your Thiqwave API key.
string
required
Must be application/json.

Body

string
required
Your legal business name exactly as it appears on your commercial registration certificate.
string
required
Your trade license number for UAE-registered entities.
string
required
ISO 3166-1 alpha-2 country code for your registered jurisdiction. Accepted values: "AE".
string
required
Full legal name of the Ultimate Beneficial Owner (UBO) — the individual who owns or controls 25% or more of the business.
string
required
National ID number or passport number of the UBO.
object[]
required
Array of document objects supporting your application. You must include at least one document of each required type.

Example

cURL

Response

string
Unique compliance check ID. Use this to query status via GET /v1/compliance/:id.
string
Initial status of the application. Always "pending_review" immediately after submission.
string
Legal business name as submitted.
string
ISO 8601 timestamp of submission.

What happens next

After you submit:
  1. Your application enters pending_review status and is queued for review.
  2. Thiqwave’s compliance team reviews your documents within 1–3 business days.
  3. If additional information is needed, your status changes to more_information_required and you receive a webhook with details of what to provide.
  4. Once approved, your account status moves to approved and you can start processing live transactions.
Subscribe to the compliance.status_updated webhook event to receive real-time notifications instead of polling GET /v1/compliance/:id.