Online Payment Gateway

Good day, I currently have sites online with Netlify and I’m trying to accept online payments via a online payment gateway. How do I achieve such functionality?

In this case I desire to only accept online debit/credit card payments what would the process to get the “checkout” online.

Hi @xkevan19,

You can using a serverless function to connect to your payment provider (e.g. Stripe.) You can find a couple of examples here.

Stripe isn’t available in my country. Do I have to use Stripe or can I use another online payment processor?

Stripe is merely used an example, you could use any payment provider available in your region.