Hey all,
Just wondering if anyone here has built an Wappler app that uses Stripe for on-demand charging?
Like, you store in your database a charge authorization, and then whenever the user clicks “Charge me now” you ask Stripe to charge $10
Usually it works like this:
- First payment/get authorization: Redirect user to Stripe to insert card details
- Stripe redirects back to your website once succesful, and you store a token in your DB
- You show a button “Charge me now”
- User clicks the button, Wappler app goes to DB and fetches the “token”
- You ask Stripe to charge $10 to the user with a given “token”
- Maybe next week the user wants to deposit more funds, so he/she clickes “Charge me now” again, and we jump to point 4
In my case I want to build a custom billing solution instead of relying on Stripe’s subscription. I need the flexibility to change the charge amount, and I charge (e.g.) day 1 of every month without user intervention
Community Page
Last updated:
Last updated: