API ReferenceWooCommerceSDKssoonWebhookssoon

Payments

Check payment status

GET/pay/:request_id

Read 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_idstringrequired

returned from POST /pay/create

GET/pay/:request_id
curl "https://api.trevi.cash/pay/REQUEST_ID"
Was this page helpful?