---
page_title: UPI Get Bank List
product: UPI TPAP SDK
platform: iOS
page_source: https://juspay.io/in/docs/upi-tpap-sdk/ios/headless-process-payloads/upi-get-bank-list
llms_txt: https://juspay.io/in/docs/llms.txt
product_llms_txt: https://juspay.io/in/docs/upi-tpap-sdk/llms.txt
---


## UPI Get Bank List




###   Process Parameters



## Request Payload
- **RequestId**:
  - Description: Unique uuid-v4 string
  - Value: Example: abcd-12345-abcd-12345
  - Tags: String, Mandatory
- **Service**:
  - Description: Value: in.juspay.hyperapi
  - Tags: String, Mandatory
- **Payload**:
  - Description: Parameters required to call Hyper SDK API
  - Value:
    - **Action**:
      - Description: Operation to be performed in the SDK. Should be getBankList for this call.
      - Value: Value: upiGetBankList
      - Tags: String, Mandatory
  - Tags: JSON, Mandatory


## Response Payload
- **RequestId**:
  - Description: Unique uuid-v4 string
  - Value: Example: abcd-12345-abcd-12345
  - Tags: String
- **Service**:
  - Description: Value: in.juspay.hyperapi
  - Tags: String
- **Payload**:
  - Description: Response Parameters
  - Value:
    - **Action**:
      - Description: Operation performed in the SDK.
      - Value: Value: upiGetBankList
      - Tags: String
    - **Status**:
      - Description: Status of the Operation. Possible values : SUCCESS/FAILURE
      - Value: Example: SUCCESS
      - Tags: String
    - **BankList**:
      - Description: List of all UPI Banks
      - Value:
        - **UpiEnabled**:
          - Description: Is UPI enabled?
          - Value: Value: true/false
          - Tags: String, Mandatory
        - **Name**:
          - Description: Name of the Bank
          - Value: Example: YES bank
          - Tags: String, Mandatory
        - **Iin**:
          - Description: IIN code for the bank
          - Value: Value: 123456
          - Tags: String, Mandatory
        - **Ifsc**:
          - Description: IFSC code
          - Value: Example: ABCD0123456
          - Tags: String, Mandatory
        - **Id**:
          - Description: Unique Identifier for the account
          - Value: Example: abcd1234xyz
          - Tags: String, Mandatory
        - **Supported**:
          - Value:
            - **RecurrenceMandate**:
              - Value: values - True/False
              - Tags: Boolean, Optional
            - **UpiCredit**:
              - Value: values - True/False
              - Tags: Boolean, Optional
            - **Aadhaar**:
              - Value: values - True/False
              - Tags: Boolean, Optional
            - **Fir**:
              - Value: values - True/False
              - Tags: Boolean, Optional
            - **Emi**:
              - Value: values - True/False
              - Tags: Boolean, Optional
            - **LiteOffline**:
              - Value: values - True/False
              - Tags: Boolean, Optional
            - **Base**:
              - Value: values - True/False
              - Tags: Boolean, Optional
            - **Nfs**:
              - Value: values - True/False
              - Tags: Boolean, optional
            - **Global**:
              - Value: values - True/False
              - Tags: Boolean, Optional
            - **CcBill**:
              - Value: values - True/False
              - Tags: Boolean, Optional
            - **ClDynamicKeys**:
              - Value: values - True/False
              - Tags: Boolean, Optional
            - **VoucherManagementSystem**:
              - Value: values - True/False
              - Tags: Boolean, Optional
            - **Credit**:
              - Value: values - True/False
              - Tags: Boolean, Optional
            - **Mandate**:
              - Value: values - True/False
              - Tags: Boolean, Optional
            - **Lite**:
              - Value: values - True/False
              - Tags: Boolean, Optional
          - Tags: String, Mandatory
      - Tags: Array of JSON
  - Tags: JSON, Mandatory
- **Error**:
  - Description: Possible values :- true/false
  - Tags: Boolean
- **ErrorMessage**:
  - Description: Error Message
  - Tags: String
- **ErrorCode**:
  - Description: Error Code
  - Tags: String
- **Event**:
  - Description: Value: process_result
  - Tags: String





#### Code Snippets: -

#### Java Code Snippet:

```java
{"success":false,"message":"Failed to fetch snippet"}
```

#### Kotlin Code Snippet:

```kotlin
{"success":false,"message":"Failed to fetch snippet"}
```


## Sample Code Snippets:
### Request snippets:

#### Request Code Snippet:

```request
{"success":false,"message":"Failed to fetch snippet"}
```

### Response snippets:

#### Response:
```plaintext
{"success":false,"message":"Failed to fetch snippet"}
```



---

## Complete Code Reference

The following code files are referenced in the steps above:

### InappUI.txt

```
{"success":false,"message":"Failed to fetch snippet"}
```


---

## See Also

- [Bind and Activate Device](https://juspay.io/in/docs/upi-tpap-sdk/ios/headless-process-payloads/bind-and-activate-device)
- [Get Accounts](https://juspay.io/in/docs/upi-tpap-sdk/ios/headless-process-payloads/get-accounts)
