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.

ekkis
Contributor

Unable to change password Solved Locked

I'm currently logged into my account but I can't remember what the password I used was. My browser remembers it but I can't log into the account from other places. if I click on the Change Password button (whilst logged in) it requires me to enter th...

mathceleb1
Contributor

AIM API method returning errors with no codes Locked

I'm working on the AIM API method. It makes it to the process_sale page, but returns errors with no codes. Any idea where I went wrong? www.mathcelebrity.com/checkout_form.php response code response reason code response reason text

CIM error: Root element is missing Locked

Hi, We are trying to integrate via Customer Information Manager (CIM). We have a code written in transact SQL (MS SQL Server 2000) using .NET objects, which sends the XML but we are receiving the same error all the time (Root element is missing.) We ...

ekkis
Contributor

Bank account to use in testing? Locked

I apologise if this question has been answered somewhere; I haven't found the answer. I need an RTN (routing number) and bank account number that I can use for testing. I've tried entering just any number but the charges get declined. I was sent an e...

golevel
Contributor

What's the simplest CIM form possible/recommended? Locked

We're making an app that will be using the CIM method for billing our clients monthly. In our billing area where the user must fill out the form for their credit card information, we'd like to make it as simple as possible. There are a LOT of fields ...

Submit transaction using XML Locked

I just implemented the ARB XML/PHP sample code and it works great. I now just need a script that wil post a one-time transaction. I would like to use the XML/PHP code since I've already learned it and have most everything setup. I've searched all ove...

wtc828
Member

Hosted CIM and Customer Name & Address info Solved

We are starting to convert an existing CIM installation over to the Hosted CIM to help simplify the PCI certification process. The customer name and address information is already in the database. We're trying to avoid requiring the user to type the ...

Multi-Year Subscriptions Solved Locked

What is the best way to handle multiple-year subscriptions? We have different subscription levels that are discounted for longer terms. For a two-year renewing subscription, the customer's card is charged initially, then again on the two-year renewal...

mylok
Member

newbie need help: asp.net c# Locked

I have an account, I logged in and requested an API Login ID and Key.Previously I had been using the standard development testing pair, and things worked fine.But now, my code returns: "The merchant login ID or password is invalid or the account is i...

java warning/error Locked

Not sure if this is the correct forum to be posting this?? In reference to the following code: Result result = (Result)merchant.postTransaction(authCaptureTransaction); I'm getting this warning in my rational ide: Type safety: The cast from Result to...

siggimoo
Contributor

Direct Post Method for CIM?? Locked

Is there a reason why no direct-post method exists for the CIM service? I'd prefer not to use an Authorize.net hosted form.

authorize-net gem Locked

why is this not on github? I have a few patches to submit but don't know where to submit them to.

valid test checks for echeck.net integration Locked

I've done quite a bit of search and haven't found much. I found a list of bank routing numbers here http://www.fedwiredirectory.frb.org/reserve.cfm, but other than that not much. I can't generate routing numbers that are valid given a basic check. Is...

E00027 and CIM -- missing or invalid required fields?

I am using CIM and am having a problem with createCustomerPaymentProfileRequest in liveMode. When I try to run this: 2Wf76EnkF5M 4LU646UcU28dZ3z4 4696773 Connor Boyack 98343434 4012888818888 2015-05 liveMode I get this response: Error...

mps_sudipta
Contributor

CIM live transaction error E00027/ response 205 Solved Locked

below is the response I normally recieve:AuthorizeNetCIM_Response Object( [xml] => SimpleXMLElement Object ( [messages] => SimpleXMLElement Object ( [resultCode] => Error [message] => SimpleXMLElement Object ( [code] => E00027 [text] => This transact...

GetTransactionDetails method Locked

var gate = newAuthorizeNet.ReportingGateway("", "", AuthorizeNet.ServiceMode.Live); var details = gate.GetTransactionDetails();Response.Write(details.LineItems.Count.ToString()); The code above returns zero for all transaction ids. Any idea?

Newbie needs help with SIM.php Locked

Hello all, I'm a newbie at this and I just need some advice on how to take the default SIM.php page Authorize.net provides and set it up so the user can enter a custom dollar amount to pay. I'm not proficient enough in PHP to make it happen on my own...

Imar
Member

Looking for advice on implementing call back pages Solved Locked

Hi there, I am working on the specifications of an integration between an existing CMS / eCommerce system (25K+ installations) and Authorize.net. I looked at the various APIs and documentation and tried out a couple of samples and created my own. At ...

Direct Post Method- sample application- Google app engine- error Locked

Hi I am new to authorize.net and I am trying to figure out integration of Direct Post Method with Google app engine .. I have created an GAE application with Direct Post Method - sample application and after performing a transaction I get an error as...

CIM ASP Sample Code Error Locked

I am attempting to use the ASP sample code for the CIM process to create a new user profile and I get the following error: Raw response: soap:VersionMismatchPossible SOAP version mismatch: Envelope namespace AnetApi/xml/v1/schema/AnetApiSchema.xsd wa...