Compliance
Submit KYB
Submit a Know Your Business verification application.
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:- Your application enters
pending_reviewstatus and is queued for review. - Thiqwave’s compliance team reviews your documents within 1–3 business days.
- If additional information is needed, your status changes to
more_information_requiredand you receive a webhook with details of what to provide. - Once approved, your account status moves to
approvedand you can start processing live transactions.