Un-confirm transaction
Use this request to change the status of a transaction to unconfirmed. Unconfirmed transactions can be edited or cancelled after a new one is created.
Warning
If you are a Taxamo Assure by Vertex customer, you cannot use this request on transactions where Taxamo is the seller.
To unconfirm a transaction, use a POST method and the following URL:
https://{service_url}/api/v2/transactions/{key}/unconfirm
where:
{service_url}is the URL of the service's environment.{key}is the Transaction Key for the transaction that you want to unconfirm.
Details
| Type | Value |
|---|---|
| Endpoint | /v2/transactions/:key/unconfirm |
| Method | POST |
| API Reference | Un-confirm transaction |
Body Parameters
| Parameter | Description |
|---|---|
private_token | Private token. |
key | The Transaction Key that is generated by the Store transaction request. |
Transaction | Any transaction details that you wish to include. See Transaction Schema. |
Updated over 2 years ago
