API ReferenceWooCommerceSDKssoonWebhookssoon

Dashboard

Bulk payment logs

GET/api/merchants/payments/logs

Recent 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/logs
curl "https://api.trevi.cash/api/merchants/payments/logs" --header "X-API-Key: $BTPAY_API_KEY"