#Abhishek_1234-search
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
This is id : req_bvMjQP9ncb5NDb
first time using it
Unfortunately the search feature is not available in India, as mentioned here: https://stripe.com/docs/search#limitations
so any other way to find customer
if we do get all resources it needs to show all customer then we will be able to check customer that we want.
it will create additional load
i want to create customer only when it is not available
You could list existing customers with https://stripe.com/docs/api/customers/list and pass the email parameter
okay
can you tell how can we implement when for usage record we need to pass subscription id and it is of particular customer
but i want to generalize for all customer
you want to create a usage record for a subscription?
you don't need to pass a customer to create a usage record: https://stripe.com/docs/api/usage_records/create