#hevid-medeiros_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/1398018851949641779
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐
We outline the steps for Apple Pay here.
https://docs.stripe.com/apple-pay
Let me know if there is any particular part you are hung up on.
In the Dashboard you can select to filter by Payment Method, Apple Pay is one of the available Payment Methods
It is possible to know in the payment callback or webhook if the payment made by Apple Pay is debit or credit?
The payment_intent.succeeded event will return a PI, You can then retrieve the PI which will have a Payment Method property, when you retrieve the Payment Method it will have a funding property https://docs.stripe.com/api/payment_methods/object#payment_method_object-card-funding
This will work for Google/Apple Pay
We are already using this way, but it is ways returning credit.
have you tested with a known debit cards? I just did a test was was able to see "debit" on a funding source from a apple pay payment method?