#SenorKarlos-apple-pay
1 messages ยท Page 1 of 1 (latest)
Hello ๐
So if I understand it correctly, you're trying to test Apple pay using Chrome?
Its only going to show up via Safari
ahh ok, i did some searching and wasn't sure. I'll go steal my kids iPad for a few ๐
and hello again! ๐
hrm just tried from wifes iPhone on way to steal iPad, and no Apple pay button. 99% sure she's used it before and has payment methods saved to her browser & apple pay
there is that 1% and my having no effin clue how complicated Apple makes things
If the URL is public, I can take a look
๐ first thing it does is a discord login, and apparently that embed gets sent to oauth O.o - I guess i need to add a 'login with discord' button pre-stage
just when i thought I was done with my login flow LMAO
I wanna delete that asap so lemme know when you're back
ah won't be able to test if it needs a login ๐ฆ
You have discord LOLOL, some kind of policy? I'll be deleting all test data anyways
probably a policy ๐ was just thinking you'd have to quit my test guild after and I'd end up with whatever your discord email is
yeah ๐
If you can spin up a test page that basically just tries to render the button (without login) w/ your current code, I can take a look at that one and see what's going on.
my code relies on a cx token being made and passing in the object... I guess I could like hard-code something using one of these tokens I've made (or no token & dummy email). but by the time i did all that we could probably just chat out what's happening LOL
same result on this iPad using safari. Can you maybe summarize what conditions need to be met for that magical button to appear ๐ cuz I'm clearly missin something
I have a quick test that you can run to validate your wallet settings
If you visit this page, it should render a test apple pay button that you can click on
https://stripe.com/docs/stripe-js/elements/payment-request-button
I think that document is telling me what I am missing here lol. For one, I only verified my top level domain in test mode, for two I'm pretty damn sure my kid doesn't have a wallet or saved methods on this ipad
being as I'm testing on a subdomain I have to repeat that step in both modes if I read this right? and pre-prep my browser
or just verify the test subdomain as well it means
You need to verify the domain + any subdomains in live mode as well as test mode
ok
difference being the stripe keys sent during the process?
I see a connected platform (ko-fi.com) in my test mode settings that they must have auto-created
but I wouldn't have expected them to do both
Not sure who is "they" here ๐
ko-fi
๐ I hate apple lol
just went through all the steps, made sure I could download the file, adding domain failed ๐คฆโโ๏ธ
what's the error?
it 404'd. Gonna repeat the process, I had to unblock the . directories (some old default security I set) so maybe because I started the approval session while it WAS blocked? O.o lol
I should honestly probably just set this aside for now. My use will be auto-tax and until y'all fix that up I'm wasting time in the now I don't have on a product I'll want in the future. Should be future me's problem ๐ I'm making checkouts in multiple modes, just get on with it ๐
I know what I need to do now anywho. Thank you very much!