Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://dev-api.auxvault.net/api/v1/public/void \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "TransactionId": "<string>", "TransactionFor": "Void", "Reason": "<string>" } '
{ "status": "success", "status_code": 100, "message": "Transaction Voided Successfully", "data": { "TransactionId": "d0snjfv0i479rlkc66v0" } }
Void a previously authorized transaction.
"Void"
Successful Response