#matrixx333_code
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/1410056242235314197
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Postman used API version 2018-08-23 while Nuget used API version 2025-07-30.basil (which is expected as you updated the SDK)
In the newer API version, it's the async Creation, which generate Balance Transaction asynchronously, not immediately.
https://docs.stripe.com/upgrades#2024-04-10
PaymentIntents now has automatic_async as the default capture method when capture method is not specified during PaymentIntents creation. For more information about async capture, view the asynchronous capture guide.
Thank you for sharing the documentation....I'm reviewing it now
If I set the CaptureMethod to automatic, does that mean it will wait until the balance_transaction request has completed?
I've performed four tests with the CaptureMethod set to automatic and I am reliably getting the balance_transaction object back on each request.
Unless there is anything additional to add that might help, I think we can call this problem solved!
I appreciate the help @strange fractal . The Stripe support team is the best!!! You're always fast and always know the answer....thanks again!