-
Hello world :) I tried to implement a subscription system with svelte-stripe. It's actually working great with credit cards but that's not the case with some digital payment methods (like Apple Pay, Google Pay & Link). Maybe someone can help me with this ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @AnatoleT Have you looked at the Express Checkout example in the docs? |
Beta Was this translation helpful? Give feedback.
-
Hi @joshnuss ! Thanks a lot for your quick answer and for your work on this one :) |
Beta Was this translation helpful? Give feedback.
Thanks again for your help. I found what was the issue !
I was using Elements component with a fixed prop "mode" on "payment", i just had to switch it to "subscription" and it worked great. :)