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
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...
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 .
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.
A couple issues on the In-Person SDK IOS
Hi, We're working on the bbpos device and in-person sdk here. https://github.com/AuthorizeNet/inperson-sdk-ios However, we're facing 2 issues.1. https://github.com/AuthorizeNet/inperson-sdk-ios/issues/93This one mentioning the app is crashed once we ...
Implement a payment on my website Solved Locked
Hello, I want to implement a payment on my website. Can I do it using a ready-made plugin? Does a developer have to do this? I have a page on the wordpress engine. Regards
404 error
Hello, I am new for authorize.net platform. I have downloaded php sdk from authorize.net Github forum. When I use this sdk on my web site, I didn't use composer. I just copied and pasted and used these lines for usage this sdk. require getcwd() . '/s...
Remote MySQL server - security concerns (ssl)?
Hey there,for my website I'd like to extract the database to a new separate remote server. The database contains sensitive user data. Now the way I set it up for my test now I do not have ssl encryption. But I only allow connections from my main serv...
How to limit the number of customer payment profile setup to 3?
Hi! I have been using the authorize.net plugin with my woocommerce setup, and I want to limit the number of customer payment profiles to 3. Is there a way we can achieve it?
Customer - Payment Profile creation - it charges $1.00 for authorization - some questions
Hello all!Well, I have my sandbox account and some testing credit cards.I use the opaque to create customer profiles and payment profiles (, ). The issue: it charges $1.00 the cards for authorization during the creation of the profiles.Question: in p...
Accept Hosted Payment Profile form grayed out
Hi Community,Having a weird issue with the Accept Hosted Payment Profile form graying out in production. It works fine in test as well as when used in production, but for some reason, a user informed us that when the Accept Hosted Payment Profile for...
Definition of Transaction Types
Is there any documentation that defines what exactly the following types of transactions are and when executed which fields are required?- authCaptureContinueTransaction- authCaptureTransaction- authOnlyContinueTransaction- authOnlyTransaction- captu...
IOS in app purchases
When setting up the payement system fior Apple Pay its asking for `Apple Merchant ID` which is for enable your apps to process transactions for physical goods and services to be used outside of your appsSo it seems for IOS i cannot use in app purchas...
New flutter plugin
I created a new flutter plugin that wraps the ios and andriod SDK's https://pub.dev/packages/authorize_net_plugin feel free to use.
How to generate both AVS code Y & CVV code M (together) during testing
Per the testing guide (https://developer.authorize.net/hello_world/testing_guide.html) you can use specific CVV and ZIP numbers to generate specific CVV/AVS response codes. However:Visa, Mastercard, Discover, and JCB have no ZIP that can be used to g...
Converting mysqli to PDO?
I've been out of the coding scene for about 10 years and I'm trying to catch back up. Much of what I learned has been deprecated or full-out removed and now there's so much emphasis on security (which there should be), but I'm used to the old mysql_q...
2nd, 3rd payment + Subscription = customerProfileId + customerPaymentProfileId issue
Hello all! :)Well, I have an issue with hosted payment page ++ subscriptions.This is what I want to achieve:- Make an initial payment (done) -> if the paid item is recurring payment -> create also a subscription. Currently, I do a = true on every w...
Why are errors returning 200's?
I make a post request to https://apitest.authorize.net/xml/v1/request.api and no matter what i put i get a response code as 200. Why not return 422 unprocessable entity? Now insteaad of looking at the response code i have to dig into the response bod...
After getting token using mobile SDK how do i charge?
I am using the mobile sdk for andriod and ios to create a pluging for Flutter. I am getting `COMMON.ACCEPT.INAPP.PAYMENT` as my DataDescriptor and i am getting a token. This is where the sample app stops https://github.com/AuthorizeNet/accept-sample-...
First Name Required Error
Hi,I'm using a partial-hosted form and receiving this error after submitting the form: "Payment was refused. Refusal reason: Bill To First Name is required." However, all blanks (including first name) are filled out on form. Furthermore, this error o...
Transaction File field refTransId setiting and retrieving
I need a little help please. I need to pass information into the transaction on creation and retrieve that information when I download the transaction. I am using the field refTransId to do this with. The problem is that I'm not getting the refTransI...
Is Authorize.NET SDK v2.0.1 discontinued?
We're using Nuget component, AuthorizeNet version 2.0.1 which also came from https://github.com/AuthorizeNet/sdk-dotnet . We noticed the Authorize.NET development had ceased for a few years now. Why? Is newer product (or replacement product) replacin...
Insert into temporary table is slower than just select these data
We are recently migrated from 5.6 to 5.7 (I know, the last call before 5.6 EOL), and I noticed one difference in 5.7 which was not in 5.6.I'm creating a temporary table in the procedure and then populating it with Select statement. Then, in 5.6 the t...
901 CVV sandbox to test fail when creating CustomerProfile
Hello,We tried to check the failure case for CVV 901 which results in failure to create the customer profile and payment profile. Please let me know if there is a problem with the request Request 4V7X9naK 5eM4v8eGA7zg7452 Merchant_Customer_ID Pro...
Charge credit card + create subscription on the same run of the script
Hello all! :)Well, I'm using Accept.js hosted form on a PHP application.I want to achieve the following order of actions:1. Charge a credit card.2. If the item is a recurring subscription, then-> create a subscription for the credit card. The problem...
Intermittent "the remote bane cannot be resolved" during Capture Transaction
Hello all,We have recently been experiencing an issue where occasionally we receive an error of "The remote name could not be resolved: api2.authorize.net" when during a payment capture. We haven't made any changes to our actual API calls to the serv...
Update payment profile with redirect link
Hi Authorize.net I'm doing integration with our ERP system and we would like to process all payments with Authorize. Also we don't have any online portal (e shop etc.). We would it to work more like, when customer is buying goods and order is created...
Do I need an SSL certificate for Authorize.NET now? .NET SDK
There was this announcement that mentions needing to update an SSL certificate, but we are using the .NET SDK and we have never needed a certificate. I want to make sure our retailers checkout process isn't affected but I'm not sure if this would imp...
ReactNative Support
Hello,I am looking to use Authorize.net solution in my iOS, android and website. All are using react-native and react-native-for-web respectively. While I failed to see the support for the reactNative, I've come across this old thread:https://communi...
Creating Customer in Sandbox Fails
After filling in information to create a customer profile in the sandbox (in the sandbox portal provided by Auth Net) and attempting to save a new customer in the sandbox, a page comes up with the message "The following error(s) occurred: Unanticipat...
What's your continuous integration and testing setup look like for full UI testing across devices?
I'm working on a new product that needs to have a very reliable android app.I want to have full continuous test/integration of the code and the integration of the UI.Right now I'm using circleci and it tests all my code but I want it to test our app....
Sage 50 Not Responding
Did your Sage 50 software crash without giving your warning? Is your sage 50 accounting has stopped working? If yes, then there can be various reasons for the occurrence of this error; however, you can resolve this issue easily by following these tip...
CIM createCustomerPaymentProfile fraud protection non-existent
The CIM process to add payments to a customer has no form of fraud protection available. Anyone can quickly write a script to run against a website and send lists of credit cards to validate which ones are valid. Advanced Fraud Detection has only 1 f...
CIM create customer payment profile ripe for card spamming
The process for creating a customer payment profile doesn't have any method to stop card spamming. When someone uses a bot to attempt to add credit cards to their account in order to test to see if they are valid, there is no method for capturing and...