# Filter for uncaptured PaymentIntents in the Dashboard

In the Dashboard, you can filter for status = `uncaptured` using the filter tools at the top left of the [Payments tab](https://dashboard.stripe.com/payments?status%5B%5D=uncaptured).
## Additional Information
* When your app receives a processed PaymentIntent from the SDK, make sure it notifies your backend to capture the PaymentIntent. Failing to capture a PaymentIntent can result in incomplete collection of funds from the customer. For more information, see [Capture the PaymentIntent](https://stripe.com/docs/terminal/payments#capture).
* Some uncaptured PaymentIntents may result from a user abandoning your application’s checkout flow in the middle of a transaction. These PaymentIntents produce an authorization on your customer’s card statement. To monitor the payments activity of your business, you may want to reconcile PaymentIntents with your internal orders system on your server at the end of a day’s activity. For more information, see [Reconciling Payments](https://stripe.com/docs/terminal/payments#reconciling).
