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.
'Add New Payment Method' popup dialog does not close
I am using the CIM api and popup.js, iframeCommunicator.html provided by authorize.net to popupthe 'Add New Payment Method' in an iframe following the instructions from the CIM documentation. Thecode works fine on IE. On firefox, and chrome, the popu...
Expiration Date is invalid for Valid date Locked
We are using Authorize.Net CIM with Service URL https://api.authorize.net/soap/v1/Service.asmx in our system.First, we were receiving the error "This transaction has been declined.". After investigating this issue, we realized that this issue was occ...
Issues in both liveMode and oldLiveMode Solved Locked
I am new to payments through Authorize.Net, infact i have not used payment gateways at all. I was a moved to this payments module a few days ago... and now i think i should have rejected at that time... We are using Authorize.Net CIM with Service URL...
CIM - Implementing the onPopupClosed function after showing hosted popup
Not being a javascript expert (much better at php), I was wondering if anyone had some sample javascript code that I could modify to be able to process the results from whatever the user did in the popup, mainly creating or editing a payment profile ...
Exact meaning of "x_ccv2_resp == P" (Enhanced CCV Handling Filter) Locked
Hello everybody,not really sure whether this is the right place to ask this question - maybe I should post this to the merchants' support but I don't have any such access at the moment. I've searched through the docs and through this forum but wasn't...
CIM - OpenEditPaymentPopup gives me "Missing Payment Profile ID" Solved Locked
I miswrote this question earlier (pasted in the Edit Shipping code instead of Edit Payment), so here it is again with the problem I am having shown more clearly in case someone can help me figure it out: Having trouble integrating the Edit Payment po...
Custom Fields Locked
I need help finding out how and where to edit the custom fields.Thank you
CHOOSING API Locked
In my legal services business, I invoice my clients via email. I want to be able to link to my site from the email, and be able to pay from there. I do not want to store any of my customers' data locally. Which API would be best?
CIM - OpenEditShippingPopup giving me "Missing Payment Profile ID" Locked
Having trouble integrating the Edit Payment popup (and Edit Shipping Popup as well) with my test account. I am properly getting a hosted token, and I know this because I see it and also when I attach to the button the openAddPaymentPopup() call, the ...
Can Classic ASP used for integration using DPM? Locked
Hi all, I would like to know if I can use Classic ASP for integrating using DPM. I did not see any classic ASP sample codes so I have been curious as to if the integration with Classic ASP is possible for DPM ? Thank you
Round Down of Amount $630.025 - $630.02 Locked
ISSUE: When a transaction of $630.025 was submitted to authorize.net through AIM, it round down to $630.02. Is there any way to set the rounding of the $ amount to up in AIM? Please provide answer asap. Thanks.
need help to add in a php code for my osCommerce Locked
need help to add in a php code for my osCommerce code to make it active so i can see Authorize and Capture how do i edit that ????
Secret Answer in invallid Locked
Merchant Interface I am giving secret question to corresponding some answerI am entering first Time to the merchant interfaceIt is always saying Secret Answer in invallid
Getting Transaction Details Locked
I am using AIM Method there is any api for getting transaction details using TransactionId if it is there then how to pass loginId,key,TransactionId,API URL Thanks,S.Saravanan.
Initial payment with Monthly ARB Locked
Hi.. I would like to create a profile with a single subscription request . I want to make the user to pay an initial amount and start to pay monthly amount after one month from the date of subscription creation. I set "trialOccurrences" to one and "t...
Trouble with AIM in Live Mode Locked
I am using AIM, and it was working fine in test mode. When I changed to my live API ID and Password I started getting an error message. Here is the error message I am getting: AuthorizeNet Error: Response Code: 3 Response Subcode: 2 Response Reason C...
ARB Setup Returns False for Recurring Transaction Locked
I'm using ARB to set up recurring transactions. The setup goes through with a success code and I get a subscription id back. Transaction #1 occurs, but when I query the Transaction using the SDK it says that recurring billing is false. Looking at the...
Exact Error Code for 30 days Expiring Authorization Locked
Suppose I authorized 100$ 30 days beforenow it is expired I need to know what is the error code for expired Authorizationbecause i am in test mode i dont know how to reauthorize the Expired Transaction Please reply as soon as possible Thanks in Advan...
CIM createCustomerPaymentProfileRequest suddenly failing with schema error Locked
createCustomerPaymentProfileRequest has suddenly started complaining about invalid elements. I've been sending these requests for weeks, and with no change to their content they're now being rejected. I've verified them against the CIM manual and all...
CIM - Populating Payment profiles with name and address data from my own DB Locked
At my website, I maintain my own profiles for my registered users, which contains names, address and all that without any credit card or bank data. In creating a customer profile with CIM, the only data that is separate from a payment profile (other ...
Pause and Resume an ARB Subscription Solved Locked
Is it possible to pause and resume an ARB subscription through the API? In other words skip a payment, then pick up with a payment later on. I am using C#.
Difference in Response Code and Transaction Status Locked
Hello, We run a batch of CIM's every morning and recently we have started seeing discrepencies in our responses from a.net and what is showing in the merchant.a.net CIM portal. Specifically, we are getting the Duplication Transaction error (which is ...
ARB and Phone Number Locked
I am using the SDK .NET Authorize.net helper dll and trying to add a subscription. All fields get added properly but the fax and phone number will not add. Is there a problem with the code or the developer. HELP Please.....
Variation on the SIM flow or DPM without https Solved Locked
Hello everybody,I need to integrate the Authorize payment gateway on an existing shop. That shop doesn't use https so I thought that SIM would be the only option (exception made for the simple checkout buttons). This is the flow of our shop, right no...
echeck Integration with DPM - possible? how? Locked
We have a Java implementation of Credit Card using DPM. However, now we'd like to enable 'eCheck' as a form of payment... I notice on this guide:http://www.authorize.net/support/eCheck.pdf... that it is using AIM... and even after browsing the posts ...
How can I integrate Post Affiliate Pro with Authorize.net CIM for shopping cart tracking? Locked
Hello everyone! I cannot understand how to integrate Post Affiliate Pro with Authorize.net CIM for shopping cart tracking.I have seen an example which works with Authorize.net SIM here.Does post affiliate pro work with CIM? How to make it work with C...
Auto-show credit card type in hosted CIM? Solved Locked
it would be great, if like paypal, the hosted CIM would automatically verify if the card is valid and turn red/green (just based on the algorithm, not AVS) and even better, to highlight the card type. Here's some JS for client-side just to see what t...
ARB PHP SDK Code submitting transactions twice? Solved Locked
I'm using the ARB SDK to test the subscription cancel function. (I verified the subscription number is active using the Recurring Billing web interface in my test account prior to running the script.) This coderequire_once('AuthorizeNet.php'); define...
Recurring Billing for Dynamic Number of Months Solved Locked
I was reading through the developer manual, but I'm wondering if it is possible to recur bill based on a dynamic month amount. A customer signs up for 10 months at 15 dollars = $150.00, does the API allow for a recur bill at $15.00 per month for 10 m...
PHP integration LAMP Locked
To technical support,We are trying to integrate our e-commerce platform with your gateway since last week. We have tried all of the given examples with no success. The application is based on PHP/MySQL/Apache/LINUX and need to use a simple checkout f...