It’s great the there’s so many e-commerce options the one I’m missing is Mollie.
I might just use Mollie’s payment links
Payment links make it easy to take payments. Where you’re going to need to some custom work is if you actually want your Ghost site to know about the payment – i.e. to put a member on a paid tier. There, you’d want to look at their webhooks (Webhooks | Introduction to the Mollie API | Mollie Documentation). You’d need a server or cloud function (not native Ghost) to listen for those webhooks and then talk to the Ghost Admin API to get the member created or upgraded.
1 Like