Query Platform Transactions

Query transactions of a sub-merchant

SecurityLimepay-Token
Request
path Parameters
merchantId
required
string
query Parameters
from
required
string <date-time>

From date

to
required
string <date-time>

To date

page
required
integer <int32>

Page

limit
required
integer <int32>

Limit

Responses
200

Matching items sorted as specified

400
401
403
404
405
406
409
422
429
500
503
get/marketplaces/merchants/{merchantId}/transactions
Request samples
curl -i -X GET \
  'https://api.sandbox.limepay.com.au/marketplaces/merchants/{merchantId}/transactions?from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z&page=0&limit=0' \
  -H 'Limepay-Token: YOUR_API_KEY_HERE'
Response samples
application/json
[
  • {
    }
]
Copyright © April Solutions 2023. All right reserved.