#jeingo-checkout-applepay
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.
It's because you passed setup_future_usage off_session in the second one.
We recently disabled apple pay for this case due to some apple pay regulations/restrictions
Will it work with on_session?
jeingo-checkout-applepay
@worldly oriole no it doesn't make sense to "reuse Apple Pay" in this case so if you pass setup_future_usage it won't work I think. But easy for you to test
I used this flag to then re-pay via card. It turns out that I need to form a link for apple pa separately without the setup_future_usage flag ? And for payments with a card separately with this flag, so that I can then save the card data for the next payments?
If you pass setup_future_usage you will not get Apple Pay but cards will be saved. If you don't you will get Apple Pay but cards won't be saved. There's no alternative to this
Understood, thank you very much