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.

Authorize.NET AIM with Multiple Items/Products using PHP? Locked

Hi I'm developing a web application and needs to Integrate it with Authorize.NET AIM. I have tested the code provided by Authorize.NET it works fine for Single product. This code has an option to use for line items and is commented by default. I unco...

iPhone AIM integration Solved Locked

Hi All, I'm developing an iPhone application which allow user to use a credit card reader to capture the credit card details or the user can manually key in the credit card details. My question is can the iPhone application directly post the credit c...

CIM Notification for Expiration of Credit Cards

I know that CIM only sends back masked data for credit card expiration due to PCI requirements. However, I wonder if Authorize.net would add an object to the returned XML that would allow us to see the credit card is expiring soon. For example, perha...

aim and recurring payments Locked

I setup an orderform that sends payments via aim. How do I enable recurring payments? Is this something that can be done in the control panel of authorize.net? Or do I need to do it programatically? Also do I need to save credit cards locally to do t...

echeck.net profileTransRefund with no transId Locked

I am trying to submit transactions which remove money from the merchant account and place them into CIM account records. This is used by insurance companies which pay commissions via ACH accounts. I am trying to submit and unlinked transaction in dem...

TK
Contributor

URGENT. Please respond if you know anything about this issue Locked

I have a real issue with this. A few minutes ago I was able to create a new customer record using the CIM API (developer account) without any issue. Now I am trying to create a new customer record (with all information being different). I am using th...

TK
Contributor

Error E00039 Locked

I have a real issue with this. A few minutes ago I was able to create a new customer record using the CIM API (developer account) without any issue. Now I am trying to create a new customer record (with all information being different). I am using th...

mho
Contributor

Relayed response - no receipt page shown or url redirect Locked

We are using Server Integration Method (SIM) in asp.net c# We succeed to pass payment info, and after submitting it, the relayed response is working, but the receipt page is never showen - the following error occurred: An error occurred while trying ...

mps_sudipta
Contributor

How do I get response code for CIM PHP SDK? Locked

I am using the following code$customerProfile = new AuthorizeNetCustomer; $customerProfile->description = "Description of customer"; $customerProfile->merchantCustomerId = "honululu27"; $customerProfile->email = "user2@domain.com"; // Add payment pro...

lb
Member

Can't find Response Reason Code Locked

I am using AIM and I downloaded the C# SDK. I can get the Response Reason by way of the Message property, but not the Response Reason Code. I know it's basically the same info, but can I get the actual code in some way?

Update Payment profile CIM Locked

hi,i am wondering about update payment profile.i just want update payment profile without reenter the creditcard number. If I send a masked credit car number pad with xxxx and XXXX like (eg : xxxx1234,XXXX,3456)it returns the following error "cardNum...

Authorize.net Cardswipe with just eCommerce Account Locked

Well, after asking Auth.net if this was skirting the rules too much (they informed me that if I could make it work then by all means, go for it) I embarked on writing a very small CC terminal program in C# to assist our org with taking cards in perso...

tafteh
Member

AIM Test Script working but not the actual script provided Locked

Hey All,I am having a merchant account at authorized.net and want to host my own secure payment form and send transactions to the payment gateway using an end-to-end secure sockets layer (SSL) connection. hence, I ended up applying AIM. I downloaded ...

rpmccormick
Contributor

Sending XML using Delphi, cant solve encoding problem. Solved Locked

Ok, so after much debugging I finally had everything working, and then it just stopped. I sware I had the sample from here: http://community.developer.authorize.net/t5/News-and-Announcements/New-XML-API-for-Transaction-Processing/td-p/6402 working an...

Silent Post URL Locked

Can any body tell me about silent Post URL and send me code in real environment

Testing Registration Form Not Accepting Captcha Locked

I've tried at various times throughout the day to register for a testing account with no success. I've tried it on a few differnt computers as well as different browsers. I suspect something is screwed up in the captcha system. Anyone know of a diffe...

Testing on Localhost, Transaction Id = 0 Locked

Hey All - I've been using Authorize.net for a while setting up ecommerce websites for the company I work at.Usually we'll set up a dev site to set up the checkout and run some test transactions through our sandbox account,recently I started testing o...

Silent Post URL Locked

can any body send me code in asp.net which works in online case,i knew that test mode is not work in Silent Post URL

Response object not returning transaction ID or line items Locked

Hi all,My transaction response object is acting strange. First off, it's not returning a transaction ID to anywhere it's supposed to. Also, line items are missing from 2 places. Here's the breakdown.Receipt Page - no transaction ID, no line itemsRece...

Knuckles2002
Contributor

SOAP Response ERROR ** Locked

Hello All, I wrote a simple test script using Classic ASP to get the status of a subscription. It is working however I am getting an error from ( objHTTP.selectSingleNode("/*/api:status").Text ). Can someone please tell me the proper way to make this...

The PHP SDK's unit tests are failing

I'm evaluating the Authorize.Net PHP SDK (version 3.1.2) to see if it will meet my company's integration needs. As a first step, I downloaded the SDK and ran its built-in suite of unit tests. Unfortunately the unit tests yield a number of errors and ...

Knuckles2002
Contributor

ARB Status Question Locked

Hello All, I have successfully setup a subscription website were visitor can subscribe to a service and be billed monthly for it. However, is there a way that I can automate the process from that point on. For example I wrote a script to check the st...

anu
Member

ARB:Start Date must not occur before the submission date Locked

Hi , i try to integrate salesforce with authorize.net ARP api , i got an msg like E00017Start Date must not occur before the submission date..How to fix this can any one help me. Thanks in advanceanu