Skip to main content
DELETE
/
3p
/
api
/
v1
/
transaction
/
{uuid}
Cancel a transaction ( SUNSETTING )
curl --request DELETE \
  --url https://api.grailpay.com/3p/api/v1/transaction/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "status": false,
  "message": "Invalid Token",
  "data": null,
  "errors": null,
  "error_code": null
}

Authorizations

Authorization
string
header
required

Token-based authentication using Authorization: Bearer <YOUR_API_KEY> provided by the GrailPay Support Team.

Path Parameters

uuid
string
required

UUID of the transaction to cancel

Response

Transaction canceled successfully