mollie / mollie-api-node

Official Mollie API client for Node
http://www.mollie.com
BSD 3-Clause "New" or "Revised" License
236 stars 63 forks source link

Support for creating terminal payments #378

Closed Jakub-Niznik closed 3 weeks ago

Jakub-Niznik commented 3 weeks ago

In current state there is no support for creating terminal payments.

In type CreateParameters param terminalId is missing and also in enum PaymentMethod method pointofsale is missing.

janpaepke commented 3 weeks ago

This is already in preparation (see here https://github.com/mollie/mollie-api-node/pull/347 and here https://github.com/mollie/mollie-api-node/pull/329)

It will be part of the 4.2.0 release, although there is currently no timeline as to when this will be released.

janpaepke commented 3 weeks ago

Closing this issue, since terminal api is being discussed here https://github.com/mollie/mollie-api-node/issues/328