Annul authorization
The Annul Authorization functionality is used to annul all or part of an authorization.
Depending on the payment method used to generate the authorization, this service has different effects. See the following table for information about different payment method types.
Invoice/Installment | The credit authorization will be cancelled. No invoice will be sent out for this order. |
Credit/Debit cards | The authorization will be reversed. A credit/debit card authorization can only be annulled in its entirety. Partial annulments are not supported. |
Internet Banks | This method has no effect because internet banks are automatically finalized (there is no authorization). |
Rest endpoint
POST /orders/{orderId}/transactions/{transactionId}/annul/{totalAmount}
API call
"POST" https://api.paynova.com/orders/47bf277b-17b0-4d8b-b9c9-a3b100dbb21c/transactions/201409251527280673/annul/100.00
Updated almost 8 years ago