Quick Start
Go from zero to your first approved KYB request
Before you go live
Confirm the following with your TREVEX account manager:
- A Project has been created for your integration
- An API key has been generated and shared with you
- A webhook signing secret has been generated and shared with you
- A
webhook_urlis set on the Project - The Project is linked to your TREVEX company (for Partner Program enrollment)
- Your webhook endpoint accepts
POSTrequests withContent-Type: application/json - Your webhook endpoint verifies the
X-Trevex-Signatureheader before trusting the payload (see Webhooks) - Your webhook endpoint returns a
2xxstatus to acknowledge receipt
Your first KYB request in 3 steps
1. Upload the trade license
cURL
Response contains a url you’ll pass in the next step:
2. Submit the KYB request
cURL
Store the returned request_id - you’ll use it to track status and match the
approval webhook.
3. Wait for the webhook
Once a TREVEX admin approves the KYB request, your configured webhook URL will receive
a POST with the full company payload. See Webhooks for the schema.
