VyomPay
  1. Payout APIs
VyomPay
  • Introduction
  • Process Flow
  • Error Codes
  • Common APIs
    • Wallet Balance Check
      POST
  • Payout APIs
    • Add NEFT/IMPS Beneficiary
      POST
    • Add UPI Beneficiary
      POST
    • Delete Beneficiary
      POST
    • Get Beneficiary List
      POST
    • NEFT/IMPS Validate Beneficiary
      POST
    • Validate UPI Beneficiary
      POST
    • Payout Transaction Request
      POST
    • Direct Payout Transaction Request
      POST
    • Transaction Status
      POST
    • Transaction Status By Request ID
      POST
    • Payout Transaction Complain
      POST
    • Payout Callback
      POST
    • Virtual Account Wallet Credit Callback
      POST
    • Service Bank List
      POST
    • Service List
      POST
  • Payin APIs
    • Generate Merchant Payment Link
      POST
    • Generate Merchant PG Order
      POST
    • Generate Merchant UPI PG QR
      POST
    • Merchant UTR Process
      POST
    • Check Order Status
      POST
    • Payin Callback
      POST
  1. Payout APIs

Service Bank List

Testing
POST
/Payout/Fetch/getServiceBankList

Request

Body Params application/json
username
string 
required
api_key
password
string 
required
api_secret
requestid
string 
required
A unique id referencing the current request
Example
{
    "username": "********",
    "password": "********",
    "requestid": "eAHJpkTCOuRYW14fqGKsSv"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://uat.nandishatech.com/WS/v1/Payout/Fetch/getServiceBankList' \
--header 'Content-Type: application/json' \
--data-raw '{
    "username": "********",
    "password": "********",
    "requestid": "eAHJpkTCOuRYW14fqGKsSv"
}'

Responses

🟢200Service Bank List
application/json
Body
Resp_code
string 
required
Resp_desc
string 
required
data
array [object {4}] 
required
bank_id
string 
required
bank_name
string 
required
bank_ifsc
string 
required
service_code
string 
required
Example
{
    "Resp_code": "RCS",
    "Resp_desc": "Request Completed Successfully",
    "data": [
        {
            "bank_id": "144366",
            "bank_name": "INDIAN OVERSEAS TEST",
            "bank_ifsc": "IOBA0002183",
            "service_code": "BOBPAY"
        },
        {
            "bank_id": "144367",
            "bank_name": "STATE BANK OF INDIA",
            "bank_ifsc": "SBI00001234",
            "service_code": "BOBPAY"
        }
    ]
}
🟢200Service Bank List
Modified at 2025-04-10 11:29:43
Previous
Virtual Account Wallet Credit Callback
Next
Service List
Built with