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.

satna2
Member

Authorize.net Gateway Errors without Message

Two of my sites are having this issue. Authorize.net support is saying it's a Magento problem. I haven't patched or changed any code this week. Anyone out there seeing this in the wild?UPDATE 1A users on the M1 support forum posted a temporary fix. I...

inLeague
Contributor

Accept Hosted 550, 90 second responses in Sandbox?

We've been testing Accept Hosted for the last couple of days on sandbox as we prepare to migrate an old Ecommerce suite to Authorize.net. We got the lightbox / iframe solution working, but when we click 'pay', we're getting 'Processing' for up to 2 m...

E00007 Error code

I've verified im using the right api keys. Trying to do a simple test on my "live" account at it keeps returning: E00007https://developer.authorize.net/api/reference/#payment-transactions-charge-a-credit-card I would assume using my "name": "XXXX", "...

Gets JS error after submit payment form

Getting following error after getting navigated to https://test.authorize.net/payment/paymenturl ERROR TypeError: Cannot read property 'billTo' of nullat e.initializeBillingAddress (main.bundle.js:1)main.bundle.js:1 ERROR TypeError: Cannot read prope...

inchol
Member

Unable to ping my webhook

Hi, I just started building a webhook following the documentation. I created a sample web api application and published to IIS with a valid url accessible from the internet. I created a webhook on out authorize.net sandbox account and set the url. I ...

SeanF
Member

Trouble passing invoiceNumber to transaction PHP

Hi: Have been using AuthorizeNetAIM successfully for a few years. I beleive this may be depricated and I need to implement the latest API, which I will do in time. However, I have an urgent need to pass an invoice number to an Authorize and Capture t...

cartpauj
Contributor

The element 'subscription' has invalid child element 'customer' Solved

Error E00003 The element 'subscription' in namespace 'AnetApi/sml/v1/schema/AnetApiSchema.xsd' has invalid child element 'cusotmer' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'. List of possible elements expected: 'shipTo', profile' in name...

Trying to use the Integrated Form Acceptui.js

I am using the ACCEPTUI.js and launching the already hosted form. The pop window opens i get opaqueData.dataValue and descriptor.After i enter the test credit card and submit the form https://test.authorize.net/payment/paymentI get Missing token as r...

ICC
Member

WooCommerce - Authorize.net - Multichannel Order manager integration?

I'm working on some code to take the e-commerce data on WooCommerce sales and export this to Multichannel Order Manager. They're using the Auth.net plugin for WooCommerce. I'm wondering if anybody else has done this? Or has info on the data that Auth...

ACH nameonaccount SingleQuote issue

Hi, As per https://developer.authorize.net/api/reference/features/acceptjs.htmlbankData.nameOnAccount = document.getElementById('nameOnAccount').value; If we have single quote in nameOnAccount , do we need to remove it or we need to escape it? Our Pr...

Credit Card processing provider?

I have been dealing with both recently and have an account with each. The seller protection and customer service with Paypal is good. But some people dislike Paypal for some reason and will refuse to use it. Authorize.net is worth it for the echeck c...

Sandbox credentials to use OAuth

I need sandbox credentials to add my application and behave on behalf of Merchant. According to https://developer.authorize.net/api/reference/features/oauth.html I should ask you for them. What I need to do to receive them? I would appreciate a quick...

Paypal with Recurring

Hi, I came across the following site which explains that Paypal recurring is not possible.https://community.developer.authorize.net/t5/Integration-and-Testing/Paypal-Recurring-Payment/m-p/53408/highlight/true#M28527 Is there any alternate way?Please ...

Transaction Detail

I'm currently testing payments through DocuSign using the Authorize plugin they have built in. I need a way to get the Itemized Order detail from the Transactions. I've looked at the Get Transaction Detail API, but I'm not sure how this will work. Al...

RCA for todays outage

Hello, I am a software engineer for a division of cox automotive. Our application was impacted due to todays CIM outage https://status.authorize.net/incidents/gzz49l7rx8c2 We would like to be notified of high level root cause for this outage if and w...

Add a Description to the Accept hosted payment page

Testing a new Accept Hosted Payment solution and I want to set the transactionRequestType.order.description field. When I do that, the code retrieves the form token OK then goes to the payment form at https://test.authorize.net/payment/payment and it...

Accept Hosted Response Solved

Hi there. I know this isn't a new topic, but I've browsed the related messages that I could find - honest - and am still struggling. I have "everything" working except I can't seem to access a response for an Accept Hosted transaction. Let me try to ...

Is Apple Pay supported in the sandbox

Hi, I'm trying to setup Apple Pay (and will also be setting up Android Pay). I'm wanting to use them in the sandbox to have a development environment, and was wondering if that's supported? I have been following the steps in this guide: https://devel...

Response Code 4 and 262 Solved

I have searched throuhg the volumns of posts and it's probably there,... somewhere but,... I am testing with api code example,... at first every repsonse made sense. Now every response is Response code 4 and Message code 252. Very frustrating now bec...