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.

CIM XML Server was reset issue

I am using an server with Windows 2000. Using Classic ASP with VB Script. I am using the demo code at: http://developer.authorize.net/api/reference/index.html#payment-transactions Under “Charge a Credit Card”, if you select “Try it”. It shows the XML...

Relay response failing for some transactions

Hi I'm integrating client's website with SIM version and some of the transactions are failing at relay response. Not all transactions are fialing. Some are going through OK and some are failing. The transactions are being approved by Authorize.Net bu...

mkienenb
Contributor

Where to find the hosted iFrame client-side code samples? Solved

I am looking for the client-side html and javascript code samples and/or javascript libraries for embedding the hosted form in an iFrame.I have already successfully implemented the server-side code to create a new customer profile and get the hosted ...

Developer or consultant needed

We are looking for a consultant or developer to assist in resolving transaction errors on our website at nevadacle.com. We are getting errors with AuthorizeNet with the following configuration: -Wordpress (latest version) -WooCommerce (latest version...

Support multi-currency and international transactions Solved

Hello everyone, I am currently integrating Authorize.net on my web app and I have some questions. Some of them have already been answered before, but the answers I found were posted a long time ago, so I was not sure if the information was updated.1-...

jpullam
Contributor

AuthNetTools.cfc failing on missing billto info

Sorry if I am not using the best terminology here. In brief, I am using AuthNetTools.cfc to call Authorize.net and hand me back the data fields I need for my ColdFusion programming. While these routines have worked well for the past 3 years, I now ha...

AIM Connection Error: "Error connecting to AuthorizeNet

This morning, all sandbox testing was fine for me. But this afternoon, when I moved to my production server, I got the following response back for an AIM transaction object(AuthorizeNetAIM_Response)#4 (52) { ["_response_array":"AuthorizeNetAIM_Respon...

evrth
Member

SIM iframe integration

Howdy, As I was going through the SIM Implementation Guide (http://www.authorize.net/content/dam/authorize/documents/SIM_guide.pdf) and at the bottom of Page 30, I came across the following noteWe do not recommend using frames with the hosted payment...

CIM: Void Captured/Pending Settlement stopped working Solved

Hi, I have made an integration using the CIM interface where voiding transactions with status "Captured/Pending Settlement" has stopped working in the CIM api (I am using the .NET API). The flow is the following:1) I authorize the Credit Card2) I set...

Customer Profiles and Bank Accounts Question

Quick question, I want to make sure I'm thinking correctly here.... We have a need to save a customer's bank information to make recurring payments. We have the recurring payments enging, just not the ACH part of it yet. And to add, I don't want to h...

npiasecki
Regular Contributor

CIM E00051 Solved

Hi @RichardH Please escalate ticket 1-216949971. When attempting a linked refund through CIM, either through the API or the Merchant Interface, it fails with E00051 - The original transaction was not issued for this payment profile. I can do it for t...

Duplicate Error After Denied Transactions

I saw this response in another thread that was closed, but my question is what if the error was in the expiration date or credit card code. The fields listed in this response do not cover these. The AIM API allows you to specify the window of time af...

rob
Contributor

Authorize AIM Double Charge(s)

Let me start by saying we integrated years back (~ 5yrs) with Authorize (AIM) and that integration has mostly been working except for an occasional double charge. We are now getting double charges MUCH more frequently and have put code in place to pr...

Can't even get the stinkin' charge-credit-card.php to work

Yeah, I'm down to this last error. I've searched and searched and have turned up basically nothing. Here is the error: Fatal error: Class 'Symfony\Component\Yaml\Yaml' not found in /home/content/90/9648490/html/ciro/authorize/vendor/jms/serializer/sr...

Eugene
Member

Get Transaction Details returns False as response and NULL as xml

Hello, Starting yesterday we receiving answer from Authorize API with False as a response and NULL as an xml. Obviously that answer don't tell anything helpful so I check API request with simple php snippet like this: NAMEKEYTXN_ID'; $curl_request = ...

marfi4
Member

Storing Credit Card Data In Magento Community 1.8.1

We are currently using Magento Community 1.8.1 integrated with Authorize.net to handle our credit card transaction. We are employing AIM and have some questions regarding the handling of credit card data. We currently use MageStore's One Step Checkou...

npiasecki
Regular Contributor

CIM WSDL Breaking Change on 11/3?

Recently (may have been last night, from what I can tell), Authorize.Net inserted a "customerProfileId" field in the WSDL for the CIM CreateCustomerPaymentProfileResponseType. For older clients using the standard svcutil tool provided by the .NET Fra...

twe
Member

send confirmation email receipt

I tried to put together some code to have authorize.net send a confirmation email based on support's hints to use the sendCustomerTransactionReceiptRequest class and it did not succeed, I got a null response. Could anyone point out where I went wrong...

CIM API call CreateTransactionRequest get error E00041

I am trying to create a transaction using customer profileId and paymentProfileId.I am using same sample API code available here https://github.com/AuthorizeNet/sample-code-csharp/blob/master/PaymentTransactions/ChargeCustomerProfile.cs.I am getting ...

bparker
Contributor

Create a payment form which relays unique number to visitor

Hi! I need to create a sin-up form which takes a payment when compelte. After finishing the payment, I want it to record that the payment was valid, and then send an email to a user - preferably with a unique id - so that they can have access to a pa...

twe
Member

testing error codes in sandbox gets successful transactions

Using the error codes in http://developer.authorize.net/hello_world/testing_guide/ I have gotten successful transactions using the error codes for zip 46201, get no error codes, but do get the avsResultCode "A". Will this result in a successful trans...