Fetch and verify Data of IFSC Code. Get details like Bank name, Branch name, Branch Address, MICR code, Payment modes supported.
For API Base URL's, click here. Kindly append the Base URL to the API endpoints below to integrate
Fetch and verify Data of IFSC Code. Get details like Bank name, Branch name, Branch Address, MICR code, Payment modes supported.
Getting started with Digio Rest Apis
|
HTTP Basic
Send
Authorization in header containing the word Basic followed by a space and a base64 encoded string of username:password.
|
Verify ID Card details
|
*
idCardType
enum
|
Allowed:
IFSC
|
|
|
ID Card type |
||
{
"identifier": "string"
}
Identifier of the ID Card.
curl -X POST "https://api.digio.in/v3/client/kyc/verify/IFSC" \
-H 'accept: application/json'
default response
In case of verification, status of the verification
In case of verification, result from the verification
In case of verification, result from the verification
In case of verification, additional data from the verification
In case of verification, additional data from the verification
In case of verification, error message from the verification process
Was this page helpful?