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.

shig
Member

SIM Authorization Only followed by Capture Only

Hi, I'm wondering if it's possible using SIM to do the following:1. Post an AUTH_ONLY to Authorize.net2. Merchant receives a successful response containing x_auth_code, which is stored in the merchant's db3. Some time later (perhaps at order shipment...

CIM auth capture validation Solved

Hello, Im using CIM method profileTransAuthCapturedoes this validate the card ie the exp date and funds availableand return an error if the card fails?

shiva3000
Contributor

AIM and Split Tender Transactions

Hi, I hope this doesnt sound like a stupid question, but is it possible to have split tender transactions in a card-not-present, adavanced integration method environment? I would like to allow the consumer to use more than one card per transaction . ...

Magstripe CC testing Solved

Hey all. I didn't see a topic on this if there is sorry I missed it. Currently, at work we are testing a Point of Sale system with a pin pad. My job is to set up a testing credit card so we can swipe and test. Now I make cards here but I for the life...

Obtain "nameOnAccount" Via TransactionDetailsAPI With Java?

I'm using the Java SDK to process credit card and eCheck transactions as well as obtain transaction history. Up until today, the integration has been flawless. I'm trying to obtain the "nameOnAccount" variable for eCheck Transactions (using the Trans...

Error connecting to AuthorizeNet using AIM

Last year, my organization used Auth.net to process payments for an event. This year, they want to do the same. Last year, the implementation of AIM checkout worked without a problem. Since then, however, they have hired me and have moved to a new se...

coolcat
Contributor

testing eChecks with aim

Hi all,When I do a test echeck submit - I get back:code 3sub code 2reason code 13-The merchant API Login ID is invalid or the account is inactive. I am using the same login that works fine for credit cards... Q: Why am I getting this and how do I fix...

dev
Member

AIM Sample code - close connection error

Uploaded... SDK Created and edited... http://2estore.net/direct_post.php DPM - Works OK Created and edited... http://2estore.net/sim.phpSIM - Works OK Created and edited... http://2estore.net/aim_test.phpAIM = ERROR = Error connecting to AuthorizeNet...

coolcat
Contributor

Getting started with eCheck - any help would be appreciated

Hi all, I am currently working with credit cards and the direct pay method DMP. Now I am also looking to implement ACH checking payments also. If any one can help me get started implementing ACH processing - I would appreciate it. I am now looking at...

Do I need a Customer Profile and Payment Profile? Solved

Im a bit confused.I am building software for recurring memberships.I have the code for creating a customer profile and creating a payment profile.Do I need to create the customer profile first and then add a payment profile with the card they wishto ...

coolcat
Contributor

DMP - can't capture response results vars

Hi all,I am trying to set up DPM with php from the PDF docs - DirectPost_guide.pdf. I have 3 pages:checkout_form.phprelay_response.phporder_receipt.phpBasically it works - but on the order_receipt.php page the only result param vars that seems to sho...

judah
Member

Questions for transactions and setup

Okay. I have a question for transaction online. I have a website and it looks like $20 dollars a month. Then it sayd transaction fee is $0.10 *...Does this mean 10cents on the dollar of just ten cents a transaction no matter the price? Second. I am h...

Fliavo
Member

CIM Soap / Switch from Sandbox to Live does not work

Hi there, We are currently incorporate CIM into our website. We are using the SOAP solution. Anyway, in Sandbox Mode everything works like a charme. CustomerID and Payment Profiles are created, we can process payments and refunds. BUT, if we switch f...

SIM and Recurring Billing

Hi,I have created a test account and using SIM i have integrate the payment process in my application using Java. I have stored the Credit card number and other required details in database for future use.Now the next step is recurring payments. Plea...

One Click Upsell after order form has been submitted. Solved

I could do with a shove in the right direction here. What I need to do is as follows: A cusomer arrives on the order form page, submits the order form and the order is processed.They are then taken to a YES/NO upsell page which asks them if they want...

rachmann
Contributor

Hosted Popup CIM payment/shipping editor Solved

Ok: Trying to do Hosted CIM popup for editing payment info... VS 2010 C# Web Application in .Net 4.0Running in localhost IIS application or on testing serverMy page loads and has no errors.I set EnableViewStateMac="false"ValidateRequest="false" is se...

Override CVV validation for CIM account

Hi, Here's is one feature I would really like to have: for customer accounts that we store in CIM, allow for charges to go through without CVV code. At the moment, CVV validation is a global setting. Either you have it for all or for none. The ideal ...

Invoice number / customer id is missing in authorize.net

Hi We have been using Authorize.net since a long time. In May 28, 2013 we had a transaction with missing invoice number and customer id. Without invoice number/ customer id, we were unable to locate that record in our database and failed to update th...

tk79
Member

SIM integration help

Hello all, i have ASPX page written in C# that has a form with all the required fields for the transaction. I need the payment page to automaticaly redirect to my site after successful payment so that i know who paid and who didnt. So i tried the fol...

Returning transaction ID for CIM

I am setting up my script with the CIM API. My question is, is there a way to return the transaction id for the transaction what was just processed? I have this at the end so far:if ($cim->isSuccessful()){$approval_code = $cim->getAuthCode();}// Prin...

duplicate window limit on Prior Authorization Capture

Hi there, I would just like to know if the duplicate transaction limit affects prior authorization captures. We are modifying our current setup to switch from sending an "AUTH_CAPTURE" request via DPM to sending an "AUTH_ONLY" request via DPM and the...

Upload Batch File to FTP or Via FTP to Gateway?

Hi I am developing an application using SQL Server Business Intelligence Studio Which runs everyday to process Batch file transactions. My application collects the list of customers with their Payment method ( CC or ECheck) and creates a Batch file i...

SIM page style lost after bad submission Solved

I hope this isn't a duplicate, but I can't seem to find any information pertaining to my problem. I'm working on a website using the SIM API. I redirect my users to the secure payment page. I've styled the page to look just like our site style, so th...

sfornsadeep
Contributor

Charged for AUTH_ONLY transaction in AIM

HiI've a web application in .NET whic is using AIM method to post data. Its working perfectly with test and live server and with real money. But the exception is when using AUTH_ONLY for a transaction I'm immeditely getting the Performa Invoice or th...