v1
latestOpenAPI 3.0.02026-07-22290108.6 KBPayer
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
Example request
{
"agreementCompleted": true
}Response
Compliance status updated successfully
Example response
{
"success": true
}