Appearance
Void Transaction
Void a transaction that is pending settlement. Where applicable, a void will be processed as an auth reversal.
Request Method:
POST
URL Endpoint:
/api/transaction/{ transaction ID }/void
json
{
"status": "success",
"msg": "success",
"data": null
}