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
Type | Value |
---|---|
Endpoint | /api/v3/seller/transactions/{key}/requests |
Method | GET |
API Reference Documentation | Retrieve transaction requests |
Updated over 1 year ago