Skip to main content
GET
/
api
/
v1
/
account
/
business-users
/
{uid}
/
kyb
Get business KYB details
curl --request GET \
  --url https://sandbox-revo-api.raliopay.com/api/v1/account/business-users/{uid}/kyb \
  --header 'Authorization: Bearer <token>'
[
  {
    "createdAt": "<string>",
    "details": [
      {
        "key": "<string>",
        "value": "<string>"
      }
    ]
  }
]

Documentation Index

Fetch the complete documentation index at: https://doc.raliopay.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API Key for accessing management endpoints

Path Parameters

uid
string
required

User ID

Response

OK

createdAt
string
details
object[]