#nukesforbreakfast_docs
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1341614859456090334
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! By services pattern, are you referring to using StripeClient("sk_test_...")?
yessir
Looking into this!
You can refer to this link for the request option: https://github.com/stripe/stripe-python?tab=readme-ov-file#per-request-configuration
Within the options parameter, you can try setting the idempotency_key.
For example:
"cus_123456789",
options={
"idempotency_key": "idemp_..."
}
)
Would you mind submitting a request to also update the API docs to show the services form for the Python sdk?
Some of the other docs outside of the API docs show examples in both services and resources formats.
is that alright?