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