Void a Payment
/api/payments/{identifier}/voidThis endpoint voids a previously authorized payment before it has been captured. Voiding a payment cancels the transaction and prevents it from being processed.
Path Parameters
Response
A successful response indicating the payment has been voided.
The result of the void request, including status and any relevant messages.
The unique identifier for the merchant associated with the payment.
The amount of the payment being voided.
The three-letter currency code (ISO 4217) for the voided payment.
The current status of the payment after the void operation.
The name of the acquirer processing the void.
The unique identifier for the customer associated with the payment.
A reference provided by the merchant to identify the customer.
The unique identifier for the merchant's order.
The unique identifier for the payment method used.
The unique identifier for the voided payment.
The request is invalid or contains incorrect parameters.
The result object that contains the outcome and additional details of the API request.
Unauthorized request. Authentication is required.
Access is forbidden due to insufficient permissions.
The specified payment was not found.
The result object that contains the outcome and additional details of the API request.