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.
Some 'new guy' questions Solved
Hi all, I am using the ARB service to sell my SaaS application, the monthly subscription works well for the SaaS billing. Unfortunately, I have some questions that I can't seem to find answers too in what has generally been quite good documentation. ...
SSL peer certificate or SSH remote key was not OK
I have a production site that worked fine with authorize.net up until about 2:00PM EST today. cURL is throwing back a "SSL peer certificate or SSH remote key was not OK" error when attempting to post data to https://secure.authorize.net/gateway/trans...
Payment notification
Hello, I'm using SIM to receive payments, and I need to receive some sort of asynchronous notification to a specified URL for each payment (something like paypal's IPN).I'm sure this can be done but I can't seem to find it in the docs, could you offe...
How to design ARB Email subscription receipt Solved
Hello, Can you help me in design ARB Email subscription receipt. Please suggest me a way where is the setting to design the email body, Mail subject and Mail Signature as well. Looking forward for postive response. Thanks
best practice if duplicate Customer Profile found
I am in the final stages of a hosted CIM integration. I am testing for the unlikely event that the Authorize.net CustomerProfileID is missing from my database, but the customer still has an existing Authorize.net CustomerProfile based on email addres...
Wordpress Integration (Sell Media)
Hello Everyone! I am looking to integrate authroize.net with the wordpress plugin Sell Media. I am not too well versed in the development side of authorize.net so I figured I would start here to see the amount of time and inegration it would take to ...
The following errors have occurred Solved
I download vbnet_sim.zip.Then I run it on my service host.Vist the url "https://test.authorize.net/gateway/transact.dll". And response a message as "(87) Transactions of this market type cannot be processed on this system.".Why? I have no idea.
is api.authorize.net down?
cannot reach api.authorize.net from VA, CT, CA, OR, or WA. Any news?
Testing invalid credit card
For Invalid Credit Card testing, Please provide a Visa/Master test Credit Card number that will repond invalid status codes.
CIM Customer Token on Multiple MIDS
We have an application where I need to collect the customer information once and then bill the credit card from two different merchant accounts.For PCI reasons I would like to use the CIM with Hosted to get a customer token. Can I then use this token...
Silent Post URL receiving Invalid hash for voided transactions Solved
Hi, I'm integrating AuthorizeNetSIM using the PHP SDK. I am able to perform purchases and receive a response using the silent post URL.To validate that the POST is coming from Authorize.net I am using the isAuthorizeNet() method provided by the Autho...
Silent Post - how many attempts are made?
Does Authorize.NET make repeat attempts to notify the Silent Post URL if previous attempts get an appropriate error code (eg 50x, 40x) or can't be completed (eg connection timeout?). We receive posts from both overnight scheduled payments and real-ti...
returning paymentprofileid from addPayment POST
I have been successful using editPayment to edit an existing paymentprofile (see first code snippit below). But now I want to use addPayment to add a new PaymentProfile. When I use the second code snippit below, it does properly allow the user to add...
how to get customerPaymentProfileIds - CIM Solved
I've a code snippet $cim = new AuthorizeNet_AuthorizeNetCIM($_api_key, $_transaction_key); $profile = $cim->getCustomerProfile($customerId); If I do print $profile as print_r($profile); the result is: AuthorizeNet_AuthorizeNetCIMResponse Object ( [xm...
(14) The referrer, relay response or receipt link URL is invalid in IE
We are receiving the following error after redirecting authorize.net payment page and click on Submit through internet explorer.The following errors have occurred.(14) The referrer, relay response or receipt link URL is invalid. Its working fine in G...
Relay Response is not sending post values
I've looked all over for answers....using SIM,I am able to process transactions and send users to the custom relay response page, but the post values are not carrying over. the relay page only display the static text. The transaction processes withou...
Integration using AIM method not directing to post url in sandbox account after submit button Solved
Hi i am newbie in authorize.net , i am using AIM method to integrate with my website payment page. but after hitting on Pay Now button i am not directing to https://test.authorize.net/gateway/transact.dll for payment but all the response is successfu...
Which API to use to cover Recurring Payment and One Time Payment ?
Hi, We have gone through some of Payment Processing Method API . We are searching of best API which fills all requirement of mine.We want an API which allows to do : Automatic Recurring Payment as well as One Time Payment. Sensitive data should store...
createCustomerProfile: E00039 - A duplicate record exists Solved
I'm working on a module in magento where the customer subscribe for a product. When the customer first time checkouts, there's an entry for that customer. The next time if he want to subscibe for another product, the payment gateway results in error ...
Can I make a credit to a customer's credit card after a purchase?
My company offers digital coupons to customers view mobile phones, and I'd like to see if we can link our digital coupons to credit cards. It would work like this. 1. Customer selects a coupon. Coupon gets linked to their credit card.2. Customer make...
Response code for Not enough amount in the credit card/EFT account?
Hello,Is there a response code send back to clients if the customer's credit card/EFT account doesn't have enought money in their account for payment transaction?
Card input fields
At the payment information screen, I plan to provide fields which fall under two categories:Category:Billing address Fields:Street AddressCityPostcode/ZIPCountryState/ProvinceCategory:Card information Fields:Name on cardCard numberExpiration dateCCV ...
Transfer money from one credit card to another
Can I make payments from one user to another with Authorize.Net ?Suppose I have a site where one user pay to another, both have profiles with credit card imformation filled in.
can you run "Server Integration Method" and Direct post simultaneously on the same account?
can you run "Server Integration Method" and Direct post simultaneously on the same account?we have a old shopping cart using SIMand a new Magento version that will be using Direct post.want to test and keep the current cart running as it is.-thanks f...
sample full CIM process
There doesn't seem to be a full picture of the payment process. The API documentation shows sample code for Auth and Capture, but that code requires the CustomerPaymentProfileId (I am using CIM). In order to know that PaymentProfileID value, you must...
Newbie question
I am about to start a project where we need to collect credit card payments from an Azure/VB.NET/ASP.NET site. I need to have an idea of the scope of the process that starts at the payment button on our site, goes through the payment process, returni...
capture a CIM authorized transaction Solved
So long I'd been able to authorize a transaction using CIM's createCustomerProfileTransaction. Now I need to capture that transaction. How could I do it using CIM or is there any other possible solution?
How to Update Credit Card ARB
I want show credit card details in my website. Users want to display there credit card details in there account sections.I'm using ARB for payment process and it was configured and working fine.My question is that how can i update credit card informa...
possible transaction types for createCustomerProfileTransaction Solved
I'm currently working on CIM and successfully able to add the customer to gateway. But for createCustomerProfileTransaction I need to pass an argument transactionType which should be a string and I'm not getting what possible values it could have and...
SPF/origination details needed for e-mailed receipts from Authorize.net
When we use the receipt option in which Authorize.net e-mails the receipt to the customer and our e-mail address is inserted by Authorize.net as the sender of the e-mail even though Authorize.net is the actual originator of the e-mail, we need to kno...