List Banks
This api can be used for getting the list of banks available on the UPI ecosystem.
IN CASE OF CREDIT CARD only the banks which have version no = '2.99' supports credit cards in UPI ecosystem.
Note
This api does not require any authentication.
Request
Response
API Endpoints
Production Link
GET
http://{{host}}/api/{uri}/merchants/banks
200 : Success
Response Body
banks
*
Array Of Json
Mandatory
name
*
String
Mandatory
Name of the bank
code
*
Numeric String
Mandatory
Unique IIN for the bank
upiEnabled
*
String
Mandatory
Flag denoting whether bank is enabled for UPI or not
referenceId
*
String
Mandatory
PSP generated reference id for bank
mobRegFormat
*
String
Mandatory
Mobile registration format type for the bank
Example:- FORMAT1, FORMAT2
versionSupported
*
Json
Mandatory
Details of all the features supported by the bank
Version
*
Array of Json
Mandatory
description
String
mandatory
Boolean String
no
Numeric String
Note
base: "1.0"
fir: "2.0"
mandate: "2.1"
global: "2.5"
recurrenceMandate: "2.7"
clDynamicKeys: "2.11"
liteOffline: "2.12"
ccBill: "2.13"
emi: "2.14"
upiCredit: "2.15"
nfs: "2.91"
aadhaar: "2.96"
voucherManagementSystem: "2.97"
lite: "2.98"
credit: "2.99"
Have questions?
- Need help? Contact support
- LLM? Read llms.txt

