#meteograms-duplicate
1 messages · Page 1 of 1 (latest)
heya @icy bolt, it's possible via the Dashboard. You can search for specific parameters : https://stripe.com/docs/dashboard/search#search-filters-operators
I need to step away so I’m going to archive this thread. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
OK. I really meant searching for duplicates without knowing in advance what is duplicated... so maybe the API is better?
it really depends on what you're trying to do here :
- if you're trying to prevent duplicate customers in your system, then yes, before creating the Customer, you can make a retrieve Customers call to check if there are any Customers with this email first
- if you're trying to prevent duplicate payment methods on a Customer, you can retrieve the Payment Methods on that customer and loop through each to check the fingerprint