I would like to set-up single and recurring payments for my customers via the app. I’ve ran some test with Stripe. So far tis looks promosing, but i do think i am runnning into an issue here as i looks like it only allows payments via Credit card, and not via Ideal/SEPA or any other method, does anyone know if this is correct?
If So, Are there any other alternatives to use iDEAL/SEPA Payments, for single payments and recurring payments?
If not, does anyone know how I could set-up different payment options? (i’ve configured Ideal and SEPA already in STRIPE just need to get them in ADALO)
I did find some documentation on the set-up of this but via an API which needs to be created i think?
Would it be possible to have something set-up like this?
I might also be interested in having this component build if that would be the only solution.
Amazing, could you please share more details about the setup u used? like screenshots and quided writing, i think you will be able to help a lot of people in setting this up.
Also for me the solution would result if i would continue with Adalo or not, as this would be a crucial part of the app i am building.
If your request is succes, you will get some respon from the payment gateway. you can safe the respon to your database that you think important. like Order ID, virtual account number, expire time, etc.
then using a custom action like first step, but this time using GET method. You can get information about payment status. in my application, I provide a button for the user to do this.