⚠️ Beta Docs – Welcome page, Payment Demo, Webhooks, and NEAR docs are ready. Use Cases, API, Resources, SDK, and Release Notes are still being revised. View stable docs →
cURL
curl --request GET \ --url https://api.request.network/v2/payer/{clientUserId} \ --header 'x-api-key: <x-api-key>'
{ "kycStatus": "completed", "agreementStatus": "completed", "isCompliant": true, "userId": "a25a4274-8f50-4579-b476-8f35b297d4ad" }
Retrieves the comprehensive compliance status for a specific user, including KYC and agreement status.
API key for authentication
The client user ID to check compliance status for
"user-123"
Compliance status retrieved successfully
"completed"
true
"a25a4274-8f50-4579-b476-8f35b297d4ad"
Was this page helpful?