Void a Transaction
POST {{api_base_url}}/v1/merchant/transactions/void
This voids the authorization for a given transaction. Voids must be completed before the authorization is captured.
Required Variables
transaction_reference:
The reference identifier of the transaction your want to void.
Note: A transaction cannot be in the completed state for it to be eligible for a void. To view, a transaction's status use the Fetch Transaction Details endpoint.
Request Body
{"skip_hook_notification"=>false, "transaction_reference"=>"{{transaction_reference}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-API-Key | string | Bolt Account API Key |