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.

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

emlinney
Contributor

Accept Hosted help with IFrame/Lightbox asp.net Solved

I currently have a SIM style asp.net page that opens the old school Authorize.net hosted page. Currently the page collects transaction details, then posts the collected information to the old Authorize.net hosted page via a single button click. I hav...

Question over Ninject, ASP.NET Identity and Entity Framework

Hi all,I am wondering what is the best way to setup Ninject, ASP.NET Identity and Entity Framework? Normally (without Ninject) I would create my solution by separating the MVC project from Data project and things would work just well, but I can't rea...

Question over Ninject, ASP.NET Identity and Entity Framework

Hi all,I am wondering what is the best way to setup Ninject, ASP.NET Identity and Entity Framework? Normally (without Ninject) I would create my solution by separating the MVC project from Data project and things would work just well, but I can't rea...

Query on recurring payment integration

Hi, I have two query related to recurring payment processing: 1) I have monthly fee and upghrade fee and I want first month monthly fee + upgrade fee both should be charged and from next month only monthly fee should be charged. So is there any optio...

Trying to get PHP code to charge a credit card

Please can somebody help me? We are a small non-profit. Our HTML donation page needs the PHP code to charge credit cards. The code in the PHP developer's area here requires vendor/autoload.php and constants/SampleCodeConstants.php. I cannot find thos...

tan
Contributor

"Root element is missing." (E00003) for international payments

A user of my plugin has reached out to me with an issue processing international payments. They say that it used to work but now only payments from U.S. customers are going through. When processing international payments they get the following error:...

inLeague
Contributor

Is status.authorize.net supposed to be useful?

sandbox.authorize.net:A file error occurred during processing. Please contact Customer Support for assistance. https://status.authorize.net/ "Sandbox Environment": green check mark