Payment plugins

Can I use payment gateway plugins (for Wordpress) in Frontity?. What are the alternatives to handle online payments in Frontity? Thanks in advance.

Hi @alex.fernando.801

You’ll only be able to use a WordPress plugin in a Frontity project if it works with, or can be made to work with, the REST API. In any case you’ll need to authenticate.

An alternative could be to use npm to install a suitable package. Here’s the results of a search for “payment gateway” on npmjs.com.

Another alternative might be to look at the integration technologies of payment providers like Stripe or PayPal.