#shimmmaz
1 messages · Page 1 of 1 (latest)
Usually you would store a cookie with that information on it. I would start by looking up session tracking and then go from there
But I am obtaining a mandate, and creating a setupintent this without starting a checkout session. How do I go about it without a session. Or otherwise how do I do it with a session?
and thanks for the answer @past siren
When I say "session tracking" I don't mean tracking a Checkout Session. The IP address and user-agent should be available in the header of HTTP requests made on your web app: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent
Thanks for that! What about the IP?
That's also available in the HTTP request metadata. I would recommend looking at the network tab in the developer tools and getting a sense for what is in the header and body of an HTTP request