get https://api.quicko.com/tds/payers//payments?nature_of_payment=nature_of_payment&from=from&to=to&count=count&skip=skip
Retrieve all payments. Provide count and skip for pagination
Log in to see full request history
Responses
Retrieve all payments. Provide count and skip for pagination
xxxxxxxxxx
curl --request GET \
--url 'https://api.quicko.com/tds/payers/payer_id/payments?skip={skip}&count={count}&nature_of_payment={nature_of_payment}&from={from}&to={to}' \
--header 'accept: application/json' \
--header 'x-api-version: 3.5'
Try It!
to start a request and see the response here! Or choose an example: