Confirm Transaction
Use this request to confirm a stored transaction.
NoteIf 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}/confirmHere, {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}/confirmDetails
| Endpoint | Method |
|---|---|
/api/v3/marketplace/transactions/{key}/confirm | POST |
Parameters
| Parameter | Description |
|---|---|
{key} | The unique transaction key. |
Fields
For more information, see Marketplace Transaction Fields Reference.
Updated 14 days ago
Did this page help you?
