Retrieve Transaction Requests

Use this request to retrieve all the API requests that are associated with a transaction.

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

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

where:

  • {service_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