#tymm_unexpected
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1260086791952793630
đ Have more to share? Add details, code, screenshots, videos, etc. below.
here are the responses :
"object": "search_result",
"data": [
{
"address": null,
"balance": 0,
"cash_balance": null,
"created": 1720497890,
"currency": null,
"default_source": null,
"deleted": null,
"delinquent": false,
"description": null,
"discount": null,
"email": "ctymm@yopmail.com",
"id": "cus_QRO4jveQCgDON3",
"invoice_credit_balance": null,
"invoice_prefix": "D9DEF2C4",
"invoice_settings": {
"custom_fields": null,
"default_payment_method": null,
"footer": null,
"rendering_options": null
},
"livemode": false,
"metadata": {
"account_id": "10979"
},
"name": "acc_10979",
"next_invoice_sequence": 1,
"object": "customer",
"phone": null,
"preferred_locales": [],
"shipping": null,
"sources": null,
"subscriptions": null,
"tax": null,
"tax_exempt": "none",
"tax_ids": null,
"test_clock": "clock_1PaVIMLouXJU4FDJVZtdgxWr"
}
],
"total_count": null,
"has_more": false,
"url": "/v1/customers/search",
"next_page": null,
"request_params": {
"query": "name:\u0027acc_10979\u0027"
}
}```
"object": "search_result",
"data": [],
"total_count": null,
"has_more": false,
"url": "/v1/customers/search",
"next_page": null,
"request_params": {
"query": "name:\u0027acc_10979\u0027"
}
}```
Hi there, looks like your query is a feedback, can I suggest you to submit your feedback by using the button in #1211832777608273960 channel ?
https://docs.stripe.com/api/customers/search search API has some limitations, you can find them in the APi reference.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
i get that search wont work immediately after an update stated in here.
but i dont get why does it return the correct info 1 sec and returns null the next
Thanks for waiting.