# Poll until a final status, or react to the webhook (recommended)curl https://api.orqex.com/v1/payment/intents/TRX123 \ -H "Authorization: Bearer sk_live_xxx" | jq '.data.status'
The reliable signal is the webhook: Orqex calls your webhook_url
on every status change, so you don’t have to poll.