Hi there,
I am wondering, i create reactive web app that provides payment. In forge i see these components for Stripe:
My question is which one should i use?
regards and thanks
Hello,
I can see some of them is Demo and sample which you may download to check implementation an others for mobile IOS and Android.
So you can read description of each one and supported type (Traditional or reactive or mobile) then also you can check reviews if component has reviews then decide which one to download and try it
Hi, thanks
Did u try to do payment gateway in web apps?
Actually I did it before but by redirecting to Bank payment page and then get response from Bank page again. For doing that we had a user guide from bank which we followed steps explained in this guide to created payment URL dynamically into our application then redirect to that created URL and when payment process completed bank page sent response to endpoint in your application that you specified as return URL.