#malcaino
1 messages · Page 1 of 1 (latest)
Are you using the API or the dashboard?
The screenshot you've attached is from the dashboard. Are you seeing the same results with the API?
Can you share the request ID for the search/list customer request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
I'm using the api
curl --location 'https://api.stripe.com//v1/customers/search?query=email%3A"mln%2Bwtf%40medicuja.com"'
--header 'Content-Type: application/x-www-form-urlencoded'
--header 'Authorization: Bearer XXXXXXX
Just resolved it. The + has to be URL encoded, like this: email:"mln%2Bwtf@medicuja.com"
Ah great, glad you're unblocked
anyway the request id is:
req_wBWDHQBgpHuP1m if you are curious