Dashboard
Force-recheck a transaction
POST
/api/merchants/transactions/:transaction_id/check-statusBypass 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_idstringrequiredPOST
/api/merchants/transactions/:transaction_id/check-statuscurl --request POST "https://api.trevi.cash/api/merchants/transactions/TXN_ID/check-status" \
--header "X-API-Key: $BTPAY_API_KEY"Was this page helpful?
