Retrieve Transaction Requests

You can also retrieve all the request for a specified transaction key.

To retrieve all the transaction requests for a specified key, use the following URL and a GET method:

{Taxamo_MP_URL}/api/v3/marketplace/transactions/{key}/requests

where:

  • {Taxamo_MP_URL} is the URL of the Taxamo environment.
  • {key} is the transaction key value. This specifies which transaction's requests you wish to retrieve.

Details

TypeValue
Endpoint/api/v3/marketplace/transactions/{key}/requests
MethodGET
API Reference DocumentationRetrieve transaction requests