Has anyone successfully integrated stripe to collect payments? We aren’t interested in using apple or google for payments (which I now isn’t even an option now anyway). Our wrapped app collects via stripe now and we have the API.
You can integrate Stripe by manually setting up your API calls in the API connector (Create Payment Intent, Capture, etc ..)
https://docs.stripe.com/api/payment_intents
You then run theses API calls in the backend workflows
If you want to run them in the frontend, you first need to set them up in your web app, attached to a button for example. then “copy with workflows” and paste in your mobile app.
The API calls will then work in the frontend
It turns out that directly setting up API calls from the API connector in your frontend workflows is not possible in the mobile editor, but I found that copy and paste with workflows work fine
Thank you!
were you able to do it?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.