cURL
curl --request POST \ --url https://sandbox-revo-api.raliopay.com/api/v1/account/users/{uid}/identity-verifications \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "flowId": "<string>" } '
{ "createdAt": "<string>", "data": {}, "hostedUrl": "<string>", "id": "<string>", "state": "<string>", "updatedAt": "<string>" }
Create a new KYC session for the authenticated user
API Key for accessing management endpoints
User ID
KYC session create request
Created