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

Delete Beneficiary

Testing
POST
/Payout/Action/deleteBeneficiaryDetails

Request

Header Params

Body Params application/json

Example
{
    "username": "********",
    "password": "********",
    "requestid": "fKsn2Ts9rVUIzJsjk1Ou",
    "beneficiary_id": "16"
}

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/deleteBeneficiaryDetails' \
--header 'Content-Type: application/json' \
--data-raw '{
    "username": "********",
    "password": "********",
    "requestid": "fKsn2Ts9rVUIzJsjk1Ou",
    "beneficiary_id": "16"
}'

Responses

🟢200Delete Beneficiary
application/json
Body

Example
{
    "Resp_code": "RCS",
    "Resp_desc": "Beneficiary Detail Deleted Successfully",
    "requestid": "T55FJK7uNZLt910f8bD0",
    "data": []
}
🟢200Delete Beneficiary
Modified at 2025-07-01 11:24:06
Previous
Add NEFT/IMPS Beneficiary
Next
Get Beneficiary List
Built with