Newbies Robert Crocker Posted June 16, 2010 Newbies Posted June 16, 2010 I'm looking into using your plugin. I don't see anything about storage of credit cards as how it applies to PCI compliance. Do you work with PNF numbers for storage and charge of recurring charges?
Smef Posted June 16, 2010 Posted June 16, 2010 Plastic does not store credit card numbers. PCI compliance will depend on how your database is set up, and if you are storing credit card numbers in fields in your database. Using plastic will not make you database non-PCI-compliant.
Pacer Print and Packaging Posted June 18, 2015 Posted June 18, 2015 I added the following script to mask out the credit card number when a successful transaction has been processed. Set Variable [$CC_Number; Value:Transaction::Card Number]Set Field [Transaction::Card Number; "************" & Right ($CC_Number;4)]Set Variable [$CC_Number; Value:0]
Allen Poole Posted September 23, 2015 Posted September 23, 2015 Using plastic will not make you database non-PCI-compliant. But using Plastic can help make your practices PCI compliant. For example, if you use Authorize.net as your gateway, Plastic can submit payment card and ACH account numbers to Authorize.net's PCI-complient CIM database in exchange for a token, which is PCI-compliant to store in your database. Plastic then lets you run charges against these tokens, and Authorize.net looks up the corresponding account information in their CIM to complete each transaction.
kgasman Posted October 13, 2017 Posted October 13, 2017 On 9/23/2015 at 2:51 PM, Allen Poole said: Plastic can submit payment card and ACH account numbers to Authorize.net's PCI-complient CIM database in exchange for a token How do you script the your suggestion to get a "token" thanks
Recommended Posts
This topic is 2666 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now