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.
Doubt in About setting ARB Subscription Start date relating to different Time zone and ARB update. Solved Locked
Hello All, We are using AIM & ARB in our web application. I've doubts in assigning subscription start date. Please clarify me the doubts and apologize me if I've put forth some ignorant questions. While setting ARB subscription start date, should I h...
Can't validate or charge VISA or DISCOVER Cards using CIM
I am having the following problem and getting very little help from my MSP or Authorize.net when I call in. Here's is what I know: Background: Using CIM to store payment profiles. Everything works fine on testapi.authroize.net. Using soap calls. When...
CIM SOAP API - ValidateCustomerPaymentProfile optional customerShippingAddressId parameter Locked
I'm using the CIM SOAP API with a C# proxy which provides a ValidateCustomerPaymentProfile method that accepts the following parameters: MerchantAuthenticationType merchantAuthenticationlong customerProfileIdlong customerPaymentProfileIdlong customer...
To Test ARB Cancellation Locked
I would like to test the subscription cancellation. If I use my live account and set X_test_request =TRUE will I be able to test the ARB Subscription & Cancellation.Does Cancellation send response to Slient Post URL.If so ,what parameter should i loo...
Capture an additional amount without swiping a card (Card-Present method)
In a scenario, where: 1. A customer pays for the food. We swipe the card one time to charge for the food.2. Then a customer writes a tip of the receipt with his/her signature. How can I charge the customer for the tip? Is it possible to capture an ad...
AIM Credit Card Type?
Hi! I've got a "problem"... shouldn't credit card type be required or something in an AIM transaction? From the sample codes, there credit card type is not used or sent in the request... Nor in the AIM Developer Guide...Or is it used just for credit ...
Merchant Email Receipt Locked
I am receiving a "Merchant Email Receipt" for each transaction and would like to turn this off. I've looked under the Account Settings tab and the only thing there is the receipt for the customer. Did I mess a setting somewhere? I can't find it. Than...
HowTo initiate transactions from an iPhone and get responses sent to our integration server Locked
Excuse me if I've got the wrong lingo here as I just talked to sales...then to support and they both said just to ask here.We don't have an authorize.net account yet. Just trying to figure out if we can integrate with this system. We have independent...
Testing eCheck Unsuccessful Locked
Hello, I have been trying to do an eCheck test transaction and have been unsuccessful. I tried the solution offered here:http://community.developer.authorize.net/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/690(real routing number, rand...
Very basic setup returning invalid merchant ID or password Solved
I'm starting out by trying to get a successful connection to "https://test.authorize.net/gateway/transact.dll" ". "" . $g_loginname . "". "" . $g_transactionkey . "". ""; } function send_request_via_curl($host,$path,$content) { $posturl = "https://te...
Test mode and Test account Solved
I hope to clear up some confusion for many people.When a user has a developer account, should they turn Test mode ON?Payment Gateway API URL = https://test.authorize.net/gateway/transact.dll
Duplicate Transaction has been submitted/Transaction has been declined - CIM Solved
Hello everyone, I've been testing codes (CIM) on live mode and a few hours ago (i'm using only one Credit Card for testing), everything was working as expected, but now i always receive either "Duplicate Transaction has been submitted" or "Transactio...
Transaction cost using authorize.net Solved
Hello, I am thinking of using the SIM to perform transactions. What is the cost per transaction, I thought paypal is 6% what isauthorize.net? Thanks,Garyc
CCV Filter settings and CIM
When using CIM, there are several opportunities to provide the "card code" (or CVV, or CCV) value when making a request. Most notably, you can send the card code when: You're creating and storing a payment profileYou're creating a transaction (i.e. a...
Customize entry on customer credit card statement?
Is it possible to customize the entry seen by the customer on his or her statement, as in Acme Corp - blue widgets for one customer, and Acme Corp - repair service for another. I've seen this on my own credit card statement for airlines and Google ch...
Merchant defined fields in email to customer
Is it possible to do this using the Autohrize.net email to a customer? Or do I need to design my own and send it from our server?
AIM - can i send more than one "auth_only" transaction id to batch at a time? Locked
We have a custom web app that hooks into the Auth.net api -- we just initially do an AUTH_ONLY...and we get a transaction_id back, which we store securely. when it's time, we loop through the transaction_id's and charge the cards. is there any way to...
ARB subscription problem
i am using test account. i have successfully implemented ARB and able to create subscriptions. i have created one subscription for 7 days recuring. but now the 9 day of that subscription but still the transaction not created from that subscription. c...
SIM integration help Solved Locked
I'm having loads of trouble understanding the process here for using SIM integration payment option, as well as creating a form to do so. I have no experience in online payments and have never created a form to do so. If i'm doing SIM integration, ca...
Hiding the Shipping Info portion on SIM form? Locked
Hello, Is it possible to hide the shipping info portion on the SIM hosted form? If it is, how can I do it? Thank you
Integration with EURO Locked
Hi I was wondering whether I can use Authorize.net and use Euro as the currency since many persons say that Authorize.net can only process dollars?? Thanks
error message when checking out Locked
Hi,a client gave me his site to help fix an issue with the credit card processing. He is using 2checkout and authorize.net to process the credit card.this is the error i get after entering the credit card infoServer object error 'ASP 0177 : 800401f3'...
Question about ARB trial period Solved
Hello! I faced with problem with creating of ARB subscription with trial period. Need to create subscription with 1 week of trial period and month to month payment after that trial. Can I create such subscription with standard mechanism or should I c...
post ips authorize.net uses for relay response
I am a developer currently trying to implement the SIM method on a server with high security settings. Because of this I need to know a range or list of IP addresses I can expect authorize.net to use when posting back transaction results using the re...
AVS mismatch leads to pending transaction for bank cards. Locked
Currently I am experiencing a frustrating scenario, hopefully someone has a possible solution. I submitted an order on my companies website and purposely entered an incorrect address in an attempt to have access to both ends of the failed transaction...
Changing the amount in SIM Integration Solved Locked
Hi, im new here, and im trying to make SIM Integration with Authorize.net, first excuse my bad english!!! everything is OK in my test using the sample code (php version), but when i try to change the defaul amount via Web, then i get a error, i read ...
How to handle pre-orders
I am working on a website for a documentary film producer. They would like to use the website to take pre-orders for the film. The film release is scheduled for the spring, so 3 months or more away. What is an appropriate way(*) to handle the transac...
CIM payment validation Locked
I tried putting in my first payment profile and according to the docs "cardCode" should be avilable under payment->creditCard to test CVV. Should this not be used as part of the validation and only during an actual charge? If so, the documentation la...
Replacing ARB functionality with CIM Solved
I am developing a vb.net app that will use the CIM module to store card data, and later charge it based on a payment schedule. I decided to use CIM instead of ARB because it seemed easier to work with, considering the payment amount and schedule migh...
echeck integration
Can you please provide me the sample code for doing payment using echeck??its very urgent.. Thanks