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.

SilentPost URL is not working ARB system.

I have integrated Authorized.net Auto Recurring System and its made live with live merchant credentials. The issue is that the SilentPost URL to receive payment/renewal request is not working. The script I have set in Silent POST URL is not being cal...

JanetR
Member

AIM Integration

Hi I'm definitely a newbie developer especially in php and XML and I m trying to use the AIM integration, but all the sample codes I've seen have pre-populated fields in it. I am trying to pass the fields in the form that the User plugs in, can anyon...

shoelessjoe
Contributor

Account updater like Stripe, Braintree, and others have

Hi there -- has anyone found a way to automatically update recurring billing subscriptions on Authorize.net? Visa has this program http://usa.visa.com/merchants/grow-your-business/processing-solutions/account-updater.jsp and Mastercard has this progr...

IDTech developer swiper and accessing it without the SDK

Hello,In looking at the SDK and the supplied example I am not seeing any code that handles powering up and down the IDTech card swiper. The only code I find referenced is in the example ChargeCardActivity.java. So does the SDK not control accessing t...

EricBourland
Contributor

ColdFusion AIM integration

ColdFusion 9MS SQL Server 2012authorize.net APIIn brief: I need to populate an authorize.net payment page using information from a form that is processed in coldfusionDetails: I need to do something fairly simple -- or, I am told it is simple. =) Her...

Bala
Contributor

Relay response

I using form post url as 'https://test.authorize.net/gateway/transact.dll'.I have given proper response url of my site, for x_relay_url.Now after 'Submit' it is redirecting to the url which I gave, but the url value is not changing,It remains as 'htt...

Bala
Contributor

SIM integration help

I'm currently using SIM Integration, after posting to Authorize.net I'm not getting the Pay by(credit/debit card & Bank Account) option.I can see it in the Preview option in Virtual Terminal Settings, but it is not displaying when I test with my test...

Can I use DPM with mobile?

I have experience using DPM to accept payment for a shopping cart web site. I would like to also DPM on a mobile web site, but this page implies that only AIM should be used for mobile:http://developer.authorize.net/api/ Can I use DPM with mobile? I ...

CIM integration sample

Hi! I just downloaded the sample of "Hosted popup for single paymentshipping".I open the page and there are three buttons. If I click one, its supposed to open a popup form from Authorize.net.The thing is that I got "The page has timed out. Please go...

Woocommerce DPM integration - Merchant Email Receipt Lacking Details

I have a Wordpress site set up with Woocommerce and I'm using the Woothemes DPM plugin to integrate with Authorize.net - it's been a real headache. The latest issue is the merchant email receipts I get whenever a transaction comes through ========= O...

Best way to use CIM with custom CSS

I want to be able to manage CIM profiles so my customers can store credit card info on A.net's servers. I don't want to use the hosted solution though, because the form is inaccessible to CSS customization and looks totally different than our own sty...

Jotch
Member

How create Refund a transaction c#

Hi, I am trying to integrate refunds in my system with Authorize. This is my first time working with this API and I don't know how to do these implementations. I have looked in the Authorize's documentation there is a method 'createTransactionRequest...

How to issue partial refund using CIM without ECC?

We have recently transitioned from Paymentech to Authorize.net. For some unknowable reason, A.net is refusing to turn ECC on for us even though we've been processing credit cards through Paymentech for 7 years. This is severely complicating our abili...

http vs https with relay response URL and receipt URL

I just got a new certificate that is SHA256 and I'm getting that dreaded error "An error occurred while trying to report this transaction to the merchant." When my relay response and receipt URLs are non SSL (http) everything works fine, but when the...

Card Present Transactions Sampe api

we want to integrate card present method to orur system, but not getting to success the code and proper documentation, please help to us

kpatodia
Contributor

CIM Hosted Payment Form

I am using CIM, and after reading the guide i see that i can post a form to the following URLs with the token  Manage Profiles—https://test.authorize.net/profile/manage Add Payment Profile—https://test.authorize.net/profile/addPayment Add Shipping...

foundation406
Contributor

Pulling transaction details PHP

This is what I have. I'm trying to pull each batches transaction details. It doesn't give me an error, the page is entirely blank. getSettledBatchList();echo count($response->xml->batchList->batch) . " batches\n";foreach ($response->xml->batchList->b...

How to get Response from a Form?

After customer has completed the form, and the payment is complete, how do i get the response from the form so I could check if payment is complete? Something like:if($response->approved){ echo "Success! Transaction ID:". $response->transaction...

foundation406
Contributor

PHP Batch Information Solved

So, here is the code we were given to use. I know that the ID and key are correct because I plugged them into the sample.php and successfully posted a transaction. What we are trying to do is retrieve batch information from Authorize.net in order to ...

Issue Receiving Transaction Information Solved

Since last Tuesday we have been unable to access our authorize.net CIM information via our internal ERP system. The transaction goes out to authorize.net and is accepted, however, when returned we are unable to decrypt what is being sent back. So, th...

KB_developer
Contributor

SIM Relay Response - how to get this to work?

Hi, In my test code, I indicate the s_relay_URL to redirect to. I also have this URL entered into the Authorize account page where set that up. Same URL in both. When I test a transaction, the URL stays as https://secure.authorize.net/gateway/transac...

SIM Relay Response Not Working

I have been trying to solve this issue for several weeks with absolutely no resolution thus far from Authorize.Net Support. Just a couple of weeks ago, my Authorize.Net Relay Response page stopped working. Based on my testing, fields are no longer ge...

glerler
Contributor

How to auth and then captue with a CIM Solved

I am trying to:1. Perform an auth with the customer.2. After getting the auth, create a CIM for them3. Go back and do a priorauthcapture of that auth into the CIM that was created. Doesn't work. I cannot do a priorauthcapture thru the created CIM sin...