Voids
Create a void
Cancels a payment authorisation before it is captured, releasing the amount held on the card. Works for single and frequent authorisations.
Required scope: <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">void:create</code>
post/void/{id}
Path parameters
idstring uuid required
The token of the operation to cancel — the single or frequent payment authorisation token.
Request body
Example request
{
"descriptive": "Cancelling the duplicated authorisation",
"transaction_key": "order-1982652-void"
}Response
Created
Example response
{
"status": "ok",
"message": [
"Your request was successfully created"
],
"id": "8010e7d5-9985-4ae3-b1bf-6b70019439c7"
}