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.

Unlimited Trial Occurrences

I have a promo code that lets users have accounts basically "free forever" but we still wish to capture credit card with ARB.I've tried setting both periods to 9999 but this results in an error: "Trial Occurrences must be less than Total Occurrences....

For Transaction - Test account or Merchant account Solved

Initially i have registered my mobile device using test account and then enabled my device in authorize.net website and then logged in successfully in my app . MobileDeviceRegistrationRequest = successmobileDeviceLoginResponse = also success While te...

tropoo
Member

Payment processor for system like PayPal

We're developing a payment gateway like PayPal, hosted on a PCI Compliance server. It's almost ready and now we need to connect it with some gateway, using API, for the transactions.It have function like PayPal's Payments Pro, so we need a merchant, ...

ARB+CIM Solved

Hi, I have seen other posts in the forums which have requested/asked about referencing CIM data in ARB. I believe you currently cannot do this. The past posts seem to indicate that this has been taken up as a feature request by Authorize.Net as it ha...

eCheck - obtain the response received from ACH

Hello, Is there a way to programmatically obtain the response received from from the ACH (automated clearinghouse) network that could come back days after you attempt an ACH transaction using .the authorize.net eCheck service? I need to trace in a th...

Joomla VIKrentcar integration

Hi, I need to integrate my authorize.net account with my joomla component, which has an already built in authorize.net payment gateway. I am using https This is the code I have from them, and with whom my transactions get denied: * * You should have...

PHP version when using anet_php_sdk?

Our website has been moved to a server running version 5.3 PHP. And now my payment system no longer works. Could this be 5.3 PHP causing the problems? I'm using anet_php_sdk downloaded from here, it all worked fine on our old server running 5.2. Tony...

jayagnew1
Contributor

Automatically/Manually Settle TEST Transactions

I am working on incorporating Refunds and because my TEST transactions are not settled, I am not able to move forward. Can my TEST transactions be settled automatically or can I get the capability to settle manually? I have read that the TEST transac...

where is ANMobilePaymentLib in autherize sdk

In my project i need to implement payment gateway so that i tried to implement through Authorize.Net iOS SDK .By googling i have followed some steps as in below1)Downloaded Authorize.Net iOS SDK from https://developer.authorize.net/integration/fiftee...

thathoo
Contributor

PRIOR_AUTH_CAPTURE Issue - transaction not moving to SETTLED

Hi All, Our payment process is as follows: 1. User comes in and purchases a haircut appointment for lets say a week out. So today the user comes in and makes a $40 purchase for a haircut for Nov 20th.2. We place a hold on their card right away. (AUTH...

AIM vs DPM

We are a family entertainment center and all of our customers are registered members. On our website the members will only be able to pay for their membersips. All member data will be stored in database and he/she will provide card details at the tim...

SIM Relay Response will not work

I have spent over 40 work hours on this problem. I have a C# form that tranfers the customer to the hosted form. Everything works great as far as the payment. but then I get this message. An error occurred while trying to report this transaction to t...

kcol
Member

Authorize Gem returned bad data

We were refunding a transaction when the ruby gem's refund response returned false when asked if it was successful? There was no error message from Authorize. Any ideas why it would return false on a successful transaction? I have the transaction ID ...

This forum is active ?

I sent a message but not anyone joined replies.Forum is active ??? http://community.developer.authorize.net/t5/Integration-and-Testing/Can-not-submit-pay-button-in-sample-code-DPM/td-p/36729

new url in "Response/Receipt URLs" interface CAN NOT be deleted

Hi, all: I have add a url in "Response/Receipt URLs", and I try to delete it. But after I click delete button, the Delete URL screen shows this sentence "The URL has been deleted." to me while I back to the "Response/Receipt URLs" interface, the url ...

BHprog
Member

Simple Checkout & iFrame

I want to wrap the Simple Checkout process in an iFrame on my website -- the code is very simple, although I was told by Authorize.net support that this isn't possible. Not sure why it wouldn't be possible. So, (1) is it possibe (I can't imagine why ...

DPM / C# integration

I would like to use DPM method, with C# / Web Forms (not MVC). However, the website does not make available significant information. Is it possible to integrate this method easily without exposing x_login as a hidden input variable? Thanks.

Can not submit pay button in sample code (DPM)

Hi all ! I testing to the sample code in the following link : https://developer.authorize.net/integration/fifteenminutes/csharp/But pay button not submit.i using mvc 4.0 Please help me !, My project is in a hurry !

Automatic Reoccurring Billing

We seem to have conflicting information on exactly how the ARB is designed to work when dealing with annual billings. Our company sells a product that includes an annual reoccurring billing for several years after the original sale. The first year su...

haidi
Member

VOID an AUTH_ONLY transaction developer account (PHP)

Without using the PHP SDK how do you void an AUTH_ONLY transaction in a developer sandbox account? I have these parameters set. x_delim_data TRUE x_delim_char | x_relay_response FALSE x_url FALSE x_version 3.1 x_method CC x_type VOID x_login 4YTh7w4h...

Reading credit card track data for Card Present in c#

I am unable to find any example code of how people are getting the track1/track2 data into the Authorize.Net api objects. Does anyone have any sample code of catching a swipe event and getting the data into the objects? Also does anyone have code to ...

Why always get "(TESTMODE) This transaction has been approved."

Question#1 .I always get (such as "TESTMODE") when I call Gateway.Send method. Is there any thing wrong I did? I'm using the real apilogin and transactionkey. this is my c# code:-----------------------------var request = new AuthorizationRequest(payI...

Order processed but no transaction appearing Solved

Here is the scenario, I am using Ubercart 3 with Authorize.net set as the payment gateway. I have added the API Login ID and Transaction Key and using a test credit card number 4012888818888. The orders appear to be going through OK without any error...

HTML Email for authorize.net email receipts

Hi all, I was just curious to see what methods might be available to get a professional HTML/CSS email designed for my company. I use mailchimp and I understand there's a new mailchimp based service called Mandrill meant specifically for transactiona...

Wstar
Contributor

Silent Post Empty

I've starting having an issue which I can not seem to fix. It is in regards to the Silent Post setup which cancels memberships if their credit card is declined (and other things). The script was working just find until we switched servers. We upgrade...