Skip to main content
GET
/
api
/
v1
/
account
/
users
/
{uid}
/
identity-verifications
/
{sessionId}
/
checks
Get IDV session checks
curl --request GET \
  --url https://sandbox-revo-api.raliopay.com/api/v1/account/users/{uid}/identity-verifications/{sessionId}/checks \
  --header 'Authorization: Bearer <token>'
{
  "checks": [
    {
      "created_at": "<string>",
      "data": {},
      "id": 123,
      "refused_reasons": [
        {
          "code": "<string>",
          "id": 123,
          "mappedError": {
            "action": "<string>",
            "category": "<string>",
            "code": "<string>",
            "id": 123,
            "reason": "<string>"
          },
          "message": "<string>",
          "type": "<string>"
        }
      ],
      "state": "<string>",
      "type": "<string>",
      "updated_at": "<string>"
    }
  ],
  "session_id": "<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

sessionId
string
required

Session ID

Response

OK

checks
object[]
session_id
string