This API allows merchants to retrieve a list of retail transactions based on specified search criteria.
GET
localhost:8080/b2b-api/v/1/retail/transaction?limit=20&group_id=Zero1&offset=0
Headers
Name | Description |
---|---|
Accept | application/json; charset=utf-8 |
x-tu-authorization | protocol:TU1,accesskey:{{accessKey}},signedheaders:Content-Type;User-Agent;X-tu-date,signature:{{signature}} |
Connection | close |
X-tu-date | {{X-tu-date} |
User-Agent | {{userAgent}} |
Content-Type | application/json; charset=utf-8 |
Parameters
Name | Description |
---|---|
from_date | 2020-03-13T00:00:00.000%2B0000 |
to_date | 2020-03-13T23:59:59.000%2B0000 |
limit | 20 |
group_id | Zero1 |
uuid | Original Transaction UUID |
Offset | 0 |
Body
curl --location 'localhost:8080/b2b-api/v/1/retail/transaction?limit=20&group_id=Zero1&offset=0' \
--header 'Accept: application/json; charset=utf-8' \
--header 'x-tu-authorization: protocol:TU1,accesskey:{{accessKey}},signedheaders:Content-Type;User-Agent;X-tu-date,signature:{{signature}}' \
--header 'Connection: close' \
--header 'X-tu-date: {{X-tu-date}}' \
--header 'User-Agent: {{userAgent}}' \
--header 'Content-Type: application/json; charset=utf-8'