v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Credit Card Endpoints

credit-card/void

This endpoint allows you to void a completed credit card transaction.

post/credit-card/void

Response

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

TransactionIDinteger required

The unique ID for the void transaction

Example response

{
  "Success": true
}