Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run identity verification for your end-users
curl -X POST https://api.useaxra.com/api/v1/treasury/users/{id}/kyc \ -H "Authorization: Bearer sk_test_..." \ -H "Content-Type: application/json" \ -d '{ "applicant": { "firstName": "Jane", "lastName": "Doe", "email": "jane@example.com" } }'
approve@sandbox.useaxra.com
reject@sandbox.useaxra.com
pending@sandbox.useaxra.com
sandbox-approve
curl -X POST https://api.useaxra.com/api/v1/treasury/users/{id}/kyc/sandbox-approve \ -H "Authorization: Bearer sk_test_..."