Retrieve Transaction Requests

You can retrieve specific transaction requests, if you want to.

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

{Taxamo_A_URL}/api/v3/seller/transactions/{key}/requests

where:

  • {Taxamo_A_URL} is the URL of the sandbox or production environment.
  • {key} is the transaction key value. This specifies which transaction's requests you wish to retrieve.

Details

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