Dashboard
Bulk payment logs
GET
/api/merchants/payments/logsRecent payments augmented with per-payment event logs (webhook delivery, status transitions). Useful for debugging integrations.
Authentication
Accepts either an API key (X-API-Key) or a dashboard JWT (Authorization: Bearer …).
GET
/api/merchants/payments/logscurl "https://api.trevi.cash/api/merchants/payments/logs" --header "X-API-Key: $BTPAY_API_KEY"Was this page helpful?
