latestOpenAPI 3.0.12026-08-105551287.6 KB
c481fa2414f9
Person identifications
(Bankident only) Check identification eligibility
Validates whether the person specified in the request URL is eligible to complete a given identification method.
post/v1/persons/{person_id}/identification_eligibility_checks
Path parameters
person_idstring required
The unique ID of the person resource created for a customer.
Example:dc1a6812a14f6cc338cd084208535bcdcper
Request body
Example request
{
"method": "bank"
}Response
Successful result of the operation
Example response
{
"method": "bank",
"eligible": true,
"reasons": [
"match_for_person_data_not_found"
]
}