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.

Custom description to appear on Credit Card statement

We are lookingn to add a message to each credit card transaction so that we can show a unique message when our customers look at their statement. The reason is that we are often charging a customer multiple times in a month and for different services...

Webhooks "created" vs completed

Hi, I am trying to simplify my client's admin functions. As of now they have an admin page on the backend of my application with order details, and also the merchant interface with authorize. I'm adding all core functionality of the merchant interfac...

mvkotekar1983
Contributor

Unable to map transaction detail with webhook notification. Solved

Consider C#/asp.net/Webforms used to integrate with accept hosted suite where we use authorize.net payment form to enter credit card details and pay. In above scenario, we use GetAnAcceptPaymentPage.Run to generate token.Once we have a token we make ...

Call to a member function getCardNumber()

Hi, I am trying to build an implimentation into the codeIgniter (3x) framework. I've built an 'Authorize_net' library and am successfully accessing the library. However, I am currently getting this error: [03-Dec-2018 15:18:22 UTC] PHP Fatal error: C...

mvkotekar1983
Contributor

Accept hosted Transaction Response in asp.net webform Solved

Here is the working source code: https://github.com/mvkotekar/Authorize.Net-Hosted.git Am working on asp.net web application with web forms. I have successfully integrated asp.net hosted payment form and also once I click on pay, I receive the author...

nadermx
Contributor

Webhook transaction ID not found in transaction search

I have set up the webhook notification found Here that responds a api response of (example): { "notificationId": "d0e8e7fe-c3e7-4add-a480-27bc5ce28a18", "eventType": "net.authorize.payment.authcapture.created", "eventDate": "2017-03-29T20:48:02.00800...

Adding Invoice Number to Refunds in Node

It was frustrating not finding this in the API docs so I thought I'd share here.Occasionally, in trying to issue multiple refunds back-to-back for transactions that were very similar (same customer, cc, price), we would get a duplicate transaction er...

Cipher suits on sandbox and Production Solved

As per recent announcement made by Authorize.net, SHA1 cipher suits has been removed from all test endpoints. We are using Windows Server 2008 SP2. We have installed required patch on our server. TLS 1.2 integration was working upto 6th Nov. We are f...

Woocommerce CIM Accept.js Error

Background:Doing a website for a client and I've never used authorize.net before as a processor, but I am very familiar with WordPress and WooCommerce. What I did: I spoke with my client's merchant account rep and he created the authorize.net account...

Marcy
Contributor

Formsite Authorize.net - another payment failure error Solved

We are setting up forms using Formsite. We set up the authorize.net payment gateway Payment Location to be At Authorize.net, to take our users to authorize.net's payment page.When we tested the form, we got the following message:The following errors ...

coppercup
Regular Contributor

Show Company field on Accept Hosted Payment Form?

Is it possible to show the Company field on the Accept Hosted Payment Form via the API when requesting a token? The Hosted Form Parameter Settings documentation does not seem to include such an option. As a side note, beware that setting Company to r...

Transaction Issues?

Hi All, Having trouble transacting with ETN. I've got 2 transfers that are "completed" yet the ETN: is "pending" and there's as yet no transaction hash.First transaction was on the 4th Feb, the other was about 10 hours ago.Previously had no issues an...

ahmer
Member

WooCommerce Authorize.net Transection Declined

Three time Transection Declined with wrong credit card, on 4rth submission success email sent by authorize.net with wrong credit card.but in sandbox it shows declined transection

Shipping Options on Accept Hosted Form Solved

I posted the following last week: If I display the shipping address options on an accept hosted form, can the customer click to have their billing info entered as the shipping address without manually typing it in? I couldn't find this one the websit...

Transaction Failed Error Code : 2

Am getting error code 2 on my payment integration, whenever I process payment with a live card on my website with merchant API credentials. My credentials are live. In SANDBOX env everything is working fine. My test card are fine and am getting suces...

nadermx
Contributor

Retry failed ARB payments

I saw that I can now turn on Automatic Retry Recurring Billing, but I'm trying to figure out how to do this via the API. If I turn on ARRB, and a transaction fails, it goes to suspended, if nothing changes on the customer's card, say they didn't have...

Marcy
Contributor

Formsite payment failure error

I'm just starting to use Formsite, and set up the Authorize.net gateway. When I submit my payment page, I get the error "Your order was not processed. Please try your order again. Phone is required." The transaction error in Formsite is 'Payment fail...

Profile Manager in iFrame: continue not available

When including the profile manager in an iframe the continue button does not appear - when loading the page directly it does. The method of inclusion, the token used, everything else is identical: In an iframe:Directly on a page: Used code (minus tok...

Intergrating test api Service.asmx

Hi, I created a sandbox account and added the service reference successfully.but when I consume it, I tried AuthenticateTest method with name and transactionKey provided by authorize.net, it;s always return "E00007 User authentication failed due to i...

E00007 / E_WC_21 User authentication failed

We have been testing with the SandBox for some time now. All of a sudden (the beginning of Nov) we are now getting: E00007 – User authentication failed due to invalid authentication values. There have been no code changes on our end. I double checked...

Help! how to return directly to the URL of paid successfully page

Dear Madam/Sir:We have integrated your API to our e-commerce platform, and tested the payment at Sandbox mode, we found that if customer paid successfully, there's page shows"Thank-you for your business", and there's a "Continue" button, customer mus...

neel
Member

CVV required for billing a CIM Profile

We currently are experimenting with the CIM Module with Authorize.NET. We have stored a CIM Profile (+ Payment Profiles) and are trying to bill them on our website through a recurring cron. We are hitting a 33, Card Code is required error. This does ...