Delete beneficiary

GET /api/merchant/beneficiaries/{beneficiary}

pass beneficiary id

Headers

Name
Value
Description

Accept

application/json

CLIENT

client_key

The unique identifier for the client.

SECRET

generated_secret

The expected secret generated using your client key and secret key.

Body

{
    "otp":"123456"
}

Response

{
    "success": "Beneficiary deleted successfully."
}

Last updated