Is Stripe the only payment method supported by Anvil?
I live in South Korea, and Stripe is not supported South Korea yet.
I want to create a global product using Anvil, but I am concerned about creating a revenue model such as subscription. I would appreciate it if you could give me a good method or guide.
Whether you want to use Stripe, Paypal, Lemonsqueezy, or some other payment processor, they pretty much all use webhooks to communicate with your app.
You can make webhooks work with your Anvil app by creating API endpoints.
Anvil’s Stripe integration initially made me feel like it would be hard to integrate a payment processor with my app - but it is actually quite simple if the processor has a good REST API.
The paypal example I posted in this forum is a good illustration of that.