GET
/
v2
/
payer
/
{clientUserId}
Get compliance status for a user
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"
}

Headers

x-api-key
string
required

API key for authentication

Path Parameters

clientUserId
string
required

The client user ID to check compliance status for

Example:

"user-123"

Response

Compliance status retrieved successfully

kycStatus
string
Example:

"completed"

agreementStatus
string
Example:

"completed"

isCompliant
boolean
Example:

true

userId
string
Example:

"a25a4274-8f50-4579-b476-8f35b297d4ad"