Retrieve Transaction
Use this request to retrieve a specific transaction.
To retrieve a transaction, use the following URL and the GET method:
{service_url}/api/v3/marketplace/transactions/{key}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}Details
| Endpoint | Method |
|---|---|
/api/v3/marketplace/transactions/{key} | GET |
Parameters
| Parameter | Description |
|---|---|
{key} | The unique transaction key. |
Updated 14 days ago
Did this page help you?
