Page 1 of 1
FYI: DigiWallet stops as PSP
Posted: 05 Mar 2024, 14:09
by lpatrick
We were actually going to use DigiWallet as Payment Service Provider but the have an announcement on their site that they will stop on 29 April.
Pity there isn't Mollie support yet for Phoca Cart.
I may look into it myself so all tips and suggestions are very welcome. Thanks!
Re: FYI: DigiWallet stops as PSP
Posted: 05 Mar 2024, 21:13
by lpatrick
Jan
I have read the instructions here:
https://www.phoca.cz/documentation/115- ... evelopment
But if I want a simple implementation (for now), can't I just charge the Order total including discounts, shipping and payment cost as one 'product' with reference to the order in the currency of the webshop?
Then I don't need to bother about what rounding etc. Paypal or any other payment provider does, do I?
Also I don't want to store a lot of information (address, card numbers, etc.) locally and leave it all to Mollie for privacy reasons since I'm only offering digital downloads anyway.
I would like the simplest possible implementation because of this setback.
Re: FYI: DigiWallet stops as PSP
Posted: 05 Mar 2024, 22:18
by Jan
Hi, mostly, the plugin development is not managed by Phoca Cart but by the payment gateway API. This API should say what Phoca Cart should send to the payment gateway. So based on these requirements, you can decide which part you will use or not. Not by Phoca Cart features.