API ReferenceWooCommerceSDKssoonWebhookssoon

Dashboard

Force-recheck a transaction

POST/api/merchants/transactions/:transaction_id/check-status

Bypass the background sweeper and ask the API to immediately re-query the chain/LN node for a single deposit transaction. Useful when a customer claims their deposit landed but the dashboard still shows pending.

Authentication

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

Path parameters

transaction_idstringrequired
POST/api/merchants/transactions/:transaction_id/check-status
curl --request POST "https://api.trevi.cash/api/merchants/transactions/TXN_ID/check-status" \
  --header "X-API-Key: $BTPAY_API_KEY"