Confirm Transaction

Use this request to confirm a stored transaction.

📘

Note

If a Confirm Transaction request fails, for example because of a network error, resend the request using the same transaction key to ensure that the transaction is confirmed successfully. Do not create a new transaction with a Store Transaction request because this can create a duplicate transaction.

To confirm a stored transaction, use the following URL and the POST method:

{service_url}/api/v3/marketplace/transactions/{key}/confirm

Here, {service_url} is the URL of the sandbox or production environment, and {key} is the transaction key.

Example:

https://marketplace-api.sandbox.marketplace.taxamo.com/api/v3/marketplace/transactions/{key}/confirm

Details

EndpointMethod
/api/v3/marketplace/transactions/{key}/confirmPOST

Parameters

ParameterDescription
{key}The unique transaction key.

Fields

For more information, see Marketplace Transaction Fields Reference.


Did this page help you?