Recorded Developer Webinars Pinned
Please find the links of our recorded developer Webinars Simplify PCI Compliance with Authorize.Net Accept Learn about Authorize.Net API Integration with OAuth 2.0 Creating Automated Workflows Using Authorize.Net Webhooks Thanks Anurag
API / Features documentation Pinned
Use the features you want to build the payment solution you need. You'll be up and running in minutes. Features : https://developer.authorize.net/api/ SDKS : https://github.com/AuthorizeNet API reference : https://developer.authorize.net/api/referenc...
Use Try It Tab for testing APIs on sandbox Pinned
You can test APIs from our Try it Tab in API reference on sandbox without signup https://developer.authorize.net/api/reference/index.html#payment-transactions-charge-a-credit-card Click on the Try it tab and click send .
Use Testing Guide for Specific Transaction Responses Pinned
Using the Testing Guide, developers can trigger specific transaction responses in the sandbox including approvals, declines, errors, as well as AVS and Card Code responses. If you have questions or comments, please use this thread.
EMV September 2015, 2016, or further?
On Auth.nets EMV FAQ page, it states that coding support for the API will be available in September (estimated). I am curious as to what year? It appears Auth.net is very far behind others. Does anyone have any more detail about when EMV can be used ...
Root element is missing
I started testing my integration for the Akamai stuff and can't seem to get anything to work. We have been integrated for years with no issue so I didn't expect there to be any real problems getting this to work... Just to be sure I hadn't screwed up...
when posting non english characters
Hello It's about non english characters so when I'm posting the data to authorize.net and if there is a non english character it was throwing me an exception that it didn't read the whole string (because non english characters take more bytes, so the...
Latency creating a CIM customer profile on Sandbox
In order to display the payment profiles hosted page we first create the customer profile right before displaying the page. The account is then retrieved by our proxy page however we are getting a "Record is not found" error when trying to retrieve t...
Trying to create a CIM record with an auth and capture
Here is the JSON I post to try an auth and capture while creating a CIM record as well:{ "createTransactionRequest": { "merchantAuthentication": { "name": "MY_MERCHANT_NAME", "transactionKey": "MY_TRANSACTION_KEY" }, "refId": "123456", "transactionRe...
Silent Post to Salesforce
We are attempting to use the Silent Post URL to post to an apex REST on Salesforce. We can test from the workbench and other third party sites and our REST code works. But we're not getting anything from Authorize. Unfortunately there is no log file ...
When posting test transaction, 2nd transaction is declined
I'm trying to create a few test transactions to seed a dev environment (using the sandbox). The first transaction always works, and the subsequent transaction is declined, error_code 2. I've tried with the same test information (cc: 4007000000027, cv...
Class 'Symfony\Component\Yaml\Yaml' not found
Hi Guys, I'm attempting to install the lastest version supplied on GitHub (PHP-SDK) and after getting composer installed and running the config both provided in the files I downloaded and other configurations people have posted, I cannot get past thi...
Auto return to merchant site using SIM method.
Hi, How can we accomplish the auto return functionality to merchant site instead of click on Return to mechat site on SIM Method ?
Blank Card Code Response - Only AmEx Cards
Hello everyone, I am having an issue with one of my clients who is seeing that Amex cards are being rejected by our system unless the CID number is omitted. The reason for this is our system generates an error if the CID/CVV Response Code from Author...
Custom Form with Authorize.net Tutorial
I have a custom form on my site and I want to take credit card information on it and submit to Authorize.net. Is there a tutorial that anyone knows that makes this easy to do? I know I have to have SSL and all... but what I need to know is how to do ...
I get the error: The record can not be found
With an account, If I call createCustomerProfileRequest and immediately call getHostedProfilePageRequest with customerProfileId that restored my previous call fails, I get the error: The record can not be foundbut between the first call and the secon...
SIM Integration PHP Error (97) This transaction cannot be accepted.
I'm trying to Integrate SIM in PHP. I am getting "(97) This transaction
cannot be accepted ". I have checked my TransactionKey more than 3
times. Can anyone help me fix this Here is my code..
Sample PHP for adding order description Solved
I'm sure it's lack of sleep, but I can't seem to fugure out how to add an order description to "Charge A Card" in PHP. This one didn't throw any errors, but it it didn't add the description to the email receipt either. The part that is confusing is.....
Determining if a transaction was successful (ruby gem)
All of the Ruby sample code defines a successful transaction this way:if response.messages.resultCode == MessageTypeEnum::Ok puts "Successful charge (auth + capture)... (authorization code: #{response.transactionResponse.authCode})" (FYI, MessageType...
Which Integration Solution Is Best For Simple Payment Form?
So I found it odd that there's no PHP example for using SIM. We send invoices (via PDF attachment in an email) to customers. We want the customer to be able to submit payment just by clicking a link or button. We don't need to show the invoice detail...
Basic Akamai
I've spent hours on this. I am a webmaster by the skin of my teeth, trying to figure out where the URLs would be on my wp website so I can point them to the new Akamai urls. No help from my host or authorize.net. I know this is so basic, but I just n...
Regarding Auth.net updation
below is a copy of an e-mail from authorize.net regarding some technical updates, so you can determine if there is anything that needs to be done on this.currently i am using payment form component in joomla and there auth.net plugin were used...so p...
New MasterCard BIN Range Solved
We were alerted by our bank of the upcoming changes to Mastercard and their new BIN range. More details here: https://www.forte.net/blog/mastercard-bin-range-coming/ Are there plans (or already) to support this?
CIM XML API Refund E00001 Solved
Hello.Trying to test refunds on sandbox, but keep on getting "An error occurred during processing. Please try again." error. Charges are created successfully.Here's the request example: *** *** 12.34 1200003458 1200002531 20000040807 Any ideas...
Failure Code: 3 Reason 98
Hi - We are running WooCommerce DPM - and about 1 in 10 transactions get this error: Order status changed from Pending Payment to Completed. --- then seconds later --- Payment failure: code 3 – This transaction cannot be accepted. (98). Order status ...
Uninformative warning message regarding HTTP GET requests
One of our customers received an email from Authorize.net stating, "During a system scan, we noticed that your website or payment solution is using the HTTP GET method when submitting your transaction requests to https://secure.authorize.net/gateway/...
Sandbox RC4 Cipher
Hello, has RC4 cipher been disabled in the sandbox? It appears to still be active. Received email couple weeks ago that RC4 would be disabled in sandbox on April 29, and disabled in production on May 31.
how can we export authorize.net fees and ach payments from the echeck billing statement?
We are testing to using Authorize.net for ACH transactions. We have used Auth.net as a gateway for credits cards for years. However, with credit cards, we can export to CSV the merchant processor deposits and fees to an excel compatible format for ac...
Multiple Terminal IDs Solved
Our Credit Card processor is wanting a terminal id for our transactions. How do I add in a terminal id into the current code? Just for reference, here's what I'm looking at.
PHP 5.3 Composer install SDK
Hello, I am trying to install the SDK on a WAMP 5.3.13 (Production) and I am not able to install goetas/xsd2php or goetas/xsd-reader as they both require PHP 5.4.... Has anyone been able to get around this, and if so, would you be willing to help? Th...
What values determine duplicate CIM payment profile on sandbox and production? Solved
On the sandbox, Payment Profiles can be created using the same PAN, but it must have different expiration or it will return duplicate error. Q1) Will the production environment return duplicate error because it has the same PAN, or will it create a n...
Secure2 Transistion
Started transistioning an app running on IIS 7.5 Windows 2008 Server over to the new Akamai infrastructure. For whatever reason, the server to server communication is failing with the following error message: "No connection could be made because the ...
Transfer ARB customers to new merchant account?
I have a client who's merchant account was originally set up by their CC vendor, so they aren't actually listed as the owner the account. They are currently using SIM and ARB and have a few thousand ARB customers. They would now like to leave that CC...
CIM profile not created (WooCommerce)
Hello, First off - I am not a web developer, just an IT Manager, but our website is having some difficulty and the local development company we contract doesn't have experience with Authorize.net beyond installing the plugin into WooCommerce. This is...