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.

Credit Card processing provider? Authorize.net VS. Paypal

I own a lawn and landscaping company and recently launched a new site. One of the features I wanted to provide was to pay online. Initially I thought I would just go with PayPal but they charge really high processing fees. I don't want to put a surch...

Sharing a Credit Card across multiple merchant accounts

Hello Our business sells coupons for multiple restaurants. Each of these restaurants will have their own merchant account. customer can purchase multiple coupons of multiple restaurants from my site. when customer make a payment. we want from single ...

DAL07
Member

Webhooks inactive after 10 retries - questions

Hi allLast week we had the perfect storm of issues that led to our webhook subscription being inactivated last night due to reaching the max number of retries. We have something in place on our end to monitor when we are not sending a 200 response on...

Fraud Detection Suite | Authorized API IP Addresses Accept.js API

Hi Accept.js API returns E00118 error code on our live account.It returns the response from https://api2.authorize.net/xml/v1/request.api {"messages":{ "resultCode":"Error", "message":[{"code":"E00118","text":"The transaction has been declined."}]}} ...

PCI and VOIP - Suggestions to limit scope?

We just replaced our digital phone system with a Cisco VOIP phone system.My company has about 1000 phones across the organization. Only about 10-15 phones/users take down credit cards over the phone. We do NO phone recording.Our computers/physical ar...

Limiting scope and 3rd party access to the CDE.

I am currently trying to limit the scope either by creating a vLAN I have no idea how, or using a firewall, however the router is used for other functions besides the epos how can I best securely and reliably isolate the CDE.Also I how do I secure my...

iframe transactResponse intermittent issue

I use the iframe drop in UI thing and I'm having an issue where a small percentage of users are getting authorized, but I'm not successfully going to the next page to mark them as paid in my database. MOST of the users are going through fine. It's ju...

API code not transmitting customer's IP address to Auth.net Solved

I just finished implimenting the PHP API code, using the sample code from GitHub. I upgraded from our old CGI/PERL code which has been depricated. Everything is working fine, except one thing: When we charge a credit card the new code transmits our w...

pottmi
Member

How to pick best payment solution for me

Authorize.net documentation is quite good but I still would like some clarification on which solution I should implement. I am looking at this link:https://developer.authorize.net/api/reference/features/accept.html and believe I have narrowed my choi...

Recurring with Itemized transaction

Hi, Is it possible to send the Item details in the recurring transaction?FYI - we are using accept.js Below is how we make the recurring call ApiOperationBase.MerchantAuthentication = new merchantAuthenticationType(){//All login details }; paymentSch...

How to send invoice number while charging customer profile?

We are using following api to charge customer profile.https://developer.authorize.net/api/reference/#payment-transactions-charge-a-customer-profile We are unable to find "invoice number" parameter in request. We want to charge customer profile for th...

E00007 auth failed, in prod mode, correct credentials

So I'm using the node sdk. I've double checked the credentials. I'm creating a customer profile. The same thing worked in test mode. Other api functionality is working for me in production. But not creating a customer profile. Here is the request fro...

Lincon
Member

Why is integration harder than differentiation?

Hello everyone,,More specifically, how come any function expressible in terms of elementary functions has a derivative expressible in terms of elementary functions, but this is not true at all (and almost never true) for finding primitives?The best r...

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...

MySQL Ring Buffer Best Practice

Hi Everyone, I have just installed MySQL Community Server on a windows machine, I’ve created a table and I am inserting a row every second. At this stage I have not gone live so I can still change pretty much anything I need to. One of the requiremen...

Discrepancy while sending attributes in Auth only request

Hi Team, For Credit Card, PayPal and eCheck, in Authorize request, under line items we are not setting and sending any value to taxable but in sandbox dashboard we are able to see taxable in line items. PFB observation: In CC and eCheck we sent auth ...

Accept.js hosted form stuck on Loading

I've used this code from the Auth.net documentation for the Accept.js hosted payment form into an HTML file on my dev server. The documentation is available here:https://developer.authorize.net/api/reference/features/acceptjs.html#Example_of_the_Comp...

Detecting FDS Pending Review on Auth Transaction

I'm using the PHP SDK for authorizing a credit card https://developer.authorize.net/api/reference/index.html#payment-transactions-authorize-a-credit-card My question is how do I detect that FDS Pending Review process was triggered? From what I can te...

inLeague
Contributor

Updating Subscription Documentation is wrong

I've complained recently about the docs being incomplete, inaccurate, or unreadable. Here's an example. We are implementing API calls to update recurring subscriptions. This page has some details about doing so: https://developer.authorize.net/api/re...

inLeague
Contributor

Webhook for expired or just expiring?

The documentation on recurring billing indicates that there is a status of Expired: Expired The schedule of payments has ended.The webhook notifications have an event for expiring: net.authorize.customer.subscription.expiring Notifies you when a subs...

Accept js 'You cannot add more than {0} payment profiles'

Hello, We have been using Authorize.Net CIM for quite some time now and we are happy, but we decided to move to Accept js to avoid PCI compliance issues. So far, we have been following this workflow during order creation:1) Try to create customer pro...

authcapturetransaction avs is not applicable Solved

I'm using Accept.js with a custom form. After I get the nonce I forward along an address and zip code in the transaction phase, but I always get avsResponse: 'P' back in the response.I am using the sandbox, is AVS supported for auth capture transacti...

So many questions...

Hi people, We're trying to integrate Authorize.net into our software (a Rails app) but are coming across so many issues. Our app already integrates with half a dozen other payment providers, so we're fairly familar with the basics of payment processi...

fifty-git
Regular Contributor

Testing Guide: zipcode for declined doesn't work

In the testing guide: https://developer.authorize.net/hello_world/testing_guide/ The zipcode for a declined transaction is: 46282 We are trying to test with CIM Thanks,D

sparik
Member

Accept hosted form token in webhook Solved

I'm having trouble implementing a simple use-case. I'm trying to accept payments with accept hosted redirect method. From reading forum posts, I understood that webhooks are the way to receive information about successful payments. My problem is that...

Unable to get the arbTransactions from subscriptionID

Hi All, Thanks in advance. I am trying to get the subscription details along with its transactions using PHP sdk with a sandbox account. Used the same as mentioned in "https://developer.authorize.net/api/reference/index.html#recurring-billing-get-sub...