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.

PCI Compliance

Does anyone know who I can reach out to at Authorize.Net to discuss what type of PCI compliance issues I might have with the implementation I want to use. Thank you.

su_smart
Contributor

How to Implement Akamai Change

Hi I am getting notification for Akamai Change,Please help me for code,Where I can find code for Akamai Change. I am using AIM method right now for transaction.Do i need to make change entire code or just posting URL change? Please help.

Gabe
Member

Adding Service.asmx reference to .NET project

We've been using your "https://api2.authorize.net/soap/v1/Service.asmx" service for some time to do CIM integrations. We are a .NET shop and have simply added a "service reference" to the URL above to our project. Recently I noticed we can no longer ...

Capturing Billing Address

So I'm using CIM where I create a Customer Profile based off the email address and redirect the user to use the Hosted Form to enter their credit card information and billing address. I was wondering if there was a way to either pre-fill the form wit...

Recurring billing - one time payment question

I need to schedule a one time payment using ARB, 35 days into the future. So, today being 5/17, the payment would need to occur on 6/21.Will setting the payment schedule like this achieve that goal of charging the card on 6/21? 35 days 2016-05-17 1

cannot copy link onto our web page

I am not sure that you received my first message as I was not registered yet when I sent it. We recently created a quick website on WIX for the sole purpose of creating a link for our patients to go on and make credit card payments. However, I cannot...

Titus
Member

Could not run sample code.....

I downloaded the SDK nad the sample code and placed them in a directory in my Apache root. Inconformance with the directive at the bottom of the git-hub page (https://github.com/AuthorizeNet/sample-code-php), I copied the autoload.php file from the s...

Recurring Billing

So I understand that you can not do recurring billing with SIM (which I have no clue why since it seems to be a common request on the forums). I am interested in doing CIM, but we never want to have any of the credit card information passed to our se...

Looking for an existing Authorize.net SIM checkout page...

Has anyone already built a single SIM checkout page in Authorize.net with a menu combining fixed-price purchase items and donation windows that I can adapt for use and link to from our not-for-profit website. I have built a simple checkout, but I nee...

jp1
Member

Trying to setup SIM - HTTP 500 error

So we currently use a locally hosted form through First Data. I am trying to convert it to Authorize.Net and inital tries are generating an HTTP 500 Internal server error when trying to pass my form data to the payment form. I am passing my Login ID ...

How to set billing info in CIM hostedForm?

In our system the user complete billing information, and when we show the form of the CIM hosted API, we need such data are loaded in the form, as we do that? First we call to createCustomerProfileRequest, with merchantCustomerId and email. Then I ca...

PayPal Express Checkout + Authorize.Net Same Page

Hello,I am trying to figure out how to use the Paypal Express Checkout and Authorize.net come up to my customers when they goto to checkout and I also am in need of a payment page, which I can't find any good solutions for. Thanks

Titus
Member

Not so up and running..

I have read everything I can get my hands on. I have spent a good deal of time on the phone with support. I have downloaded sample code (sample-code-php-master). I have downloaded the SDK. What I have NOT done is get a simple test to run. First of al...

Email is required

Hi, I'm using the PHP SDK to integrate with my site and I keep getting an emai is required error in production. Don't get this error with SandBox. My issue is, I am actually sending the value. What am I missing? Here's the code I have $billingAddress...

EMV September 2015, 2016, or further?

On Auth.nets EMV FAQ page, it states that coding support for the API will be available in September (estimated). I am curious as to what year? It appears Auth.net is very far behind others. Does anyone have any more detail about when EMV can be used ...

Root element is missing

I started testing my integration for the Akamai stuff and can't seem to get anything to work. We have been integrated for years with no issue so I didn't expect there to be any real problems getting this to work... Just to be sure I hadn't screwed up...

authorizeK
Contributor

when posting non english characters

Hello It's about non english characters so when I'm posting the data to authorize.net and if there is a non english character it was throwing me an exception that it didn't read the whole string (because non english characters take more bytes, so the...

Latency creating a CIM customer profile on Sandbox

In order to display the payment profiles hosted page we first create the customer profile right before displaying the page. The account is then retrieved by our proxy page however we are getting a "Record is not found" error when trying to retrieve t...

8Ball
Contributor

Trying to create a CIM record with an auth and capture

Here is the JSON I post to try an auth and capture while creating a CIM record as well:{ "createTransactionRequest": { "merchantAuthentication": { "name": "MY_MERCHANT_NAME", "transactionKey": "MY_TRANSACTION_KEY" }, "refId": "123456", "transactionRe...

Silent Post to Salesforce

We are attempting to use the Silent Post URL to post to an apex REST on Salesforce. We can test from the workbench and other third party sites and our REST code works. But we're not getting anything from Authorize. Unfortunately there is no log file ...

psys
Contributor

When posting test transaction, 2nd transaction is declined

I'm trying to create a few test transactions to seed a dev environment (using the sandbox). The first transaction always works, and the subsequent transaction is declined, error_code 2. I've tried with the same test information (cc: 4007000000027, cv...

Class 'Symfony\Component\Yaml\Yaml' not found

Hi Guys, I'm attempting to install the lastest version supplied on GitHub (PHP-SDK) and after getting composer installed and running the config both provided in the files I downloaded and other configurations people have posted, I cannot get past thi...

Blank Card Code Response - Only AmEx Cards

Hello everyone, I am having an issue with one of my clients who is seeing that Amex cards are being rejected by our system unless the CID number is omitted. The reason for this is our system generates an error if the CID/CVV Response Code from Author...

chrisc
Member

Custom Form with Authorize.net Tutorial

I have a custom form on my site and I want to take credit card information on it and submit to Authorize.net. Is there a tutorial that anyone knows that makes this easy to do? I know I have to have SSL and all... but what I need to know is how to do ...

I get the error: The record can not be found

With an account, If I call createCustomerProfileRequest and immediately call getHostedProfilePageRequest with customerProfileId that restored my previous call fails, I get the error: The record can not be foundbut between the first call and the secon...

altdev
Member

Sample PHP for adding order description Solved

I'm sure it's lack of sleep, but I can't seem to fugure out how to add an order description to "Charge A Card" in PHP. This one didn't throw any errors, but it it didn't add the description to the email receipt either. The part that is confusing is.....

Determining if a transaction was successful (ruby gem)

All of the Ruby sample code defines a successful transaction this way:if response.messages.resultCode == MessageTypeEnum::Ok puts "Successful charge (auth + capture)... (authorization code: #{response.transactionResponse.authCode})" (FYI, MessageType...