#4WiFi-firewall
1 messages ยท Page 1 of 1 (latest)
Everything here: https://stripe.com/docs/ips
Unfortunately that is not a complete list. It is certainly missing pay.google.com
but it likely is missing whatever the hostnames that apple pay uses too
is there somewhere that lists the other domains the checkout page also includes?
specifically only the domains/hosts used for checkout.stripe.com, I dont need all the other API ones as those are server-side, I only need the domains to whitelist in the walled garden of the client side
Hello, yes sorry that page only included Stripe own domain. I understand you want to explicitly restrict domains (which is somehow uncommon pattern AFAIK), then you would want to find out what other domain from Apple/Google you need to whitelist. I am sorry we don't have a Doc covering those
When using a hotspot scenario, creating a whitelist of allowed domains is very common indeed and specifying these for your chosen payment gateway to operate successfully is very normal.
This is called a Walled Garden Whitelist.
I will go see what I can find, unfortunately Apple has a lot of annoying articles referencing "walled garden" which are completely unrelated and have so far proven hard to fix. Might have to turn off Apply/Google Pay options for now
thanks for the help of course ๐ not going insane looking on my own this way
Just a quick peek, should this be Apple Pay list? https://developer.apple.com/documentation/apple_pay_on_the_web/setting_up_your_server
I found that, it is for integrating to their API (for which you are doing, not me). I found the same thing. It does not specify the domains I am expecting to see at all, this appears to be server-side like the list you sent me before to stripe itself
applepay.cdn-apple.com
pay.google.com
These 2 seems to be at least part of what is needed (if anyone asks)
I am curious where did you see those values?
I only see stripe domain when I click to the Checkout's Apple Pay button
what do you get when the page is loaded? not when you click on the link?
I dont have a mac so can not check, but on a chrome browser it loads some data from pay.google.com
all Stripe so far
probably the sources tab would be more helpful
but that looks like it might be OK for apple so far ๐
Google Pay does includes pay.google.com as you said
But yeah you can test it yourself