Retrieve Transaction Requests
Use this request to create a refund.
To retrieve all the requests for a specified transaction, use the following URL and the GET method:
{service_url}/api/v3/marketplace/transactions/{key}/requestsHere, {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}/requestsDetails
| Endpoint | Method |
|---|---|
/api/v3/marketplace/transactions/{key}/requests | GET |
Parameters
| Parameter | Description |
|---|---|
{key} | The unique transaction key. |
Updated 14 days ago
Did this page help you?
