Digio Apis

Getting started with Digio Rest Apis

API SERVER

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

Download KRA PAN documents

post {BASE_URL}/v3/client/kyc/kra/download_document

Downloads the PAN-related documents as an octet stream if available, or returns an error response in JSON.

Note: You must provide either dob or ref_no. Both are not required.

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

PAN number of the user.

dob
string

Date of birth in DD-MM-YYYY format. Required if ref_no is not provided

ref_no
string

KRA reference number. Required if dob is not provided. Use internal_reference from download_pan API.

kraCode
string

CVLKRA → CVL KRA

NDML → NDML KRA

DOTEX → Dotex KRA

CAMS → CAMS KRA

KARVY → KARVY KRA

BSE → BSE KRA

serviceProvider
enum

kra service provider

Allowed: NDML┃CDSL┃CAMS
RESPONSE

Successful download of PAN document

application/octet-stream
Single line description
Field
Type
Description
binary

In response you get a zip file, containing complete KRA Documents - KRA Application, Proof of Address, Proof of Identity, Customer’s Photo, Signature etc

Bad Request (e.g., missing input)

application/json
 Schema not found

No documents found for download

application/json
 Schema not found

Internal Server Error or downstream KRA failure

application/json
 Schema not found