Hi Wouter,
I’m also interested in the same question. I need to make a smartsuite donation form / record that automatically create a payment request using Mollie.
You say you have covered this part. Did you do it using Make in between?
Can you tell me how you did this?
When i also have covered the payment, the company would also like to see all payments back to SmartSuite. I have seen this link on the Mollie site: https://docs.mollie.com/reference/v2/payments-api/overview
Maybee that is a step in the right dimension. I’m working with someone who’s developping API’s connecting to SmartSuite, so i’m hoping he can help me with this last functionality…
I will keep you informed… that’s the least i can do.
BTW: wheren’t we in the same SmartSuite certification traject?
I actually found a way to do both the “Create Payment” and the update back to smartsuite part once it’s paid.
In the first step it creates the payment and you can either use the smartsuite title as the description for the payment or you can add it in the metadata.
I also created a webhook module and added the link to the create payment step
the second step is triggered when the webhook is called (when the payment status changes).
this gives you the option to use the ID from the webhook to search the payment and values you need to update your record back in smartsuite.
Hello Wouter,
Thanks for your message. It helped me a lot.
I ended up with scenario 2 via a mailhook from SmartSuite, get record info from SmartSuite and then tried to go to Mollie with a Get a Payment action.
The last step still gives me a error. Can you please help me with this one?
Please sent me a email to rob@meetwaarde.nl? Then i can reply you a more detailled email with insight in what i have done…