cancel
Showing results for 
Search instead for 
Did you mean: 
ssimons
Contributor
since ‎04-04-2017
‎05-07-2017

Your latest statistics

  • 8 Replies
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

This is my first time using Authorize.net, and I am using it simply to verify the identity of website members. In other words, I want to link a member account to a cardholder. I am able to get a transaction to succeed with just credit card details. W...
I looked in the API Guide and it says that if you use EVO payment processor that you need to include "employeeId" in your request. Looking at the guide, it is unclear where "employeeId" goes into the XML tree structure. I tried this and it didn't wor...
@Aaron was nice enough to provide me some code to do basic Authorize & Capture CC processing. I think I have finally figured out how the XML template works, but am struggling to understand the code related to the request and response. Here is the cod...
@Aaron, When you helped me earlier, you included this... //modify the template to add apropriate values $xml->merchantAuthentication->addChild('name',$loginId); $xml->merchantAuthentication->addChild('transactionKey',$transactionKey); //add the payme...
@Aaron, In another thread where you were trying to help me out, you posted this code in a response... // the following assumes you've put your credentials in somewhere // as environment variables called "API_LOGIN_ID" and "TRANSACTION_KEY" $loginId =...
Kudos given to