I want to allow users to make payments throug...

I want to allow users to make payments through the app, preferably using Stripe. I can get the Stripe end of it set up, API and all, so is there a way to call Stripe and pass it what it needs from inside an app?

The app will run in the browser only.

Thanks.

0 2 1,025
2 REPLIES 2

Iโ€™m afraid you canโ€™t do that with the app directly. You can do that through the rest API so you need to write some code behind of the database.

Thanks @Aleksi_Alkio. Translate

Top Labels in this Space