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

Add NEFT/IMPS Beneficiary

Testing
POST
/Payout/Action/addBeneficiary

Request

Header Params

Body Params application/json

Example
{
    "username": "********",
    "password": "********",
    "requestid": "9iL7CMTUau8n8HvJmDkQOJ",
    "beneficiary_name": "Test API Bene 2",
    "beneficiary_type": "NEFT/IMPS",
    "beneficiary_account_number": "48941638949618614864",
    "beneficiary_bank_ifsc": "IOBA0002136",
    "service_bank_id": "144366",
    "beneficiary_account_type": "CA"
}

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/addBeneficiary' \
--header 'Content-Type: application/json' \
--data-raw '{
    "username": "********",
    "password": "********",
    "requestid": "9iL7CMTUau8n8HvJmDkQOJ",
    "beneficiary_name": "Test API Bene 2",
    "beneficiary_type": "NEFT/IMPS",
    "beneficiary_account_number": "48941638949618614864",
    "beneficiary_bank_ifsc": "IOBA0002136",
    "service_bank_id": "144366",
    "beneficiary_account_type": "CA"
}'

Responses

🟢200Add NEFT/IMPS Beneficiary
application/json
Body

Example
{
    "Resp_code": "RCS",
    "Resp_desc": "Beneficiary Added Successfully",
    "requestid": "rGZOlz2GW2zn131oJOmQ",
    "data": {
        "agent_id": "US000001",
        "beneficiary_id": 16,
        "beneficiary_name": "Test API Bene 2",
        "beneficiary_account_number": "48941638949618614864",
        "beneficiary_bank_name": "Indian Overseas Test",
        "beneficiary_bank_ifsc": "IOBA0002136",
        "beneficiary_account_type": "CA",
        "status": "ACTIVE",
        "added_on": "2023-10-05 13:42:18"
    }
}
Modified at 2025-07-01 11:24:06
Previous
Wallet Balance Check
Next
Delete Beneficiary
Built with