Adhishwar
  1. Payout APIs
Adhishwar
  • Introduction
  • Process Flow
  • Error Codes
  • Common APIs
    • Wallet Balance Check
      POST
  • Payout APIs
    • Add NEFT/IMPS Beneficiary
      POST
    • Delete Beneficiary
      POST
    • Get Beneficiary List
      POST
    • NEFT/IMPS Validate Beneficiary
      POST
    • Payout Transaction Request
      POST
    • Direct Payout Transaction Request
      POST
    • Transaction Status
      POST
    • Transaction Status By Request ID
      POST
    • Payout Callback
      POST
    • Service Bank List
      POST
    • Service List
      POST
  1. Payout APIs

NEFT/IMPS Validate Beneficiary

Testing
POST
/Payout/Action/validateBeneficiary

Request

Header Params

Body Params application/json

Example
{
    "username": "f68db941819657a1434b9bce0cd9811e",
    "password": "cabfc6c85d2c1ec57905d6f230784ca8",
    "requestid": "G7tNkQ4DDtLZRllf2uhyXT",
    "beneficiary_type": "NEFT/IMPS",
    "beneficiary_account_number": "8750400900",
    "beneficiary_bank_ifsc": "AIRP0000001",
    "service_bank_id": "10",
    "beneficiary_account_type": "SA"
}

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 '/Payout/Action/validateBeneficiary' \
--header 'Content-Type: application/json' \
--data-raw '{
    "username": "f68db941819657a1434b9bce0cd9811e",
    "password": "cabfc6c85d2c1ec57905d6f230784ca8",
    "requestid": "G7tNkQ4DDtLZRllf2uhyXT",
    "beneficiary_type": "NEFT/IMPS",
    "beneficiary_account_number": "8750400900",
    "beneficiary_bank_ifsc": "AIRP0000001",
    "service_bank_id": "10",
    "beneficiary_account_type": "SA"
}'

Responses

🟢200NEFT/IMPS Validate Beneficiary
application/json
Body

Example
{
    "Resp_code": "RCS",
    "Resp_desc": "Transaction Under Process, request timed out",
    "requestid": "1m3k6PGEOCwGHOYW1JnC",
    "data": {
        "benename": "Validate Bene",
        "opid": "00",
        "txnid": "W231005145138CBV",
        "txn_status": "PENDING",
        "txn_desc": "Transaction Under Process, request timed out",
        "date": "2023-10-05 14:51:38",
        "datetext": "14:51:38 on 2023-10-05",
        "commission": 10,
        "tds": 0.5,
        "totalcharge": 4,
        "trasamt": 1,
        "chargedamt": 1
    }
}
🟢200NEFT/IMPS Validate Beneficiary
Modified at 2025-07-01 11:24:06
Previous
Get Beneficiary List
Next
Payout Transaction Request
Built with