Payment Fetch APIAsk AIget https://api.durianpay.id/v1/paymentsThe following endpoint retrieves the details of all Payments createdQuery ParamsfromstringTimestamp (in YYYY-MM-DD format) from when the Orders should be fetchedtostringTimestamp (in YYYY-MM-DD format) up till when Orders are to be fetchedskipint32The number of payments to be skipped. The default value is 0. This can be used for pagination, in combination with countlimitint32Number of payments to be fetched. Default value is 25. This can be used for pagination, in combination with the skip parameterResponses 200200 400400 401401 500500Updated 10 months ago