#erre_ci

1 messages · Page 1 of 1 (latest)

scarlet needleBOT
kind flax
#

Hi there!

#

It depends, how do you accept payments? With Invoices, PaymentIntent, Checkout Session, something else?

drowsy radish
#

mainly by checkout session and and almost all of them are recurrent

kind flax
#

If you are interested in Subsciptions, then yes listing all Invoices makes the most sense. But if you also sometimes make non-recurring payments, then PaymentIntent is a better option (since it will include both payments coming from invoices and one time payments).

drowsy radish
#

ok so if i use stripe.PaymentIntent.list() is the best way to do the dirty work 😉 ?

#

take everything from everyone

kind flax
#

Yes that sounds correct to me.