JMSPaymentCoreBundle
JMSPaymentCoreBundle copied to clipboard
[Docs] How to encrypt data and how to work with recurring payments?
I've not found anything talking about it in the documentation. May I have an example?
Any data assigned to the PaymentInstruction and FinancialTransaction are automatically encrypted (ExtendedData and ExtendedDataType handle this).
Be aware that even with this encryption the code is not likely PCI compliant by itself. There are many additional measures you need to take. It is easier and cheaper to outsource recurring payments to a payment provider.
Any way to find documentation about how to implement recurring payments ?