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}/requests

Here, {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}/requests

Details

EndpointMethod
/api/v3/marketplace/transactions/{key}/requestsGET

Parameters

ParameterDescription
{key}The unique transaction key.

Did this page help you?