Verification Suite API
This a collection of API used for Verification Suite.
Verification Suite
POST
https://dashboard.finzen.money/api/v1/public/verification/
Headers
x-merchant-email*
String
Registered merchant email
x-api-key*
String
API Key, Can be generated from dashboard
x-api-secret*
String
API Secret, Can be generated from dashboard
Request Body
debit_from*
String (20, 20)
Request to pass the VAN account number you want to debit from
verification_type*
String
Verify with the below verification type
BANK
, PAN
, DRIVING_LICENSE
, VOTER_ID
, PASSPORT
, CIN
, GSTIN
, AADHAAR
Verification Object
String
Below are all of the verification objects
Verification Object
PAN
BANK
DRIVING_LICENSE
VOTER_ID
PASSPORT
CIN
GSTIN
AADHAAR
Get Verification Details
Use this API to get details of the verification request. You need to pass only the verification ID
GET
https://dashboard.finzen.money/api/v1/public/verification/263926392884512043830097
Headers
x-merchant-email*
String
Registered merchant email
x-api-key*
String
API Key, Can be generated from dashboard
x-api-secret*
String
API Secret, Can be generated from dashboard
Path
verification_id*
String
This is the unique identifier returned in response to the verification request.
Last updated