Integration and Testing

Authorize.Net API questions and help with your payment integration.

cancel
Showing results for 
Search instead for 
Did you mean: 

From this board

Anurag
Moderator

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

Anurag
Moderator

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...

Anurag
Moderator

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 .

RichardH
Administrator

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.

Credit Card logos on checkout form page with SIM Solved

I am setting up integration with SIM for a customer. We actually don't want to accept American Express at this time because it apparently requires setting up a Merchant account with AMEX. On our site checkout we display only VISA, MC and DIscover, bu...

Rockster160
Contributor

Avoid PCI by relying completely on Authorize.net

Hi all. We've got a slight problem. I'm a new-ish freelance developer making a site for a start-up. They generally only do cash/over-the-phone/hand delivery of items. As they are getting more popular, they want to move onto the internet world to hand...

dmikester1
Contributor

how to void a transaction using AIM

Is there a tutorial somewhere showing the code on how to correctly void a transaction using the AIM method. I downloaded the csharp_aim package and that was of little help. I was reading through the AIM_guide.pdf and it states that the card number an...

invoice number for refund transactions

HiI want to identify transactions with an external id, and i'm using invoiceNumber for that. It works fine for all kinds of transactions, except for refundTransaction. When i submit refund invoice number in reports is always empty.Is there a way to s...

Unable to login to sandbox website

The authorize.net sandbox apis seem to work just fine. However I have not been able to login to the website https://sandbox.authorize.net I keep getting a "An unanticipated error occurred while processing this request. Please click your browser’s Bac...

zan
Member

Error connecting to AuthorizeNet on sandbox

When I submit authorizeAndCapture (AuthorizeNetAIM) on sandbox it gives me this " Error connecting to AuthorizeNet" message. Is the sandbox down? I'm experiencing this since yesterday. AuthorizeNetAIM_Response Object( [_response_array:AuthorizeNetAIM...

brog
Member

Getting E00059 while trying to cancel a subscription

I am currently working on subscription integration with Authorize.Net using their ARB service. I am able to create a subscription without any issues. However; when I try to cancel the newly created subscription I get the E00059 error : The authentica...

Developers with Magento having issues with CIM SOAP API Solved

Hello, So today I came in and we were unable to charge any orders through Authorize.net CIM SOAP API, after talking with their support they said this is a magento wide issue. I've found the issue, they're response header has changed lengths from 335 ...

CIM and fraud detection

In the past few months, we have seen a much higher rate of decline for our clients using CIM processing transactions. Generally there is not any particular message from the Card Issuer for the decline. However, I think the card issuers are looking at...

PHP Form Submitting Solved

(*I am not to versed in Code) I am attempting to get complete the connection between our simple form and https://secure.authorize.net/gateway/transact.dll This is the test site I have up right now: http://onehealth.bridge-mktg.com/plan-your-visit/pay...

x_invoice_num is blank on 3-99 Errors

Is there a way to get x_invoice_num back from Authorize.Net in the event that the server reports a 3-99?I am switching to DPM from AIM and need to do some logging.

bobbydoogle
Contributor

Sandbox C# .NET Card Not Present Transactions

I am using C# .net and setting up an application that processes credit cards over the internet. I would like to switch from Card Present, to Card Not Present (or just standard Gateway as I understand it). This is what authorize.net support recommende...

hazzan
Member

Hello all! Help; Anyone have suggestions on a booking engine?

Hi all, We're a car service that needs to set up an appointment booking system with some very specific variables which will change the overall cost of the service. Currently running wordpress. Is there a free or paid solution that anyone here thinks ...

jasonjudge
Contributor

x_exp_date - definitive formats? Solved

Since the DPM documentation got withdrawn and added as an appendix note to the SIM documentation, the description defining the x_exp_date field format has disappeared. So is there a format definition of what formats are accepted for x_exp_date now? W...

smartk1977
Contributor

CIM Hosted Form - Rredirect Error

I have followed instructions of "Using Hosted Form" section of CIM_XML_GUIDE but getting following error on a new page (address bar - https://test.authorize.net/hosted/profile/manage) upon button click. I have used java api to generate token. Please ...

Transaction errors with CIM

I've built a system to purchase items using the CIM, so that a deposit can be paid on the products and then the rest of the price charged later. On my company's Authorize.net account, this has been working without issues. However, we sold a version t...

ARB : Urgent : E00007 : Please help

Hello guys,I have implemented AuthorizeNetAIM and AuthorizeNetARB in one of my projects an 15 days ago. Back then it was with my sandbox account, AIM worked like piece of cake for ARB I came across making it in LIVE MODE.Now I wanaa implement it to a...

jasonjudge
Contributor

What do you do after a DECLINE?

Okay, I just need to check I have this workflow right, because end users are driving me mad. I have a system where users log on and pay invoices. They can pay full invoices, partial payments for multiple invoices - whatever they like. It uses Authori...

bobbydoogle
Contributor

Remaining Billing Cycles on ARB

I'm working in C# .net, and am trying to "renew" annual subscriptions. In this business case however, doing this does not add 12 billing cycles, instead it needs to be a total of 12 billing cycles from the time this update is called. In other words, ...

How to add Payment Profile using encryptedTrackData?

I need to be able to add a payment profile to an existing Customer Profile, but I'm using an encrypted card reader and can only use the encryptedTrackData. The only method I can find uses the unencrypted cardnumber to create the new payment profile. ...

Capture SIM transaction response from WinForms Webbrowser Control

I'm using the .net Webbrowser control to use the SIM portal from a Winforms application. However, according to the documentation the only way to retrieve the transaction response is to have it posted back to a predefined webservice URL. I'm not using...

How to add additional payment profiles with transactionId

I can create a Customer Profile and Payment Profile with an existing transactionId using createCustomerProfileFromTransactionRequest, but I need to be able to add addtional Payment profiles to that Customer Profile based on transactionId. If I try us...

dmikester1
Contributor

how to capture an "AUTH_ONLY" transaction in C#

I simply need to know how to capture an "AUTH_ONLY" transaction using C#. I talked to support and they did not know of any existing tutorials or sample code to point me to.ThanksMike