#guccisofloppy_api

1 messages ยท Page 1 of 1 (latest)

wanton orchidBOT
#

๐Ÿ‘‹ 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.

static crown
#

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?

restive loom
#

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

static crown
#

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

restive loom
#

Correct, it is a dashboard only feature at the moment

static crown
#

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 ๐Ÿ™‚

restive loom
#

unfortunately don't think there's a workaround for this ๐Ÿ˜… finalized invoices can't be updated period.

static crown
#

rats, I was really hoping you were gonna have a magic API method to hit ๐Ÿ˜›

#

thanks for the help!

restive loom
#

NP ๐Ÿ™‚ happy to help