#julio_api

1 messages ¡ Page 1 of 1 (latest)

dim grailBOT
#

👋 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/1390358119804309544

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

round briar
#

Hi there

#

Apple Pay falls under the card payment_method_type

#

So you want to use payment_method_types: ["card"]

jovial ocean
#

oh.. but when i put it like such i did not see it.

#

wait, just to validate, did i not see it due to it being a setup intent perhaps

#

so we use for card payment a setup intent so that the user chooses payment method, this is due because even tho we use MSI we dont really offer no interest. so if the user then chooses a monthly choice we dyanmically change the price and now let the user confirm and we create the payment intent on checkout

round briar
#

Do you have a live card in your wallet?

#

And what integration are you using here?

jovial ocean
#

mmm ok so i am not knowledgeable with apple i dont even use iphone i have a testing iphone. so i have add the wallet before apple pay. ok that is right on hindsight

#

just a question apple payment works with setup intent? or does it work only with a direct payment intent

round briar
#

Yes it works with SetupIntents

jovial ocean
#

ok! then it is due to my ignorance on apple pay! i thought it could be used to setup a card but no it is meant to first save a card on the account

#

sorry! and thank you! yeah i am looking at the note on the docs that say that i must have one and it must be real so no testing cards

round briar
#

That is what SetupIntents are for -- setting up for future use without charging.

jovial ocean
#

then let me do this and see what happens

#

thank you