#ethan18
1 messages · Page 1 of 1 (latest)
That likely means you're passing in a literal line of your code instead of a string value
i changed it from a literal line but it still doesn't work $customer = $stripe->customers->search(['query' => 'email:'ethnruss@gmail.com'']); these both work ['query' => 'email:'sally@rocketrides.io''], $stripe->customers->search(['query' => 'email:'ethnrus@gmail.com'']); and returns 'No such coupon. i can't see and difference between the two
Do you have a request ID?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
Hi 👋
I'm stepping in as @lavish plover needs to go. But finding the request ID would definitely help.
req_r0D6qHm7E5nKHx
Okay that's the request that is exceeding the character limit.
Use fewer characters
If you have a request with fewer characters sharing that request ID will be helpful
okay thanks, i fixed it up, i was passing a different value into it