#joshchukwuezi

1 messages · Page 1 of 1 (latest)

celest wadiBOT
hallow wagon
#

Of that list you'd use PaymentIntents - but there are also other alternatives like Invoices, Checkout, and PaymentLinks (which are all built on top of PaymentIntetns)

wooden vapor
#

How would checkout work?

#

Also how do I attach a product/products to the specific method used

hallow wagon
wooden vapor
#

Would I need to handle stock levels in my database or can stripe handle that

hallow wagon
#

The general idea would be that you keep track of the products your user wants to purchase, and then you'd use that information to create a Checkout Session

#

and yeah, you'd need to keep track of the stock levels on your end