#Vaibhav
1 messages · Page 1 of 1 (latest)
What Stripe object are you searching?
i am tryin got list customers
customerListParams := &stripe.CustomerListParams{
ListParams: stripe.ListParams{
Limit: stripe.Int64(1),
}
}
@wooden bane like this
Have you looked at these examples of using the Search API? https://stripe.com/docs/search#examples
@wooden bane showing its not availble in my region
Where is it showing that?
👋 stepping in