InfyDigi
  1. Payout APIs
InfyDigi
  • 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
    • 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
  • Payin APIs
    • Generate Merchant PG Order
      POST
    • Check Order Status
      POST
    • Payin Callback
      POST
  1. Payout APIs

Delete Beneficiary

Testing
POST
/Payout/Action/deleteBeneficiaryDetails

Request

Header Params
Content-Type
string 
required
Example:
application/json
Body Params application/json
username
string 
required
api_key
password
string 
required
api_secret
requestid
string 
required
A unique id referencing the current request
beneficiary_id
string 
required
Beneficiary id shared by us when you added the Beneficiary. e.g. 16
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
Resp_code
string 
required
Resp_desc
string 
required
requestid
string 
required
data
array[string]
required
Example
{
    "Resp_code": "RCS",
    "Resp_desc": "Beneficiary Detail Deleted Successfully",
    "requestid": "T55FJK7uNZLt910f8bD0",
    "data": []
}
🟢200Delete Beneficiary
Modified at 2025-06-10 05:04:45
Previous
Add NEFT/IMPS Beneficiary
Next
Get Beneficiary List
Built with