UPI Get Bank List
Process Parameters
Request
Response
requestId
*
String
Mandatory
Unique uuid-v4 string
Example: abcd-12345-abcd-12345
service
*
String
Mandatory
Value: in.juspay.hyperapi
payload
*
JSON
Mandatory
Parameters required to call Hyper SDK API
action
*
String
Mandatory
Operation to be performed in the SDK. Should be getBankList for this call.
Example:- Value: upiGetBankList
requestId
String
Unique uuid-v4 string
Example: abcd-12345-abcd-12345
service
String
Value: in.juspay.hyperapi
payload
JSON
Response Parameters
action
String
Operation performed in the SDK.
Example:- Value: upiGetBankList
status
String
Status of the Operation. Possible values : SUCCESS/FAILURE
Example: SUCCESS
bankList
Array of JSON
List of all UPI Banks
upiEnabled
String
Is UPI enabled?
Example:- Value: true/false
name
String
Name of the Bank
Example: YES bank
iin
String
IIN code for the bank
Example:- Value: 123456
ifsc
String
IFSC code
Example: ABCD0123456
id
String
Unique Identifier for the account
Example: abcd1234xyz
error
Boolean
Possible values :- true/false
errorMessage
String
Error Message
errorCode
String
Error Code
event
String
Value: process_result

