#linups_api

1 messages ยท Page 1 of 1 (latest)

vast coyoteBOT
#

๐Ÿ‘‹ 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.

queen pond
#

๐Ÿ‘‹ happy to help

#

Apple Pay is part of "card" payments

tawny echo
#

Yes, but why it is not listing when im trying to checkout?

queen pond
#

would you mind checking if you meet the requirements for Apple Pay?

vast coyoteBOT
tawny echo
#

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".

dull totem
#

Could you please share an example Checkout Session URL?

dull totem
#

Okay, I see you're using payment_intent_data[setup_future_usage]="off_session" which doesn't support Apple Pay right now.

tawny echo
#

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) ?

dull totem
#

You will then need to be ready to handle 3DS if it's required.

dull totem
#

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

tawny echo
#

give me a few mins to test it.