Hi Patrick,
I understand, no problem!
Thanks for your time and for the plugin.
Greets,
Annelies
You don’t have to use the actual API key as the parameter I described, you can use a simple integer that (internally) maps to the API key / location.
Hi Patrick,
You’re right, the way you describe it won’t work.
When I look at the documentation, when you create the payment, the webhook is also defined in the request.
So another solution could be to add a parameter to the webhook and change it per location (= API key). Then you only need one webhook and check there which parameter enters and you can call the Mollie API with the correct API key.
What do you think?