#Mollie x Netsuite

1 messages · Page 1 of 1 (latest)

modern horizon
#

I'm looking to integrate mollie into Netsuite (erp) for a client, if successful may create a connector/plugin for other clients (oath)...

I haven't found any existing solution for this yet on the interwebs, so i'm trying to reach out to the team and see if we can partner up 🥲

the challenges i'm facing atm is that the current client is having multiple mollie accounts thus having multiple api keys...

  • in the payment object there is already a webhook set, how do we set this to send to another endpoint (netsuite restlet)? use a different endpoint that sends multiple post requests?
quiet raft
#

You can only provide a single webhook URL for a payment. So if you will need to trigger multiple systems based on changes to the payment, you will have to create some kind of middleware that handles this. I believe @celest path has some example for this.

We know this is not the best solution. We are thinking about offering something better, but this is still early days and will not be here soon.

#

For the multiple API keys, you mean they have different profiles under the same Mollie organization? In that case, you can look into Organization Access Tokens. With this you can create a single token that has access to the entire Organization (so incl all web profiles). https://docs.mollie.com/overview/authentication

celest path
#

If you really need webhooks, indeed a solution like https://github.com/fjbender/mwm2 might be what you'd need to set up. Most of our ERP and Finance integrations work just fine without and webhooks though, so maybe it's worth having a chat through what exactly you'd be looking to build?