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.

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

Calculating x_amount on second page? Solved Locked

I found some posts similar to mine but not enough to resolve the issue I'm having with the x_amount field. I'm already doing 2 pages but the user is not putting the price into the first form, it's being calculated on the 2nd page. If I hard code any ...

How to use Authorize.net in ASP.NET Web form??? Locked

Hello, I'm totally new to Authorize.net and got a project in which I've to use authorize.net in ASP.NET 4 web form.I dont know any thing about this so Here's the link which i want to make payments. Download it. Tell me the step by step procedure to d...

ZeroGravPro
Contributor

API Login ID and Transaction Key - create new transaction key Locked

In the sandbox, on the API Login ID and Transaction Key screen I want to create a new transaction key. The "secret question" is "What is your pet's name?" I don't have a pet and I never asked for that as my security question. In the sandbox is there ...

API Variables Locked

Can someone point me to where I can find a complete list of API variables? I found the FORM variables in the Docs and have been trying to guess what the API variables would be based on those, but it's a little bit like throwing darts at a board :-)

ARB Use Case Questions Locked

Hello! I've spent the afternoon writing some Python bindings around the ARB and AMI XML APIs (enough initialisms?). Everything seems to be working well and I'll likely roll it into production within the next week or so. However, after reading the doc...

kabam
Member

Length of Merchant Defined Fields Locked

I am capturing free form text on a form that will use SIM for processing. Once processed, the results will be sent to a Silent Post URL for further processing. Are there any length restrictions for User Defined fields? I couldn't fine any mention of ...

Payment Form Fields issue w/SIM integration Locked

I need to have some fields required as well as hide some fields, so I went into Settings -> Payment Form -> Form Fields to uncheck some fields and mark some required. I previewed the form, and it looks the way it should be, however when I went to tes...

Files not working after server migration Locked

recently my files got moved from one server to another, and although the pages render properly, they are not working. In other words the transactions are not going through. Is this because the files might need some sort of permission set on them?

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.

dV
Contributor

Problems with VOID transaction using AIM in developer environment Solved Locked

Hi.I can not void previously processed auth_only transaction using AIM in developer environment.Yes I read this topic and understand the difference between test environment and test mode. So I didn't use test mode I double checked it. Live mode in my...

Integrate CIM with CS-Cart - Can anybody please help. Locked

As mentioned in my subject line, I desperately need to integrate the CIM into my cart. CS-Cart is the shopping cart that i am using. It already had the authorize.net AIM integrated into the cart, and this is currently what we are using to process our...

SFink
Contributor

Form Post Action Does Nothing Solved Locked

Environment: DPM, C#, VS 2010 When you click the Pay button on my test site here: http://secure.avtec.edu/ , the form seems to just reload the page and does nothing. I do not know where I went wrong. My last actions before this failure was attempting...

x_line_item values Locked

I am submitting itemized order details to make use of the QuickBooks download feature. QB already knows all the details of my products so, I'm only submitting item number and quantity - no name, description or price.If I submit this:x_line_item=A1<|>...

Suggestions for "up-charging" customers? Locked

My company currently uses the AIM API for eCommerce transactions. While it is clear we could further integrate the Credit and Refund APIs (via a customer service portal), the approach for "up-charges" is not so clear. After the initial ecommerce tran...

IOS Integration error ! Locked

Hi ! I downloaded newest IOS SDK and followed readme file to Interation.But when i run function [self loginToGateway]. I received output: 2012-01-12 12:17:21.074 Reachability Flag Status: -R -----l- networkStatusForFlagsnamespace warning : xmlns: URI...

Help me understand the connection between CIM - AIM - ARB Locked

A quick brief on what I'm attempting to do and possibly you can correct my logic. I'm attempting to create a membership element for my website. By what I've already read I would want to initially process a paymnent through AIM which gets accepted or ...

SFink
Contributor

CheckOutFormBuilders.cs and the AuthorizeNet.Helpers.dll Locked

At one point in my solution I was able to edit the CheckOutFormBuilders.cs page, and that would allow me to format my Index.aspx page to arrange form text fields etc. I would edit the HTML included in the .cs page, rebuild/recompile the AuthorizeNet....

declan
Member

Dumb Question Solved Locked

Where can I find a guide explaining how to implement Simple Checkout. Where is the HTML I need to copy?

jdeno
Member

Speed of Several getTransactionDetails Calls Locked

Hi All, Hopefully I'm asking this in the correct place. I'm using the Authorize Transaction Details API (with PHP) and I'm running into a bit of an issue with my integration. The site that I'm working on is basically a portal that allows administrato...

customer Profile ID length Locked

Does anyone know if the customer profile ID always has the length? So far all of mine in test have 7 characters and I couldn't find anything in the documentation that mentions it's size

Customize billing information in hosted CIM option

I am using hosted CIM option for adding a new payment method. Can I send my default billing information while opening the form so that billing information is filled with default values when form get opened. Thanks in advance !!

error loop - response 102 then response 103 Locked

I am stuck in a loop trying to perform credit card refunds using AIM and Classic ASP. When I try a refund including the tran-key, I get error 102 (warning to not use the tran key) When I pull tran-key out, I get response code 103 (warning that I need...

Identifying Prepaid Cards before capture Locked

I have searched the board, but have only seen limited discussion of singling-out prepaid cards before capture (which basically say you can't). In AIM, if x_allow_partial_auth=TRUE then I can get these fields in the output:x_prepaid_balance_on_cardx_p...

ZeroGravPro
Contributor

How to call GetHostedProfilePage from .NET CIM Locked

The authnet .net SDK does not include any examples of how to call CIM's GetHostedProfilePage. Does anyone have a working code sample of how to call this? I would even take a PHP or Java sample if that's all you have. I have been emailing developer@au...