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.

Penny
Member

setting up SIM into wordpress

Hello, I need help setting up the SIM method in a wordpress site. It would be for a online bill payment form where customers would be paying their bill online. Does anyone know the steps on how to do this? Any help would be appreciated. Thanks!

itdoug
Member

Help finding Certificate Chain Download files

I need help finding certificates to install on our web servers in regard to this blog post: http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Production-Certificate-Upgrades-begin-May-26-2015/ba-p/50430 Trust Chain:Common N...

venky
Member

How to use Hosted Order Page with salesforce

Is there any documentation/code sample to integrate authorize.net HOP payment with salesforce. After the payment is processed, data needs to be sent back to salesforce. Thanks for the help

K2300K
Member

Whitepage after changing transaction key, AIM

I changed the transaction key to the website. Site is designed with the AIM (php 5.3 and cURL). cURL library, simpleXML, php, etc are all enabled. The website has been working fine for months. No problems with checkout. However, after doing a routine...

tomvance1
Contributor

DPM/SIM Error Page not Redirecting

I am using the DPM method for a payment form on a clients website, I am sending it the x_relay_url paremeter and setting the x_relay_always to true, and if the payement is sucessful (i.e the card number is right etc..) everything works as expected, i...

vksh
Contributor

Silent Post returning only default values

Hello All I am Integrating Silent Post for CIMand I check it for both Live and test mode in call cases it is appearing with follow parameters. x_email=email@example.com;x_cust_id=none;x_amount=0.00; which is not the actual value for these, for a subs...

Java ARB Sandbox 400 Invalid URL error

Getting this response when I try to post a cancel using the JAVA ARB API in the Sanbox but it works fine production....

Invalid URL

The requested URL "/xml/v1/request.api", is invalid.

Reference #9.26f7f648.1430961437.1721bea6

End point is: https://api...

CIM C# SOAP Integration using Service Reference

Group Looking to see if anyone has implemented integration with CIM in C# MVC Web application using the Service Reference The last post I could find was : http://community.developer.authorize.net/t5/Integration-and-Testing/CIM-Integration-as-Service-...

EddieLascu88CNP
Regular Contributor

Prevent creation of Payment Profiles linked to bank accounts Solved

Our client does not want to support bank accounts. They want all Payment Profiles created to be linked to Credit Cards. They do not want to deal with any PCI consequences so they asked us to develop the application in such a way that all Payment Prof...

vksh
Contributor

Get customerPaymentProfileId

Hello I am trying to integrate CIM.I am able to add customer information and its billing informationNow I want to Update/Edit the payment profile information for that It is asking me for customerPaymentProfileId.So how can I get customerPaymentProfil...

calebpitman1
Contributor

ARB silent post hash incorrect Solved

My hash isn't matching. I'm sure it's a mistake on my end, but I cannot figure out how. There's not a lot to go wrong. My PHP hash is below. You can see it's in the order that Authorize.net documentation says it should be. ( hashTransIdAmount); I've ...

Authorize.net payment problem iOS

Hi,I am new to this authorize.net payment gateway. I am trying to integrate the iOS SDK to my application. I have downloaded the iOS SDK from the gitHub and try to run the sample code in it. I can able to successfully login to the app using my sandbo...

vksh
Contributor

Blocked loading mixed active content for hosted page

Hi I am using CIM via hosted page.Popup is not closing.I check for error, and it returning me Blocked loading mixed active content .As we are not on https, Currently I am running it on localhost.As it is a web application, so we cannot ask our custom...

vksh
Contributor

Silent post Response fields values Solved

Hi I am Integrating Silent post for CIM So Please explain that meaning and possible values for that fields under all scenarios . e.g Like x_type have different value as I check some where Similarly what is possible value for response codes and when w...

Integration help

Hello, I want to integrate autorized.net payment gateway with Direct Post Method. But I got confused how to integrate with this method. please anyone help me in this.

AuthComm25
Contributor

DPM credit and refund

My DPM is in place and working without errors. I’m using VB and Asp.net. Now I’m in the process to add ‘credit / refund’ for customers, but how in the world could I do it without the documentation in place. Authorize.net is the worse place for develo...

r2d2
Contributor

DPM Solved

I am using the SIM Guide to set up DPM on my site. My transactions (test mode) are being completed, but the customer sees only a blank page at secure.authorize.net. An email receipt is generated, and I get an email from authorize.net that the transac...

Sarita555
Contributor

Recurring billing transactions have isRecurring field as false

For some subscription transactions recurringBilling field is false but it does have the subscription id parameter. Why is it so. Is it a subscription type payment or not? Here is the snippet of Output. [subscription] => SimpleXMLElement Object ( [id]...

mla
Contributor

DPM timeouts

Hi. I know this has been raised numerous times, but we occassionally see the problem with DPM timeouts.It's extremely rare. But it does happen. We write a log message as soon as the DPM response is received, but in the cases with timeouts, we don't s...

Showing Credits on an invoice

Hello. We used to be able to put a credit item on an invoice, as long as the total invoice > 0. This has changed recently, because my application is now throwing an error saying that the credit amount falls below the minimum. We really need to show c...

Sarita555
Contributor

Customer details n transaction details api

Hi, We have integrated authorize.net in our product. We are using the transaction details API for reporting. For one our clients the "getTransactionDetailsRequest" api method is not returning the customers address and line item details. This is affec...