Available Payment Options in Anvil for Countries Without Stripe Support

Hi, guys

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.

Thanks for reading :wink:

There are lots of examples for integrating paypal in Anvil (if that is supported in your country). Just try searching for it - Search results for 'paypal' - Anvil Community Forum

Also, you can implement just about any payment service in Anvil (as long as they have their API). Although you might have to do that manually.

1 Like

Webhooks are your friend here.

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.

1 Like