Jump to content
Server Maintenance This Week. ×

360works Plastic Plugin


This topic is 2387 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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.

Link to comment
Share on other sites

  • 5 years later...

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]

 

Link to comment
Share on other sites

  • 3 months later...

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.

Link to comment
Share on other sites

  • 2 years later...
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

Link to comment
Share on other sites

This topic is 2387 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.