This endpoint is to delete a specific payment request.
Note: We don’t allow to delete the completed payment request.
curl --request DELETE \ --url https://api.sandbox.hit-pay.com/v1/payment-requests/{request_id} \ --header 'X-BUSINESS-API-KEY: <x-business-api-key>'
"{\n \"success\": true\n}"
"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"
It's payment request id
200
The response is of type object.
object
Was this page helpful?