v1
latestOpenAPI 3.0.32026-07-248079274.0 KBTransactions
Process a void
Process a cancellation of a transaction before it settles through a consumer's account.
post/transactions/{transaction_id}/void
Path parameters
transaction_idstring uuid required
Unique ID assigned by Acquired.com for the transaction.
Response
Created
Example response
{
"transaction_id": "a7e3fde5-5b83-44f4-9915-782bc7121717",
"status": "success",
"links": [
{
"rel": "self",
"href": "/v1/transactions/a7e3fde5-5b83-44f4-9915-782bc7121717"
}
]
}