> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lynq.am/llms.txt
> Use this file to discover all available pages before exploring further.

# Monitor payments and webhooks

> Monitor production payments and webhook delivery after launch.

# Monitor payments and webhooks

Use Lynq Dashboard to reconcile payments with your `orderId` and Payment Intent ID, then inspect webhook deliveries for the corresponding environment.

| Delivery status | Meaning                                                  |
| --------------- | -------------------------------------------------------- |
| `delivered`     | Your endpoint returned `2xx`.                            |
| `retrying`      | Lynq will retry after a temporary failure.               |
| `failed`        | The delivery is non-retryable or the retry window ended. |

When investigating a failure, check the public HTTPS endpoint, its enabled state, the latest HTTP response, and the current webhook signing secret.


## Related topics

- [Webhook events](/reference/webhook-events.md)
- [Verify webhooks](/build/webhooks.md)
- [Quickstart](/start/quickstart.md)
- [Card payments](/payment-methods/card.md)
- [Test your integration](/go-live/testing.md)
