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.

AIM different domains in the same authorize account

Hello :smileyhappy: I would like to know if it's possible to have the same authorize.net account in order to make charges from two different domains. I mean, we already have a site with authorize.net that make request from a domain, and we are planni...

Ashlekh
Contributor

Is ARB store the user card info on its server or not. Solved

Hi I need to know that1) Is ARB store the card info on its server?2) If we are using CIM then We need to hit API again and again every month to transaction. or it itself cut the money from user bank. eg:I am merchant and I am selling a prodcut wihch ...

KB_developer
Contributor

A way to get immediate status, rather than wait till next day...

Hi, Yesterday I ran an ARB, all seemed fine, no errors. I was then able to tell the customer to start using our services. This morning I got the Successful and Failed files. This customer's payment was declined. The Response Code is 2, and the Respon...

Which API method to select Simple, SIM, DPM?

Hello Everyone, We are developing SAAS product, which has 3 payment plans. Our requrements are as follows:1. Automatic monthly recurring billing2. The system has to be notified as of the status of the payment and take the actions based on that inform...

Ashlekh
Contributor

DPM Transaction cannot be accepted, when I rely response = true;

Hi All, When I include this param in my form x_delim_data = true with x_relay_response = false, Then it is working but response is not coming on my page.So when I inlcude this param in my form x_delim_data = false with x_relay_response = true (becaus...

Ashlekh
Contributor

DPM- I am new for Authorize.net how can I implement Solved

Hi , I am salesforce developer and new for Authorize.net. I need help to create a form with minimum required fields. Please if some one give me name of field or code which I will test. I've test account. If I submit a test transaction by the form the...

Ashlekh
Contributor

DPM - Help me to create form of DPM

Hi , I am salesforce developer and new for Authorize.net. I need help to create a form with minimum required fields. Please if some one give me name of field or code which I will test. I've test account. If I submit a test transaction by the form the...

ARB payment status check

how will we get the details of transactions performed via ARB in means of sending an API call? Is there any API call to get the transaction status ?

Authorize.net Payment problem in IOS

can any one I have done Authorize.net payment integration in IOS Apps Please tell the procecure hpw to integrate and provide sample project

Authorize.net, GSA SmartPay cards and Magento

I'm not sure I'm posting this in the right place, but since I have a question that involves both Authorize.net AND Magento, I figured I'd start here to make sure my basic thinking and understanding about Authorize.net and GSA cards were correct befor...

peter
Member

SSL certificate for the host could not be verified Locked

Our site runs WooCommerce with an AIM plugin, our error log shows "The SSL certificate for the host could not be verified." The SSL certificate on our server is setup correctly. We are using SHA-1 2048 bit. Any suggestions on what to check?

KB_developer
Contributor

Multiple subscriptions using the same credit card

Hi, I've been testing this a bit but still not sure what the outcome is... The point is to set up multiple ARB subscriptions. They would all be identical - billed to the same person, same amount, etc. - however each gets a unique subscription id. The...

Newbie question about email receipts

We are doing an authorization request first, to ensure the credit card is valid etc. Then we are doing some processing and then later we are doing the actual capture.We are experiencing emails on both authorization and on capture, and they both appea...

siripr
Member

manula vs swiped

Hi All- How do I specify transaction is creatred by manual or swiped. When I called support they said it is manual based on entrypoint value 01. But, I do not see api field to set the value. Please share some ideas. Thanks,

riteshmitra
Contributor

Android Card Present AIM Intergration : Error E00000

Hi , I am doing an integration of my android with authorize.net sdk to accept card present transactions. Every thing works fine except to the ponit when we submit the transaction for processing, we are getting an error E00000 - Unknown error. We are ...

AIM AUTH_ONLY gives error 92 Solved

Dear All, I've been trying to get the interface to work on SAP ERP backend, but keep encountering error 92. I realize there are a zillion threads about that error already, and I believe I've gone through all of them by now, double checking every mini...

Order confirmation Page issues

I have OScommerce version 2.3.3.3 and I am using Authorize.net (SIM) for payment method. The issue I have is after I enter the card for payment, it works fine but when it takes me back to the Success page "Your Order Has Been Processed!". All the inf...

pberce
Contributor

An error occurred during processing.

Hello, Been using Authorize.net for a few years now without issue. Using John Conde's PHP class to handle all of my transactions. We use CIM to manage customer profiles, addresses, etc. Recently we have been having an issue when attempting to capture...

Ash
Member

AIM Prior_auth_capture

I am using https://test.authorize.net/gateway/transact.dl for testingFirst I sent request using "Auth_only" then I got trasaction ID as 0 , then I sent request using "PRIOR_AUTH_CAPTURE" but getting below error 3,2,33,(TESTMODE) A valid referenced tr...

ni3
Contributor

SIM Redirection After Payment Success: Joomla OScommerce

Hello, I have integrated SIM method for the payment, My payment will be done with successfully but it doesn't redirect me to back my website. How can i redirect back after payment success using SIM method ? Can anybody help me to take out of it PLEAS...

martin1b
Contributor

Slow hosted form pop up

I've added hosted forms to my site and noticed that when a user clicks to add payment method, it is pretty slow. The pop up appears immediately but for content to appear, it takes around 5 seconds or longer. Turned on fiddler and found the delay on a...

ni3
Contributor

ARB subcription form fields Solved

Hello, Please provide us custom ARb subscription form with fields.

Authorize.net Service Down checker gives inconsistent results Solved

For our site's internal status checker we are periodically requesting https://secure.authorize.net/gateway/transact.dll as recommended by Authorize.net We check the http response code to be 200, and the body for the text "The merchant login ID or pas...

DPM Relay response not redirecting to new page with wordpress

Hello Everyone, I've been searching the boards for a few days and have not found the answer to my problem. I'm hoping someone can help me out. I'm having trouble redirecting users back to my relay url using the javascript redirect. I'm using Wordpres...

Employee Expense Detail

Hi Guys,This Is Vineet Sharma i am planning to buy Authorize.Net Services for Credit Card Processing,but before that i wanna confirm that whether i will be able to Retrieve the Credit Card expense detail of my Client's Employee or not.My Client's Emp...