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.

rfm
Member

Several questions Locked

Hello, First, my scenario:1) I have an order from page created using Silverlight where the following information is gathered: Quantity Product description Product cost Shipping cost Taxes Total cost Billing: Company First name Last name Address line ...

Direct Post method not intergarting with my site.. Locked

Hi, I'm new to the authorize.net. I have got problem with the Direct Post Method Integrating..My form looks like this. ***** I just want to send the field marked with * (an additional field), I don't want the user to enter his/her credit card ...

ARB Integration : Silent POST URl is not executing Locked

Hi, I am trying to integrate ARB in my website. As the response says i think it is successfully integrated. Case is : I had created one subscription for 7 days (suppose), Now after 7 days Auth.net will automatically deduct some amount from that custo...

ARB - Endless subscriptions? Locked

I've looked around quite a bit and browsed the posts and can't find a definitive answer. How do I set up an endless subscription, as opposed to one with a finite term? Do I just set totalOccurrences to 9999 or something similar (and if so, what's the...

DPM for site built using JSF 2.0 Solved Locked

Can any body please tell me if anybody had integrated DPM into a site built using JSF 2.0, I'm finding it very difficult for reading the response from authorize.net ast JSF 2.0 doesn't support JSP. If any body can guid me into a right direction it wo...

Sites using DPM Locked

Hello, Can somebody point me to some sites using DPM? Please advise. ThanksSri

C# SDK Update - What version and where is it? Locked

This blog post:http://community.developer.authorize.net/t5/News-and-Announcements/C-SDK-bug-fixes-released/td-p/13804Is that 1.5? For me, 1.5 is not correcting the null problem. I see no other download link. Please specify what version it is fixed in...

C# DLL - Please embed version number

Currently, the DLL shows no version number in Visual Studio. This is annoying when you are trying to confirm you have the correct version in the project. Thanks!

pipip
Member

CIM - Recommended time to run createCustomerProfileRequest Solved Locked

Hi, reading through the CIM XML dev guide, one of the first steps it lists is running createCustomerProfileRequest to create an empty profile on Authorize.net.I am just a little torn and confused as to when the best time to run this would be... On ou...

Processing a refund on a card present transaction

We are using AIM and I can issue refunds just fine with payments made over our website, but we are now adding in for our card present transactions. Is there something different you have to do for a card present? Below is the data we are submitting an...

Reauthorize Credit Card Locked

I have 2 customers requesting a solution for the following situation. Both manufacturers offer Advanced Exchange. Customers may opt to receive a replacementunit prior to returning the defective unit. This is an important customer satisfaction feature...

avekm
Member

ARB Best Practices? Locked

Hello, I was wondering if I could get some guidance regarding best practices for recurring billing. Let's say you have a monthlysubscription site. You add the ARB subscription to auth.net and everything is good there. How internally on your site do y...

Partial Auth Refunds (credit tx type) Locked

I just finished implementing partial authorizations, however I need to know what modifications I need to make to our "refunding" scripts. - Can I preform a "CREDIT" based on a split tender ID and have authorized.net decide which card to refund what a...

Partial payment: Second transaction always returns transaction id 0 Solved Locked

We modified our code using authorize.net to allow for one partial payment (one template that handles the initial payment, and another one that handles the second, if necessary). All went well in testing, but now that we're live we can't get the secon...

Thos
Member

Test account - Settled Transactions Locked

Hello, I have a test account on https://test.authorize.net/ And i try to implement authorize for my futur webshop. I made some transactions but they are all "Unsettled".I wanted to know when Unsettled transaction become Settle.Because If I'm right i ...

Help with Ebay Locked

I have my API numbers, but can't seem to get it working with ebay. Any suggestions? Thanks- Lisa

Rebill using API

I am wondering if there is an API for rebilling. We charge our customers in two steps:When the order is placed we charge the customers automatically for a portion of the total amount and once the order is complete we manually rebill the remain balanc...

ooshwa
Member

Description field data not showing up Locked

Using AIM, I've tried the test code, I've tried my own stripped down code. Here is one my trials using the SDK: AuthorizeNet.Gateway gate = new AuthorizeNet.Gateway("***", "***", false);AuthorizeNet.AuthorizationRequest req = new AuthorizeNet.Authori...

tommls
Member

What are the salient differences between SIM and DPM?? Locked

Which one is more appropriate for accepting donations on a website and being SAQ-A compliant vs. SAQ-C compliant?? Does SIM work with ARB?? Authnet support says DPM doesn't work with ARB. The API comparison isn't sufficiently detailed... Thank you, T...

Transaction decline but creats an ARB subscription Locked

Hi,When I make a transaction on live account with test credit card then it works fine and decline the transaction but it makesan ARB subscription, how it's possible? If it decline the transaction then it also decline the ARB subscription with live ac...

Integration Locked

Hi friend, i'm new to this web site. But i need a help how to integrate Authorize .Net Payment Gateway to my existing web application... it's.......................... very urgent.................. thanks,

angelleye
Contributor

How do I test Voiding an Authorization? Locked

I'm working on the test server and I've got AUTH_CAPTURE working just fine, as well as AUTH_ONLY. It just gives me back the basic transaction ID of 0 for all these test transactions, though. I'd like to test VOID now but I keep getting back an error ...

Is this a hash issue? Locked

Hi,I'd like to preface everything I say with this: I'm a complete newbie at Authorize.net (and know enough PHP to get myself in trouble), and that I've checked the forums and the appropriate API manual (SIM). Thus far, when testing out the PHP sample...

Removing Shipping Section input fields from payment form Locked

I am using the SIM method. The 'x_show_form' is set to "PAYMENT_FORM". The payment form has a Shipping Information section.. I do not need this section.. How do I removed this section from the form...

MtheK
Member

Add reference in expression web? Locked

Has anyone used expression web as their main web development tool? If so, does anyone know how to add a reference to AuthorizeNet.dll in expression web?If this is impossible (as everything has been thus far) can you give me an alternative solution?

SSL and AIM on a non-web based client Solved Locked

I am developing a credit card app that runs from a financial software package. This is business software and is not a web based product. I know that an SSL certificate is required (at least highly recommended) when using AIM, and I have no problem th...