Delete Beneficiary Api
Delete Beneficiary
Developer should know !
Registered beneficiary with remitter's mobile no. can be deleted if required.
Endpoint URL :
Request Parameters
Request Parameter | Data Type | Default Value | Required | Description | Change Date | Change Description |
---|---|---|---|---|---|---|
mobile_no | integer | Yes | Remitter mobile number | |||
beneficiary_id | string | Yes | Beneficiary id |
Request Example [JSON]
Responses (JSON)
- status_code (integer): The status code of the response.
- status (string): Indicates whether the operation was a success or a failure.
- message (string): Beneficiary record deleted successfully.
{"status_code": 2, "status":"FAILED", "message": "token is required"}
- status_code (integer): 2
- message (string): "A specific validation error message."
- status (string): "FAILED"
{"status_code": 0, "status":"FAILED", "message": "Unable to delete beneficiary record."}
- status_code (integer): 0
- message (string): "Unable to delete beneficiary record"
- status (string): "FAILED"
Note
- The API endpoint should be accessed via a POST request.
- All requests must include a Bearer Token in the Authorization header to authenticate the request.
- Please always update your transaction with status key and SUCCESS, PENDING, FAILED value.
- Implement proper error handling on the client side to display user-friendly error messages based on the 'status' and 'message' fields in the response.