#shinnosuke-hirota_docs
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1249581740104613938
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Yes you can, and I'd suggest you to use PKDeferredPaymentRequest Merchant token types, details in https://docs.stripe.com/apple-pay/merchant-tokens?pay-element=ece#merchant-token-types
so you meant if we would like to use ApplePay Payment Methods for future payment intents, we have to add the merchant tokens?
is that correct?
It's not mandatory, but highly recommended, so that the relevant charge information is displayed in the Apple Paymentsheet. For instance, if you use PKDeferredPaymentRequest and set deferredPaymentDate to 2025-01-05, the Apple Pay Paymentsheet will tell your customer that they'll be charged on 2025-01-05 for X amount.
i got it.
thank you so much.