Closed Fidelity88 closed 5 months ago
Hello @Fidelity88, thanks for sharing your feature request.
Can you please give it a try with this custom Mollie plugin version?
It should automatically create a new payment method with the id mollie_wc_gateway_custom
. To customize certain parameters such as id
, title
, etc., you can use these filters.
Please let us know how this works for you. Thanks!
Client doesn't need this anymore, can be closed. Sorry for wasting your time :)
Mollie has added a Point-of-sale payment method using a physical PIN terminal device (PIN = Dutch translation for POS). Meaning an in-person payment method as they describe it. Developer documentation can be found here.
We use this payment method on a custom built POS platform. When a sale is made, we push the order to WooCommerce using their REST API to create a new WooCommerce order.
In the POST request, the following data is sent to WooCommerce to mark the order as paid using Mollie:
Screenshot for the current situation with above POST request:
This method works, and even the "refund" button in WooCommerce works. But because of the chosen payment method, the title in the WooCommerce backend is shown as "
Payment via iDeal
". Where it would be better to show "Payment via PIN
" or "Payment via POS
"The available list of accepted payment methods in the Mollie for WooCommerce plugin is:
Would be great if, for example,
mollie_wc_gateway_pos
can be added to show "Payment via POS
" on the WooCommerce backend instead of the current available options.