Symptom
An order status in Kyren Pay differs from what your system or customer expected.Likely causes
Gateway delays can cause short-lived differences between customer-facing payment screens, Kyren order status, and your internal system. Epay source orders may also require extra reconciliation against the source order identifier.
Check this in Kyren
- Open Dashboard > Orders and search for the order.
- Compare status, amount, currency, creation time, and paid time.
- Check whether the order has an Epay source order identifier.
Check this in your server
- Compare the Kyren order ID with your internal order ID.
- Confirm whether your system relies on Webhooks, polling, or both.
- Check whether an early
pendingstatus was cached after the order later changed. - Use millisecond timestamps when comparing API data, such as
1736932200000.
Fix
Usepaid as the fulfillment signal, keep fulfillment idempotent, and refresh order status before manual reconciliation. Treat pending as waiting unless your business rules explicitly close the internal order.