Retrieve Transaction Requests
Use this request to retrieve the requests for the specified transaction.
To retrieve all the requests for a specified transaction, use the following URL and the GET method:
{service_url}/api/v3/seller/transactions/{key}/requestsHere, {service_url} is the URL of the sandbox or production environment, and {key} is the transaction key.
Example:
https://seller-transaction-api.sandbox.marketplace.taxamo.com/api/v3/seller/transactions/{key}Details
| Endpoint | Method |
|---|---|
/api/v3/seller/transactions/{key}/requests | GET |
Parameters
| Parameter | Description |
|---|---|
{key} | The unique transaction key. |
Updated 14 days ago
Did this page help you?
