#Sharook
1 messages · Page 1 of 1 (latest)
Hi there
You should be using Stripe .NET SDK in order to pass the search query:
Here is some example:
https://stripe.com/docs/api/customers/search?lang=dotnet
You can use CustomerSearchOptions and CustomerService for that
I see. What's not working for you?
You need to implement the equivalent of this curl url then:
curl https://api.stripe.com/v1/customers/search \
-u sk_test_....: \
--data-urlencode query="name:'fakename' AND metadata['foo']:'bar'" \
-G