Skip to main content
POST
/
kyb
/
result
Get Identomat session result
curl --request POST \
  --url https://api.pcxpay.com/v1/kyb/result \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "session_id": "<string>"
}
'
{
  "status": "success",
  "message": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
session_id
string
required

Response

Session result

status
string
Example:

"success"

message
string
data
object