Cancel refund by subnumber
Use this request to cancel a refund using the refund key or subnumber.
To cancel a refund, use a DELETE method and the following URL:
https://services.taxamo.com/api/v2/transactions/:key/refunds/:refund-key-or-refund-note-number/:refund-note-subnumber
where:
:refund-key-or-refund-note-number is the refund key or number.
:refund-note-subnumber is the refund subnumber.
Details
| Type | Value |
|---|---|
| Endpoint | /api/v2/transactions/:key/refunds |
| Method | DELETE |
| API Reference | Cancel refund by subnumber |
You do not need to specify any values in the body of the request.
A 200 confirmation message is returned when the cancellation is successful:
{
"success": true
}
Updated over 2 years ago
