#ericpres-checkout-connect

1 messages · Page 1 of 1 (latest)

raw goblet
#

Invoices will create underlying Payment Intents, which you can use with Stripe Elements. There's no need for you to create separate Payment Intents in addition to the ones already created by Invoices

vernal igloo
#

Ok, we basically have to move from creating checkout sessions to, creating Invoices and Invoice items?

raw goblet
#

Yup

vernal igloo
#

You know how Stripe Checkout sessions come and go as a user may abandon the process. Can we do that same process with Invoices? Meaning can we create a new one each time they start the checkout process and just leave it unprocessed (open status maybe) if they choose to abandon the purchase?

#

?

raw goblet
#

Ah, sorry completely missed this follow up! Yes, you can technically do the same thing with Invoices I'd suggest you make sure to clean up the Invoices/void them if they have abandoned their cart though.

vernal igloo
#

Ok. I will dig in some more to see if this makes sense for us. When I looked at the Invoices API it looked like quite a bit more work for one time payments.

#

Thanks.