Cancel transaction
Use this request to cancel an unconfirmed trnsaction.
To cancel an unconfirmed transaction, use a DELETE method and the following URL:
https://services.taxamo.com/api/v2/transactions/:key
where :key
is the Transaction Key of the unconfirmed transaction that you want to cancel.
For example:
$ curl -X DELETE -H "Private-Token: priv_***********" 'https://services.taxamo.com/api/v2/transactions/tr_test_zzcFWpLYeJ6g5oDetG7bGHpeOsA'
Details
Type | Value |
---|---|
Endpoint | api/v2/transactions/:key |
Method | DELETE |
API Reference | Cancel transaction |
Query Parameter
Parameter | Description |
---|---|
private_token | Private token. |
Updated over 2 years ago