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

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

Parameters

ParameterDescription
{key}The unique transaction key.

Did this page help you?