What to check
| Field | How to use it |
|---|---|
| Order number | Share this with Kyren support when asking about a payment. |
| Status | Decide whether your system should fulfill or wait. |
| Amount and currency | Compare with the product or checkout session amount. |
| Created and paid times | Compare with your server logs. Times in the API use millisecond timestamps. |
| Payment channel | Identify the payment method used by the customer. |
Reconciliation workflow
- Search for the order in the dashboard.
- Compare status, amount, currency, and timestamps with your internal record.
- Check whether your Webhook endpoint received the corresponding event.
- Use the Orders API when your system needs automated reconciliation.
Refunds
For paid or settled orders, merchants with refund access can submit a refund request from the order detail page. Review the request status, refund record status, andorder.refunded Webhook event when reconciling refunded orders.