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?
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.