-
A customer wants to offer subscriptions for many products. Does the PAYONE Magento plugin offer some form of recurring payment support?
-
Hi there Payone Team,
I'm facing an issue using the latest version on M2.2.6, developer mode & Payone methods in test-mode. Every Payone payment method is working fine except for creditcard.
Thi…
-
We have some custom fields on the order that our customer would like to have in Payone PMI for their accounting process.
Is there any possibility to send extra fields using the extension? Or maybe …
-
My customer says that after updating to 4.2.0, the amounts refunded at PAYONE when creating creditmemos are wrong. An example TXID would be 291841823. Even though just a small amount of the order has …
-
I noticed the tables payone_protocol_api and payone_protocol_transactionstatus getting quite big (240 and 110mb).
Is it safe to delete data older than, lets say, 30 days in them? Any reason not to?…
-
Hi,
during an online capture the order items are collected here in order to be sent to Payone: https://github.com/PAYONE-GmbH/magento-2/blob/master/Model/Api/Request/Capture.php getInvoiceList()
…
-
Hi there.
I need to send to payone a notification for order cancelation. As I've looked, the module is not handling it. Am I right?
Is there a API documentation for customize it?
Thanks.
-
Hello!
In the execute function in each gateway class there is the following line:
$this->set( 'reference', $order->get_id() );
A better choice would be to set the reference to $order->get_ord…
-
Hi @fjbender ,
I am developing a package for laravel, that should be able to work with payone server api.
[ideenkonzept/payone](https://github.com/ideenkonzept/payone)
my problem is that i am…
-
Hello!
When using this plugin, all payment methods work as expectedly, but for the PayPal gateway, the following error comes up every time:
Parameter faulty or missing [1000]
The developer manu…