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>"
      }
    ],
    "provider": "<string>"
  }
]

Authorizations

Authorization
string
header
required

API Key for accessing management endpoints

Path Parameters

uid
string
required

User ID

Response

OK

createdAt
string
details
object[]
provider
string