Hello everyone, greetings. I would like to know if anyone has implemented the integration between Netsuite and PayTrace, and how you implemented 'The PayTrace Encryption Library.' Thank you so much
b
battk
02/06/2024, 3:54 AM
either you havent gotten far in pci compliance, or you dont need to implement the client side encryption, you can just use their library
battk
02/06/2024, 3:55 AM
paytrace's client side library is designed to encrypt sensitive data before it reaches the server
battk
02/06/2024, 3:56 AM
once it reaches your server, its already too late to encrypt the data, and PayTrace's api reflect that in its api
battk
02/06/2024, 3:59 AM
if your script actually has access to credit card numbers, the proper way is through SuitePayments (take a look at the SAFE guide for information)