Transactions
Void a transaction
This is only available during the allotted timeframe allowed by the gateway to complete a void.
post/transactions/{transaction_id}/void
Request body
Response
OK
Example response
{
"date_request": "2023-04-01 00:00:00",
"date_response": "2023-04-01 00:00:00",
"reattempt_data": [
{
"date_request": "2023-04-01 00:00:00",
"date_response": "2023-04-01 00:00:00"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.