mollie-api-node
mollie-api-node copied to clipboard
Official Mollie API client for Node
Inspecting objects (payments, customers, subscriptions, etc.) would throw an error on Node.js < 12, because the `inspect.custom` implementation relied on both `Object.entries` and `Object.fromEntries`.
Hello there. Does the node api support [split payments](https://docs.mollie.com/connect/splitting-payments)? Thanks.
Hello, Is it possible to use this package in combination with Cloudflare Workers? Currently it does not allow for use outside the node process, am I correct? > Error: Unexpected...
Some things that could be a TypeScript `type` are `enum` which is quite developer unfriendly. Code completion and many checks just don't work. # The Problem For example if you...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [, we should: * investigate whether this library works with [Bun](https://github.com/Jarred-Sumner/bun), and if not * consider whether this would be beneficiary and how much effort...
Hello, Is this possible to add support for the settlements API, especially for the list endpoint ? https://docs.mollie.com/reference/v2/settlements-api/list-settlements Thank you
Because I have to switch from the Payment API to the Payment Link API, I came across this little annoyance. For importing Payment I can use: ```ts import { Payment...
I'm not sure what the library currently does if it can't connect to the Mollie servers. We could consider adding retrying functionality for when a request fails early (and we're...
Hi! Is there a possibility to add support for the endpoint enable payment method (https://docs.mollie.com/reference/v2/profiles-api/enable-method). Thanks!