#linups_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1288439369283145809
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Yes, but why it is not listing when im trying to checkout?
Show multiple one-click payment buttons with a single component.
would you mind checking if you meet the requirements for Apple Pay?
yes, we qualify...
we had some sales on apple pay in 2023, but im not sure if somethign changed. i have checked reports, and i do not see any sales in 2024.
then i tested pages and im not able to see apple pay as option to pay.
i see only "pay with link".
Could you please share an example Checkout Session URL?
Okay, I see you're using payment_intent_data[setup_future_usage]="off_session" which doesn't support Apple Pay right now.
let me double check it.
If i understand correctly, if i choose "on_session", i still can charge user on next page for upsell without user needed to enter card details for second time? (of course if he clicks on button) ?
You will then need to be ready to handle 3DS if it's required.
hmm, its still not showing apple pay.
'payment_intent_data' => [
'setup_future_usage' => 'on_session'
],
It seems like Apple Pay is not supported with any value of setup_future_usage unfortunately.
If you want to charge more later, you will need to go without Apple Pay
give me a few mins to test it.