Anyone else successful with Ionic3 and the new Stripe payment gateway integration?
I’m only using script src=“https://js.stripe.com/v3/”
calling stripe checkout sessions to get sessionId then passing it to stripe redirectToCheckout.
everything goes smoothly and payment is successful, apparently i get stuck on the successURL redirect. problem is… it is a required parameter. I can’t close this redirect page(because its technically a webpage) to go back to my app.
ps. i am not using ionic-native/stripe plugin as it seems like i am the one whos going to create the credit card form then pass it to stripe. this is bad practice.