List Payments
documentedReturn a list of payments with optional filters such as form_id, customer_id, date_from, date_to, and status. ([raw.githubusercontent.com](https://raw.githubusercontent.com/moonclerk/developer/main/api/v1/payments.md))
GET /paymentsPaymentsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.moonclerk.com/payments?count={{$limit}}&offset={{$page}}" \
-X GET \
-H "Authorization: Token token={{MOONCLERK_API_KEY}}" \
-H "Accept: application/vnd.moonclerk+json;version=1"