Skip to content

PASS result callback (server-to-server)

POST
/v1/auth/pass/callback
curl --request POST \
--url https://api.parasta.io/v1/auth/pass/callback \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <X-Api-Key>' \
--data '{ "passRequestId": "example", "success": true, "ci": "example", "di": "example", "name": "example", "birthDate": "example", "gender": "M", "nationality": "example", "phone": "example" }'

Asynchronous callback from PASS service to server. Not called directly by clients.

Media type application/json
object
passRequestId
required
string
success
required
boolean
ci
string
di
string
name
string
birthDate
string
gender
string
Allowed values: M F
nationality
string
phone
string

OK

Media type application/json
object
received
boolean
Example generated
{
"received": true
}

Please contact your representative. 담당자에게 문의해주세요.