API ReferenceWooCommerceSDKssoonWebhookssoon

Dashboard

List payments

GET/api/merchants/payments

Paginated list of every payment created for the calling merchant. Filter by status or type.

Authentication

Accepts either an API key (X-API-Key) or a dashboard JWT (Authorization: Bearer …).

Query parameters

pagenumberoptional

default 1

limitnumberoptional

default 20

statusstringoptional

completed | pending | expired

typebtclightningoptional
GET/api/merchants/payments
curl "https://api.trevi.cash/api/merchants/payments?status=completed&limit=50" \
  --header "X-API-Key: $BTPAY_API_KEY"