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.

Sending info through URL to prepopulate form

I'm new to Authorize.NET. We are using the service for payments on our website. We want to prepopulate the amount and the form with information from our site. We are using ASP.NET MVC. I'm at a loss on where to start. Any help would be extremely help...

Accept.js Enable Paypal Payment Option

We want to enable the Paypal Option in the hosted payment form, currently, we are using the Accept.js lib. for show the credit card information but there has an option missing for pay by Paypal. Please help us to enable that option.

Processor support for EMV devices

Hi, On your EMV Chip FAQ page it says that support for Paymenttech will be in 2018. Can I get an update on if that is available yet? And could I get an update on Global, Elavon, WorldPay, and EVO? Regards.tellgamestop

Highlighting words with chrome extension

I've been trying to make a chrome extension to highlighting some words on every page. There is no need for additional functionality, just the highlight names as you would get from Ctrl+f. I've been trying with jQuery selector :contains but not gettin...

airman81
Contributor

Perl example based on Accept.JS

I spent some time putting together some Perl code for anyone interested. It’s based on Accept.JS. I’ve included my example sandbox code below. It’s not complete but should provide the process flow and technique. I’m sure there’s room for improvement....

Certificate Update when using the PHP SDK?

With the network change from Akami to Cloudflare, authorize.net has set up a (somewhat confusing) FAQ that tells us to update a certificate.Do we also need to update the certificate if we're using the official PHP SDK API from the Github repository?T...

JsonReader Error with Authorize.net Magento 2 Module

I recently upgraded one of my clients to Magento 2.3.3 and they've recently switched to Authorize.net for payment processing. Using my test credentials on their site to verify the Authorize.net module worked, I had successful transactions with my san...

Accept.js implementation (hosted) without a modal?

I'm trying to implement Accept.js, option 2 (Embed our hosted, mobile-optimized payment information form in your page to collect the card information in a PCI-DSS SAQ A compliant way.) From following the documentation, it looks like it uses a modal i...

Sandbox Worked Lastnight, and is now failing Solved

So last night I was able to get the following code to work. Fast forward to today and I'm working on payment profiles, go to run my end to end tests, and now this that's been working fails. I rotated my transaction keys an hour ago to no avail. def i...

Confused About Certifcate Requirements on network change?

From the following post: https://support.authorize.net/s/article/Authorize-Net-Network-Change-FAQ "Needed Action: Ensure certificate is installed/trusted by host/solution, Entrust L1 K certificate. Please consult with your developer/solution provider...

Processor support for EMV devices!!!

Hello everyone,,On your EMV Chip FAQ page it says that support for Paymenttech will be in 2018. Can I get an update on if that is available yet? And could I get an update on Global, Elavon, WorldPay, and EVO? Thanks,

Accept.js integration with angular 8

Hello sir, I am a intermediate angular developer and i need a help to integrate accept.js with angular8. So, If you have any sample then please provide. Thanks in Advance.

Mintu
Member

What payment gateway to use?

Hello everyone,,im recently setting up my new startup and have been posed with the decision of which payment gateway to choose.in my startup (www.uxmonkeys.com) we dont really need anything more than simple payment and, in the future, subscription sy...

Testing Declined Transactions in Sandbox

Our company builds website for credit card transactions. Our clients are large organizations that allow their member to pay their monthly dues online. We build Tests Cases for all possible Transactions that can occur. Moreover, our test cases include...

airman81
Contributor

Need help on best method to write my own form and interface

Does anyone know if there are any other API methods similar to accept.js where credit card data is contained client side? I’ve experimented with accept.js and would like something with a bit more of my own coding. I’ve built an example using authoriz...

Testing Recurring Billing

Hi, In sandbox.authorize.net, is there a way to trigger a Recurring Billing run? My subscriptions are 365 days, which is obviously too long to wait, but even if I make the subscription the minimum 7 days, that's still too long. I'd like to ... - Run ...

Test Recurring Billing

Hi, In sandbox.authorize.net, is there a way to trigger a Recurring Billing run? My subscriptions are 365 days, which is obviously too long to wait, but even if I make the subscription the minimum 7 days, that's still too long. I'd like to ... - Run ...

Sandbox signin down?

It looks like the signin page is possibly down for sandboxes? I just get a blank page when I try to go to that page. I can successfully connect to it from the api, so the sandbox itself isn't down just access to it from the web.

Lock and move specefic database

HiI have a MySQL server on CentOS running multiple databases. The mysql data directory is the default directory of /var/lib/mysql in that directory the databases are symlinked to other locations (I have a LVM for each db, mounted on specefic folders)...

Error setting up MYSQL, Linux Mint 19.3

I used the following command:sudo apt install mysql-server || and I get the next errorSetting up mysql-community-server (8.0.18-1ubuntu18.04)...Job for mysql.service failed because the control process exited with error code.See "systemctl status mysq...

rev23dev
Contributor

Allow query string in webhook endpoint urls

Hello. I use Azure Functions to host my webhook endpoint. For authentication you provide an API key as a code parameter in the query string, like so: https://.azurewebsites.net/api/?code= However, attempting to add this as an endpoint in Authorize.ne...

simplified table auditing configuration options in mysql?

I'm creating my first MySQL database although I have 10+ years in SQL Server. I think SS has an auditing option which will automatically record the history of all row changes. I'd rather not add the following columns to my MySQL tables b/c this is da...

jayagnew1
Contributor

Rounding Rules when third decimal place is a 5

Hi, Can someone share or provide documentation, i.e., Rounding Rules on why Authorize.Net would round 12.625 to 12.62 instead of 12.63? I saw another related post suggesting to round up then submit but I honestly do not see that as the answer to my q...