Hey all,
First-things-first, Bubble is awesome and I don’t take this site or it’s community for granted. With my previous questions, regardless of if someone has successfully come up with a solution or not, everyone has been extremely helpful.
Anyway, I wanted to use Stripe as my payment gateway, but I don’t think it’s going to work out. I’ve pretty much fully developed my web app minus a few features, one being the ability to process payments.
With the payment gateway, it’s not as straightforward as the rest of my development has been with Bubble, so I’m a bit confused. I’m still trying to find out what my best option will be, but I’ll use Braintree as my example here.
When I install Braintree and attempt to use it, it’s built in features seem very limited. For example it has:
-Charge the current user
-Subscribe the current user to a plan
-Cancel the current users plan
So, with such a limited set of features, I’m left hanging with common payment gateway features… How do I safely store CC information? How do I provide refunds? How do I send invoices? etc.
Can anyone provide me with a sense of direction here? I’m trying to wrap my head around what is going to be required of me and how difficult this may be.