Fetch Verification (Async)
Fetch Verification (Async)
POST
{{BASE_URL}}/api/v1/verification
This endpoint allows you to verify a customer details asynchronously.
Headers
Name
Type
Description
Authentication*
String
Authentication token to identifer the api user.
Request Body
Name
Type
Description
identifier_type*
String
The identifier type being used for the verification (national_id)
identifier*
String
The identifier value
callback_url*
String
Callback url to send verification response to
Last updated
Was this helpful?