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

TypeValue
Endpoint/v2/transactions/:key/unconfirm
MethodPOST
API ReferenceUn-confirm transaction

Body Parameters

ParameterDescription
private_tokenPrivate token.
keyThe Transaction Key that is generated by the Store transaction request.
TransactionAny transaction details that you wish to include. See Transaction Schema.