#guccisofloppy_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/1234951134180016280
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Sorry I meant to say "I'm trying to figure out what to try plugging into the Stripe elements init function"
I guess a super broad question to answer before considering the details is: is this even possible? Are checkout sesssions at all compatible with custom flows?
Checkout Sessions are a different product and are not compatible with custom flows.
As in, checkout session objects can't be used with Stripe Elements. Stripe Elements would use PaymentIntents/SetupIntents API
bummer. Okay, thanks!
Oh while this is still active, the API still doesn't support additional e-mail recipiants, right?
I didn't see it in the changelog but figured I'd ask
Correct, it is a dashboard only feature at the moment
the problem I'm having to solve is that roughly 50% of our customers will pay using a personal CC, the other 50% send invoices to accounts payable, and those two methods don't seem to be immediately compatible with subscriptions because the invoices that are finalized when using default_incomplete can't be modified to use 30 day terms. Not a huge issue, just a lil more work on our end
unless you have a silver bullet suggestion, I'm gonna go do some re-planning ๐
unfortunately don't think there's a workaround for this ๐ finalized invoices can't be updated period.
rats, I was really hoping you were gonna have a magic API method to hit ๐
thanks for the help!
NP ๐ happy to help