Performing searches in the Dashboard
You can use the advanced search mechanism available in the Dashboard to look up information about:
- Connected accounts
- Coupons
- Customers
- Invoices and invoice items
- Orders
- Payments
- Payouts
- Plans
- Products
- Sources
- Transfers
When you perform a search, the top results appear immediately. You can view all matches either by clicking Show all results or by pressing Enter. From the resulting groups of search results, you can click View all to see an expanded display with column headings, some of which provide sorting options.
You can use different pieces of information as search terms. Examples include: last four digits of a card or bank account (e.g., 4242), type of payment method (e.g., ideal), business name of a connected Stripe account (e.g., Rocketship), or email receipt number (e.g., 1817-9523).

Search results.
For searches using dates, you can provide them in different formats, such as 08/22, 2020-07-12, or last week. You can also use object identifiers (e.g., a dispute ID) to take you directly to the object you’re looking for.
No additional context is necessary for most searches. The Dashboard automatically looks for the most relevant information based on your search query. You can make use of search filters and operators for more granular control.
Search filters and operators
By default, the Dashboard looks for values that match your search term in the most logical fields within objects (e.g., an email address in the email
field or description of an object, or a date as a card expiration date). You can use filters and operators to further refine your searches. The more terms you provide in your search query, the fewer the number of results.
Combining and negating search terms
You can use more than one search term to narrow down your search and reduce the number of results. You can also negate any search filter with a hyphen -
so that matches for it are not included.
Example | Description |
---|---|
last4:4242 exp:08/22 | The last four digits of the card are 4242 and expiration date is 08/22 . |
last4:4242 -exp:08/22 | The last four digits of the card are 4242 and expiration date is not 08/22 . |
type:ideal status:canceled | iDEAL payments where the source has been canceled and not used to complete a payment. |
To search for an entire phrase, use quotation marks. For example, “Stripe Shoppe” provides matches for that full phrase, but Stripe Shoppe searches the words Stripe and Shoppe separately.
Metadata searches
You can perform searches on metadata that you have added to objects that support it (e.g., payments). Metadata values are automatically included during a search for any text that does not use a filter.
You can use the metadata:
filter so the search term only looks up metadata values. To search for a specific metadata key-value pair, use the metadata key name as a filter, such as order_id:xyn712
.
Search to navigate the Dashboard
You can also use search to navigate the Dashboard. For example, if you’re looking for Reviews, type “reviews” in Search.
Best practices
Many searches can be performed with a single search term. Use something that would be fairly atypical, such as a name or email address. If you are seeing too few results, make the search term less specific. If there are too many results, include additional terms, one at a time.
Use a wider range of values when using dates or amounts as search terms. Currency conversions and time zone differences between you and your customer are a common source of confusion when looking up information about a payment. Use additional search terms or even different ones altogether.
As search terms are included in the URL, you can bookmark the search or share it with other team members as you would any other web page.