JMSPaymentCoreBundle icon indicating copy to clipboard operation
JMSPaymentCoreBundle copied to clipboard

[Docs] How to encrypt data and how to work with recurring payments?

Open marcospassos opened this issue 13 years ago • 2 comments

I've not found anything talking about it in the documentation. May I have an example?

marcospassos avatar Sep 20 '12 17:09 marcospassos

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.

merk avatar Sep 20 '12 22:09 merk

Any way to find documentation about how to implement recurring payments ?

antonbabenko avatar Jan 21 '13 10:01 antonbabenko