You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, awesome that you made a ES6 solution for this.
The reason I opened an issue is to ask how you catch a change of payment status? Has the package a webhook implemented or how do you guys advise to implement this?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi @HoereeBauke
First of all, Mollie-es6 is mostly maintained for security purposes, but the new Mollie v2 API is currently being implemented in TypeScript in the newer molliejs module (also on NPM).
Catching a change of payment status is as followed:
You create a new payment with a redirect URL. This redirect URL is the URL mollie will redirect the user to after the payment has been completed.
Within this URL, you check the status of the payment and update it in your database.
The new molliejs module will also have an "examples" folder for future references.
Hi guys,
First of all, awesome that you made a ES6 solution for this.
The reason I opened an issue is to ask how you catch a change of payment status? Has the package a webhook implemented or how do you guys advise to implement this?
Thanks in advance
The text was updated successfully, but these errors were encountered: