#yourcat5858
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.
- yourcat5858, 6 days ago, 13 messages
Hello
So if you are going to make recurring payments with Apple Pay then you want to use MPANs. See: https://stripe.com/docs/apple-pay/merchant-tokens#add-apple-pay-merchant-tokens
I should clarify that we are not using the stripe subscriptions
Yeah, we are using MPAN, but if we present an offer like "$1 for first three months" it doesn't feel right that a native apple prompt is shown with the full price
Yeah I see. You do likely want to show the $1 initially
Hmmm
I think you just want to use the paymentDescription to clarify this
that's a good idea!
So yeah you show the $1 and then in the description you indicate this is the discounted amount and it will, say, charge $10 after 3 months
and this doesn't cap our monthly withdrawals at $1, I would hope
I don't really understand if the info for these things are actually implemented on apple's/stripe's side or if it's mostly just a presentation thing
Yeah this part is just presentation
The amount you charge is based on your PaymentIntent amount
But this also does send info to Apple
I see, thank you
Sure thing