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

Authorizations

Authorization
string
header
required

API Key for accessing management endpoints

Path Parameters

uid
string
required

User ID

sid
string
required

Session ID

Response

OK

checks
object[]
session_id
string