PATCH
/
v2
/
payer
/
{clientUserId}
Update agreement status
curl --request PATCH \
  --url https://api.request.network/v2/payer/{clientUserId} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '{
  "agreementCompleted": true
}'
{
  "success": true
}

Headers

x-api-key
string
required

API key for authentication

Path Parameters

clientUserId
string
required

The client user ID to update

Example:

"user-123"

Body

application/json
agreementCompleted
boolean
required

Response

Compliance status updated successfully

success
boolean
Example:

true