Hi All!
When using Server Side implementation of the Library,
how I can get encrypted json string to pass to server?
var form = document.getElementById('adyen-payment-form');
// See https://github.com/Adyen/CSE-JS/blob/master/Options.md for details on the options to use.
var options = {};
AdyenForm= adyen.createEncryptedForm(form, options);
var encryptedJsonStringForAjax = ????????
Hi All! When using Server Side implementation of the Library, how I can get encrypted json string to pass to server?