#yassiney-api-redirect
1 messages · Page 1 of 1 (latest)
Hello @wooden heath can you clarify what you mean in this thread exactly? Like which redirect, which API, which context?
we use this api https://stripe.com/docs/payments/ideal/accept-a-payment?platform=web when we call confirmideal payment intent... it redirects customers into a mobile browser to fill their details of Revolut... instead of opening the Revolut mobile app instead.... which I've seen many do through Stripe api but not sure what are they doing differently
can you say more? Sorry to push but I;m not really following
if you use the web flow, how would your mobile app be involved?
We do support Universal Links though: https://stripe.com/docs/payments/accept-a-payment?platform=ios&ui=payment-sheet#ios-set-up-return-url
check this for instance: https://rayonunivers.com/paiement/bracelet/
i don't know what those guys are using, but they are using Stripe for sure... and somehow it redirects to open in Revolut mobile app instead of a web browser
I mean I can't really go and test and pay that and Im not on an iphone
i can do that for you and you do not need to pay!
but I assume they use either Universal Links (what I linked above) or they redirect to their server, where they handle the payment succeeding/failing and then they redirect to their own mobile app with their own URL scheme, those are the 2 options I know of
when i select ideal it takes me to this page on girogate.de no idea what's that, and then it opens the exact mobile app i want!
I'm... lost I'm sorry
you're talking about Revolut, but also iDEAL
I mean that page is just the iDEAL page. That's the list of banks iDEAL supports
are you a bank that support iDEAL?
ok let me explain again...
on this page: https://rayonunivers.com/paiement/bracelet/ (which i suggest you to test using fake details)....
when a customer selects "ideal" they get taken to girogate.de to select the bank app... and then they get redirected to that "exact" app on their mobile phone.
okay but that is purely for iDEAL banks
But, in our setup on this page: https://ultra.funnelish.com/javycoffee-checkout-1654361217 when a customer selects ideal, they have to select a bank from the Stripe dropdown list (which is fine) but then they get redirected to chrome to authenticate instead of mobile app of revolut....or the bank
that is not your app unless you are a bank yourself
sorry I really am strugglign to understand your ask
You're business X and you say that when they go to the same iDEAL page (which you don't control, Stripe doesn'tcontrol it either) and they choose Revolut in the list of banks, it doesn't open the app?
ok let me reword the question
is there anyway to make stripe "open" the banking app that was selected on iDEAL. instead of taking customers to the web browser and having to authenticate from scratch?
Okay got it now sorry. I thought you were from Revolut first and then I thought you used them as an example.
In theory, I would expect it to work that way already by default and just open the banking app. It does seem like a bug and I'd recommend writing to our support team to discuss this and we can get someone to dig into the issue (since you need an iDEAL + Revolut set up to test)
you can contact them on https://support.stripe.com/contact
they do seem to use Stripe with a normal/default integration at least from their code