#nicolas-fernandez-falco_api
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/1254821528000790691
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hello
You can't set settlement speed dynamically
This is based on your account's payout speed
Hi!
I know. If I'm not wrong our account has the T+2 approved settlement and we were using T+4
Now, we don't want to use T+2 for all the payment intents
So based on the Doc I saw that when creating a payment intent you can setup the settlement speed
I'll guess that "fastest" will use T+2 and "standard" will use T+4
I want to confirm that and in addition, which is the deafult? Meaning if I don't set the settlement speed parameter which T+ will have those payment intents?
Gotcha gotcha, then yes you are correct that fastest would be T+2
You would set your default at https://dashboard.stripe.com/settings/payment_methods/us_bank_account if I remember correctly
Meaning that whatever is in my account default that would be the speed use if I don't specify that when I create the payment intent?
Yes I believe so, I'd recommend testing this out in test mode
Can you send me the doc that you are referring to?
Yes
@polar mulch I'm not sure it will be possible to test this. Since in Testing (Sandbox) environment the ACH processing time it's immediatley
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
This is for settlement time, which occurs after processing. You'd look at the resulting Balance Transaction's available_on date
ohh gotcha and that have the exact same behaviour than Live mode?
In testing environment also have a delay of 4 days?
I have not tested this functionality much in test mode. If you try with each setting and then check available_on, that should give you an idea of how well we simulate that in test mode