#julio_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/1390358119804309544
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there
Apple Pay falls under the card payment_method_type
So you want to use payment_method_types: ["card"]
See: https://docs.stripe.com/api/payment_methods/object?api-version=2025-06-30.basil#payment_method_object-type for the complete list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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
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
Yes it works with SetupIntents
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
That is what SetupIntents are for -- setting up for future use without charging.