cancel
Showing results for 
Search instead for 
Did you mean: 

My New Authorize.net API Coldfusion CFC

I created a new Coldfusion CFC that supports Authorize API for payments, CIM, ARB, and Accept Suite.  Would love for people to give it a test and give feedback. This was based on TWCreations old  AuthNetTools. I updated it for API support and new functions and they donated their code I re-used.

 

https://github.com/kabutotx/AuthNetToolsAPI 

kabutotx
Regular Contributor
2 REPLIES 2

Hi @kabutotx. Do you know what PCI compliance rules may apply if we post credit card authorization information to the API, but don't store it anywhere on our systems? It would be in memory when the form was posted to our servers and then while the transaction processed. Any guidance is appreciated.

ericdavis902
Member

Yes. PCI will apply.  The easiest is Accept API which will be only SAQ A.

If you do your own form I think that would fall under at least SAQ C .

 

kabutotx
Regular Contributor