Mollie Api Node Versions Save

Official Mollie API client for Node

v3.2.2

3 years ago
  • Fix types for mollieClient.orders.create (#159)

v3.2.1

3 years ago
  • Upgraded kinda-of dependency (#158)

v3.2.0

3 years ago
  • Added the following APIs:
    • Permissions APIs
    • Organizations APIs
    • Profiles APIs
    • Onboarding APIs
  • Implemented the update Payment endpoint
  • Changed the internal architecture of the library. We're now using interfaced data, which:
    • Makes the library easier to maintain
    • Exports better type definitions
  • Fixed several bugs:
    • DELETE requests can now include data (#147)
    • Embedding multiple resources simultaneously now works (#144)
    • GET requests now include all data (#137)

v3.2.0-beta.3

4 years ago
  • Provide data in DELETE requests

v3.2.0-beta.2

4 years ago
  • Fixed embedding multiple resources (#146)

Install the beta by running the following command:

yarn add @mollie/[email protected]

v3.2.0-beta.1

4 years ago
  • Added the following APIs:
    • Permissions APIs
    • Organizations APIs
    • Profiles APIs
    • Onboarding APIs
  • Implemented the update Payment endpoint
  • Changed the internal architecture of the library. We're now using interfaced data, which solves the following problems:
    • Make the library easier to maintain
    • Export better type definitions

Install the beta by running the following command:

yarn add @mollie/[email protected]

v3.1.0

4 years ago
  • Added Order Payments API

Check out our changelog for a complete overview of everything that's changed.

v3.0.0

4 years ago

Check out our changelog for a complete overview of everything that's changed.

v2.3.3

4 years ago
  • Update dependencies

v2.3.2

4 years ago
  • Update dependencies.