⚠️ 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 PATCH \ --url https://api.request.network/v1/payer/{clientUserId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "agreementCompleted": true } '
{ "success": true }
Update the agreement completion status for a user.
API key for authentication
The client user ID to update
"user-123"
Compliance status updated successfully
true
Was this page helpful?