Digio Apis

Getting started with Digio Rest Apis

API SERVER

SELECTED: https://api.digio.in
AUTHENTICATION
No API key applied
General ⦂

Verify ID Card

post {BASE_URL}/v3/client/kyc/verify/IFSC

Request Body Params (application/json)

Verify ID Card details

Requires Base 64 encoded clientId:clientSecret in Authorization header
REQUEST
PATH PARAMETERS
REQUEST BODY application/json
object
Single line description
Field
Type
Description
identifier *
string

Identifier of the ID Card.

API Server
https://api.digio.in
Authentication
Required (None Applied)
curl -X POST "https://api.digio.in/v3/client/kyc/verify/IFSC" \
 -H 'accept: application/json' 
RESPONSE
default

default response

application/json
object
Single line description
Field
Type
Description
verified
boolean

In case of verification, status of the verification

- result
object

In case of verification, result from the verification

[any-key]
boolean

In case of verification, result from the verification

- data
object

In case of verification, additional data from the verification

- [any-key]
object

In case of verification, additional data from the verification

error_message
string

In case of verification, error message from the verification process