# Find payments made using the Sources API in the Dashboard

You can filter for failed payments made using Sources ([such as iDEAL, SEPA Direct Debit, or Bancontact](https://stripe.com/docs/sources#supported-payment-methods)) by filtering for failed Source events in the Stripe Dashboard.
### **Filtering for ‘source.failed’ events in the Dashboard**
1. Log into your Stripe account.
1. In the menu on the left, select [Developers](https://dashboard.stripe.com/developers).
1. From the upper ribbon, select [Events](https://dashboard.stripe.com/events).
1. Click **Filter**, check the **Type** box, and enter `source.failed` in the **matches** field.
1. Click **Done** to [review results](https://dashboard.stripe.com/events?type=source.failed).
