#JohnAtPatron
1 messages · Page 1 of 1 (latest)
Hmm I'm not sure whether we're able to influence that at all, since the bank sites can do what they like
I would say if this is happening you might need to include a session key of some sort in your return URL to re-hydrate the session
Are you referring to 'reservation_token' to store a session key?
I'm not familiar with a reservation_token -- where are you seeing that?
I mean when you confirm your payment you provide return_url for the custoemr to get send back to
and I'm suggesting you anchor to a session there: return_url: https://mysite.com/success?session_id=123-cool-session-456
and then use that to rehydrate on the success page if the session is lost