#KRS
1 messages · Page 1 of 1 (latest)
hello! can you share the invoice id?
i usually able to search in the dashboard with invoice number or using the customer mail id
will it not work anymore?
if I need to invoice id, i need to go to the DB to fetch it, thats why the ask
invoice id = in_1MjbyUIvwrjYDHRMf7VWb6tg
hmmm, if it was previously working and now it's not, i'd suggest emailing support to investigate why : https://support.stripe.com/contact/email
ok..
even the customer search API is not returning results
stripe.Customer.search(query=f'email:"skr2+fd84292@subscribili.com"')
@wind violet ^
what language are you using?
python
it is f-string
stripe.Customer.search(query='email:"skr2+fd84292@subscribili.com"')
i removed and tried this too. it is not returning results
i've tried that codeand it works fine for me - it returns results. i'd suggest that you check if you have such a customer with an email address on your Stripe account first
that customer is on a different account from the invoice id you provided just so you're aware, are you making the request with the secret key for the correct account?
invoice id is also from the same account - https://connect.stripe.com/test/invoices/in_1MjbyUIvwrjYDHRMf7VWb6tg associated with this customer
and i am using correct key, confirmed.
i am able to search older customers but only the ones which are created today are not searcheable
is there any limit on the number of customers that an account can have?