Digio Apis

Getting started with Digio Rest Apis

API SERVER

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

Live Banks

get {BASE_URL}/v3/client/mandate/banks

This API retrieves a list of banks that are live in the system. The banks returned can be filtered based on the mode and whether they support penny-less transactions.

Requires Base 64 encoded clientId:clientSecret in Authorization header
REQUEST
QUERY-STRING PARAMETERS
RESPONSE

Successfully retrieved the list of live banks.

application/json
array
Single line description
Field
Type
Description
id
string

Unique identifier for the bank.

name
string

Name of the bank.

ifscPrefix
string

Prefix of the bank's IFSC code.

active
boolean

Indicates if the bank is currently active.

primaryBank
boolean

Indicates if the bank is the primary bank.

routingCode
string

Routing code for the bank.

esignMandate
boolean

Indicates if the bank supports eSign mandates.

apiMandate
boolean

Indicates if the bank supports API-based mandates.

physicalMandate
boolean

Indicates if the bank supports physical mandates.

allowedAuthSubType
[enum]

Set of allowed mandate authentication subtypes.
⮕ [ Set of allowed mandate authentication subtypes. ]

Allowed: net_banking┃debit┃aadhaar┃otp┃other┃pan┃customer_id┃direct_bank
apiMandateNetBanking
boolean

Indicates if the bank supports API mandates via Net Banking.

apiMandateDebitCard
boolean

Indicates if the bank supports API mandates via Debit Card.

apiMandateAadhaarCard
boolean

Indicates if the bank supports API mandates via Aadhaar Card.

bankShortCode
string

Short code for the bank.

bankShortCodeDebit
string

Short code for the bank's debit.

pennyLess
boolean

Indicates if the bank supports penny-less transactions.

apiMandateDDNetBanking
boolean

Indicates if the bank supports Direct debit API mandates via Net Banking.

apiMandateDDDebitCard
boolean

Indicates if the bank supports Direct debit API mandates via Debit Card.

apiMandateDDOtp
boolean

Indicates if the bank supports Direct debit API mandates via Otp.

Invalid request parameters or API credentials.

application/json
object
Single line description
Field
Type
Description
details
string

Details about the exception. Usually contains the exception id for reference.

code
string

Error code

message
string

Description of the error

errors
string

Custom errors