#KriJo
1 messages · Page 1 of 1 (latest)
Good question. Checking in to whether our API objects have a URL for ideal or if this has to happen some other way
ideal is an example
any payment method in general would be nice
i know that its working somehow, because i've already seen this on another page
In a Stripe doc? Or just a webpage that uses Stripe?
From what I can see in the doc, we don't show a way to get the URL yourself, but you can make a stripe call client side that would automatically redirect them https://stripe.com/docs/billing/subscriptions/prorations#preview-proration
webpage using stripe
Still looking to see if there is a way to do this entirely server side
and its not done clientside
so wondering
got it
probably
you can catch the url on paymentintend
i will try with this
thx for time
So it looks like there is a flow for this https://stripe.com/docs/payments/ideal/accept-a-payment?platform=web&ui=element#web-handle-redirect
You should be able to create and ideal PM server side and then create and confirm a PM as well, then the next_action hash will have a URL you can redirect to
Looks like it works