Charge
Cancel Checkout transaction
Use this endpoint to Cancel an incomplete checkout transaction
post/v1/checkout/transaction/cancel
Request body
Example request
{
"transactionId": "c4307d58-2513-41d8-b7f7-dfecd5f9fdbe"
}Response
OK - your request was successful.
Example response
{
"code": "00",
"description": "Success",
"data": {
"message": "success"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.