Hello guys,
Here is a scheme of what I am working around for a e several days
Buyer makes a purchase → Bubble stores the payment information → Seller confirms the payment → Stripe charges the buyer
Any ideas on how to make it work?
Thanks!
Hello guys,
Here is a scheme of what I am working around for a e several days
Buyer makes a purchase → Bubble stores the payment information → Seller confirms the payment → Stripe charges the buyer
Any ideas on how to make it work?
Thanks!
Create payment intents (with capturenow=false) and capture payment intents later.
Payment information (cc’s) can be created, stored and attached to customer via the stripe.js plugin and the attach payment method call.