Delete Beneficiary Api

Delete Beneficiary

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 (integer): 2
  • message (string): "A specific validation error message."
  • status (string): "FAILED"
  • 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.
© Redpay.
Design & Develop by Redpay Payments Private Limited