Use for dashboards and recovery. Webhooks remain primary.
Endpoint
POST https://upibridge.com/api/check-order-statusRequest
{"user_token":"YOUR_TOKEN","order_id":"8052313697"}Python
import requests
r = requests.post("https://upibridge.com/api/check-order-status", json={"user_token":"YOUR_TOKEN","order_id":"8052313697"})
print(r.json())Webhooks · Create order · PHP