Mollie payment provider

Hi
For a project I need to integrate the Mollie payment screens (I would describe Mollie in short as the European Stripe). To integrate the hosted checkout shouldn’t be a big issue as it is just an embed that needs to be integrated…

My client has some more customization expectations for the checkout, so their “build you own checkout” functionality is probably what suits him more… Bascially it’s just a CDN link that need to be integrated and then specific elements need to be “tagged” with certain IDs and can then be configured. That way a custom checkout can be built. This shouldn’t cause any issues when used in Weweb right?

Hi @jayjay13 ,

I am using Mollie with Weweb, whereby I use Make.com automation to make it all work something like this:

  • Xano database has the products-table
  • Weweb provides the list of products, with check-out link → this is a link to a webhook (scenario) from Make.com
  • Make.com makes a payment request at Mollie
  • After the user made its payment (or cancelled or whatever), Mollie redirects the user (to whatever website) and provides a signal to another webhook (scenario) in Make.com. This Make.com scenario make a payment details request to Mollie, collects the payment details, puts it in an orderly JSON-format and sends it to Xano database.

Regards,
Thijs