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.
Can update ARB card expiration without card number in authorize.net website, but not via api??? Locked
For ARB subscriptions, I can update the card expiration without the card number via account.authorize.net Why can't I submit a 1312 To the api? It's like it's expecting the cardNumber and won't take the creditCard node it otherwise. If I leave the pa...
Creating Subscriptions w/ Initial Setup Fee and possibly a trial period too Solved Locked
We tried configuring this system under PayPal, however ran into an issue with upgrading the subscription, it capped us at a 20% increase so we are looking at alternate solutions... Let me paint a picture of what we are trying to accomplish, so someon...
CIM Java API Card Code not working Locked
I am using the java api and CIM system. When I attempt to update a users payment profile we want to verify the cc information so we do: transaction.setValidationMode(ValidationModeType.LIVE_MODE);as well as: CreditCard creditCard = CreditCard.createC...
Php IPN example Locked
I need help. Looking for a php example where I can get the response codes, that I then can enter into my mysql tables.example : customer name, amount they sent, timestamp. Do not care about seeing on screen, I need to enter automatically into table T...
createCustomerProfileRequest fails when including all of merchantCustomerId, email, and description Solved Locked
Hi, I'm using the CIM API, and having some trouble with the optional fields under the profile node of the createCustomerProfileRequest. I'm sending the following (name and transactionKey obfuscated here): NNNNNNNN MMMMMMMMMMMMMMM Just some guy 999 ...
I would like to replace the check out form code for a simple url code... Locked
Can this be made possible... I am using a wp theme and in the place where they click order they ask for a url... I would really appreciate some help here...Thanks in advance.
Needing Help with Basics/Custom Merchant Defined Fields. Locked
Hello!I'm new to Authorize.net and need some serious help. I am working on a page for someone to purchase tickets for a fund raiser. They can choose to buy one ticket, several tickets, a table, etc to the event/dinner.I have been trying to implement ...
Test credit card Solved Locked
Does authorize.net have a test credit card to use on Live accounts? I want to test a transaction without switching to test mode. Any help is appreciated,Nick
Relay response with testMode on/off Locked
I’m using Server Integration Method (SIM) in c# and testing with a test account. The integration works as expected with my test account when it’s configured for “test mode”. When “test mode” is turned off for that same account my integrationfails wit...
CIM: Any way that can get the first digit of a credit card number of a customer payment profile Locked
My service that uses Authorize.net CIM function need to get the type of credit card (visa, master and etc.). And I found that the CIM didn't provide a method to get the credit card type. The credit card type can be confirmed by the first digit of the...
does CIM check the validity of a payment profile? Locked
I'm trying to figure out the best way to set up the work flow of the transactions for my web service. I need to able for my customers to make a purchase and then i store their cardholder data in CIM. Is the best way to go about doing this to use AIM ...
Reporting API Locked
I didn't see a function for this in the Reporting API doc, but I may have missed something: Is it possible to call an API function to get a list of all of the settled transactions for a specific Subscription ID created via ARB? This would include pas...
Noob - What API to choose? Solved Locked
My requirement was to use First Data.I tried my best with there API and Web Service but after wasting lots of days couldn't just integrate there API in my application because of Port 1129 and OpenSSL issue as most shared host don't support that. Call...
Images to help eCheck customers enter the correct numbers? Locked
Does anybody know where I can find some images to use to help eCheck customers enter the correct numbers from their checks?
How to handle foreign addresses? Solved Locked
Not all countries use the US address format. Given that all the API offers for fields is address, city, state, zip, country, how should those be filled in for countries that don't necessarily have zip codes the way we do?
accented characters Locked
We have an increasingly global customer base. As such, more people from spansih and french speaking countries are submitting transactions (which very often have accented characters in names, addresses, cities, etc...). Authorize.net chokes on these a...
get address of business authnet login/key belongs to Locked
Is there a way, through an API, to get the business name and address of the authnet login id and transaction key?
AIM: how to do a refund for a bank account transaction ?
Hello, I'm currently integrating A.net into a clients billing system using the AIM API. Via AIM it is possible to either do a transaction via credit card or bank account.Voiding a pending transaction is also possible for both payment types. But refun...
Authorize seal crashing Internet Explorer Locked
Hi, I have a PHP-based site, on which I was displaying the Authorize site seal. The code for that is as follows:
Error - The field length is invalid for Card Number Locked
Hi, We encountered the following error in our production logs: Result code: ErrorMessages:Result code: null; Message: The field length is invalid for Card Number. Our UI validation enforces the credit card length to be between 13 and 16 characters, a...
Testing Server Locked
Is it possible that the testing server could be down? All transactions with our developer test account are returning "An error occurred during processing. Please try again." Using AIM.
(261) An error occurred during processing. Please try again. Locked
When I try to create new ARB subscriptions on my test account, I'm getting the error message ... The test transaction was not successful. (261) An error occurred during processing. Please try again. ... is this something at my end, or an issue with t...
FDC Omaha error Locked
With this error: This error code applies only to merchants on FDC Omaha. The expiration date is invalid Is the only solution to contact authnet and sort it out with them? Thanks
Turn off required information Locked
I'm working with AIM api and trying to submit transactions. How do i tell the API that i don't require the company name? or where in the virtual terminal do i go to turn this field off?
customerPaymentProfileId return value blank after creating new payment profile Locked
I'm using the XML API with PHP for a system where a new user can sign up for a monthly subscription service with an initial setup fee too. Long story short, everything is set up and has been working fine for months, however I occasionally have this p...
Newbie: Authorize not Charge (yet) & change amount? Locked
We are building an application that will need to pre-authorize purchases, but not charge someone until a certain # of purchases have been made in total by the community (ala - Groupon). Is AIM the only Authorize.net solution to offer the ability to a...
Simple Update Customer Fails Locked
How can something as basic as this fail?:var gate = new CustomerGateway(Login, TransactionKey, ServiceMode.Test);var authorizeCustomer = gate.CreateCustomer(order.Email, order.MemberName);gate.UpdateCustomer(authorizeCustomer); When it executes this ...
Verifying an ARBUpdateSubscription process after changing card expiration date. Locked
If I call ARBUpdateSubscription and update a card's expiration date, when I view the subscription information in the merchant admin panel the expiration date is masked (XX). Is there some way to view this information to ensure that my ARBUpdateSubscr...
Hosting? Locked
I'm not really sure if this a "integration" question but i'm looking for some affordable hosting options. I will be using the AIM and CIM API's. I'll never store any cardholder data in my databases though. I called rackspace and they quoted me like $...
SIM ASP.Net - Posting Form working in IE but not Firefox Locked
I am having an issue when I post the form from my shopping cart - it works great in Internet Explorer but does not work in Firefox. Has anyone else had this issue and found a solution? Thanks Angie Here is the submit button sub: Protected Sub button_...