#therudo.
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- therudo., 1 day ago, 24 messages
Hi there!
We made a recent change which disallow Apple Pay for Checkout Session in setup mode. So it's expected to not work for Apple Pay.
No idea, sorry.
thanks!
What I'm trying to do is to add a payment method to a trial subscription. Is there any other way to do this that will allow apple pay?
What I do is:
- Create a checkout session with setup mode and add a metadata of the trial subscription id the client selected.
- After the session is completed, on the webhook I identify the subscription using the metadata and link the payment info (via the payment intent)
Then don't use Checkout Session, and instead use the Payment Element with a SetupIntent. And it should work.
Ok, let me check the payment element documentation
Here's the main doc: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
Thanks for all your help. Have a nice day.