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.
Language support for ACCEPT HOSTED payment form (page)
Does Authorize.Net support ACCEPT HOSTED payment form in language other than ENGLISH? If so, please help provide URL for the documentation. CheersKam
Advice on API Testing
I have been assigned a task to create an API that will be used in an iOS and Android app to communicate with a database, we're using phonegap and the app will interact with the api via AJAX.The API is not going to be "public" it will only be used by ...
What do you use for testing Web API?
I want to test my API (automated) through executing https requests , passing different inputs and evaluating responses while also being able to mock data if the requestor(user-agent) is this api test client. Does a tool like this exist? How do you do...
Problems iFrame sourced from an aspx page
I am trying to load an iFrame with the contents of an interactive aspx page. There are a number of problems:Not all of the information appears in the iFrameInteractive elements do not workBehavior varies with browsers - Chrome has the most issues, Fi...
Help with iframe communications
We are using the hosted form solution for integration, and at first I had good luck with the iframe communication when a transaction was submitted, the example javascript code supplied on the authorize.net github account worked well, allowing us to r...
ThriveCart & Authorize net
We are using ThriveCart for our product checkout carts. Everything seems to be working great EXCEPT - capturing phone numbers inside the client profile of authorize.net.I have the phone field set to required on Thrivecart - but it is not passing thro...
Any modern way to "save" deleted rows to prevent accidental data loss? (MySQL + Javascript)
Hi,I am building a project that relies on data that arrives from the internet, thing is there can be modifications in which case I need to delete rows.This is done automatically by a script, but I want to prevent a case in which all the data is delet...
Should perform unit test testing
Hello! We are working on the website to watch anime movies, namely the website: KissanimeWe plan to apply an account registration method to watch movies in the futureSince time is limited, we haven't done any testing yet. Currently, we are trying to ...
Add woocommerce
Dear, If I don't add woocommerce, Can I get paid to Parkourspace? If yes, how can? Please reply me. Thanks!
Accept.js Recurring Payment getting customer name
I have gotten Accept.js hosted form to create a subscription. The problem is it wants the customer's name. I just have the hardcoded names from the example to get it to work. The customer name is in the hosted form but I do not see how it is passed t...
Hiding the "Company" field in the Accept Customer Hosted Form Solved
I am adding payment profiles to an existing customer profile using the Accept Customer Hosted Form. When I display the form for adding a payment profile, it displays the expected payment method and billing fields. One of the billing fields, "Company,...
Hosted Payment Form > Unexpected Error.
When we attempt to process payments using the Hosted Payment Form, all transaction are returning 'Unexpected error. Please try again.' upon clicking pay.We are utilizing the .NET SDK with package v2.0.1.Our transaction requestion is as follows:Dim tr...
Not able to get the response
We completed our application integration with Authorize.net last yer using the Iframe communicator approach and it was successful and pushed to production . But recently we had been having difficulty trying to get the response token leading to the ho...
Any examples of integration tests with good maintainability on Github?
By maintainability, I mean shows good patterns and how to setup the data for each tests. A problem that I often run into is, integration tests often requires existing data to be there. For example, if I want to test AccountService.payAccount(), perha...
Question about Unit Testing and Integration Testing
So I've been trying to get into testing for my own sake, and I feel like I'm misinterpreting the purpose of "testing" and the different types of tests. I know there are plenty types of testing. We have Unit Tests, Integration Tests, and User Acceptan...
Customer name missing for few transactions
Hello Team, I am using CIM feature api for storing credit card details for reference i am mentioning the request below i have used to do it. createCustomerProfileRequestcreateCustomerPaymentProfileRequestThe issue that i am facing it that for few use...
One time payment and recurring payment at the same time
I am using Accept.js and the hosted form. Is there a way to use the payment nounce to submit a one-time payment and a recurring payment? I don't want to have the user enter the CC info twice. Can I do something like this? authCaptureTransaction a...
Speed up page loading when there are many images Locked
I am making a website about football (tructiepbogda)I use a lot of gifs on the website to increase the eye-catching, but it reduces the page loading speed. Is there any way to fix it?Thanks!
The requested redirectUri does not match error trying to retrieve access token Solved
I'm trying to retrieve the access token after going through the redirect process mentioned here https://developer.authorize.net/api/reference/features/oauth.html Code and client_id have been changed to protect the innocent. HttpRequest req = new Http...
How to test Accept.js and have transaction show in sandbox Solved
I am getting back a successful transaction but it is not showing in my sandbox account. I read that is because I am in test mode, yet I cannot figure out how to get it out of test mode and still go to the sandbox. The other concern is I am putting in...
Store cardholder data
Hello. I`m implementing Auth.net right now. Can I collect cardholder data from my own web form, pass it to my server so it pass card data to Auth.net for create new customer/payment profile? I wont store any data in my db. As I understand I cant cuz ...
Reference ID not being returned in getting after transaction detail
I am trying to get the refId from the transaction details related to a webhook response to a Hosted Accept page (the payment page works, get a token, getting the webhook response with no problems) and the refId (our order number) that is sent to the ...
Testing a credit card that is supposed to decline but gets accepted
In developer mode, I've tested credit cards that usually give the correct response (invalid expiration date, invalid card number, accepted, etc.). However, when I enter in my credit card and intentionally put in something incorrect (such as wrong yea...
Need help intergrating ASP/Javascript environment to Authorize.net gateway
Hello, Is there any sample codes or modules that I can refer to connect ASP/Javascript environment website to Authorize.net gateway please?
Connecting ASP/Javascript environment to Authorize.net Gateway
Having trouble intergrating our website to Authorize.net gateway. Any sample codes? Authorize.net modules or programs samples please?
How do I set the invoiceNumber in the .NET SDK using VB.nET Locked
I have been trying to wrap my brain around the invoiceNumber field. It's blank in my transaction e-mail and I want to be able to set the invoice number in the VB.NET SDK. What I have found so far is that invoiceNumber is a part of the transaction req...
Sporadic connections for OAuth testing Solved
I'm trying to work through the OAuth process with redirecting to the merchant mentioned here. https://developer.authorize.net/api/reference/features/oauth.html#Redirecting_the_Merchant I have a test partner account and have the application configured...
Setting up multiple payment gateways
Hello, We're working on integrating a payment gateway for donations on a client's website. The client's parent organization uses authorize.net. Currently our client links off-site to the parent organization for donations, which isn't ideal for optimi...
Authorize.net and Magento 2.4
Magenta updated to version 2.4 and as of now, doesn't support Authorize.net. Will Magento 2.4 be able to integrate with Authorize.net at a later date? What are the necessary steps for customers that have Magento 2.4 and Authorize.net?
CORS issue on requests made within responseHandler
CORS issue on requests made within responseHandler. When trying to make an api call to submit the payment token generated from the hosted fields AcceptCore.js, it will trigger CORS issues sometimes. The issue seems to happen on and off. It works for ...