#stripe_connect_platform
1 messages ยท Page 1 of 1 (latest)
I was waiting on you to explain but you seem to have edited your question afterwards ๐
I'm reading, will take a while
๐
eek. my dev was wrong. looks like it IS one session ID. Yikes. Disregard. Sorry.
koopajah. The general issue is that both the mobile device and the desktop device redirect to the redirect_url on the Payment Link so it is kinda weird. We are trying to handle that use case (i.e. payments that require a mobile device due to a QR code or other reason)
Sure but you don't really know which device the customer is really on right? So I think redirecting from both makes sense in this case (This flow is quite new as a concept)
Yeah so you know how Customer Portal creates a unique session and you cannot have 2?
no
We have a hosted signup_form similar to Customer Portal in that it has a unique session and we can't have two of them on two devices
but it's all the same session, you can match it with the cs_live_123
let me check with my dev. I thought he built it so for security we can't have two instances.
we have our own session_id for our hosted forms.
Hard to say right now this is really vague unfortunately