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://services.taxamo.com/api/v2/transactions/:key/unconfirm

where :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. For more information, see Transaction Schema.