Payments
Check payment status
GET
/pay/:request_idRead the live state of a payment — status, confirmations, amount received, time remaining.
- No authentication required for reads.
- Status: pending, partial, confirming, completed, expired, failed.
Authentication
No authentication required.
Path parameters
request_idstringrequiredreturned from POST /pay/create
GET
/pay/:request_idcurl "https://api.trevi.cash/pay/REQUEST_ID"Was this page helpful?
