v1

latestOpenAPI 3.0.02026-07-22290108.6 KB
Payer
V2/Payer

Update agreement status

Update the agreement completion status for a user.

patch/v2/payer/{clientUserId}

Path parameters

clientUserIdstring required
Example:user-123

The client user ID to update

Headers

x-api-keystring required

API key for authentication

Request body

agreementCompletedboolean required

Example request

{
  "agreementCompleted": true
}

Response

Compliance status updated successfully

successboolean

Example response

{
  "success": true
}