#bobofthebuilders_api
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/1478387809067860105
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ You could potentially achieve this with payment method configs https://docs.stripe.com/payments/payment-method-configurations You could have a config which has all non-immediate payment methods disabled, and based on the logic in your flow, pass that config to your request
We're doing direct Connect charges.
Having multiple configurations would be confusing for our users, and could still break for new payment methods, as we might not block those in time in the config.
Was hoping for some secret api flag really ๐ซ
There's none that I'm aware of, but give me a minute to see if I can find anything
Oky
Haven't been able to find anything I'm afraid, so I think payment method configs are probably the best option, but do have a bit of maintainance overhead, like you mention
Oky, thanks for the info
No probs!