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.
Trying (and failing) to get Perl DBD::mysql bindings to build on MacOS (Mojave)
Just wondering if anyone else has run into this and has a solution that doesn't involve multiple reboots to disable and reenable CSP? It seems that the fact I can't install or even symlink stuff under /usr/lib is holding me back; linking the MySQL li...
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,
Magento 2.3.3 integration error: Error reading JToken from JsonReader
Using Magento 2.3.3, I've set up a sandbox Auth.net account, and added the API Login ID, Transaction Key, Public Client Key and Signature Key to the admin configuration, enabled the Payment Method and cleared the cache. On checkout, selecting the Aut...
MySQL LAST_INSERT_ID() always returns 0 when executed in Stored Procedure
MySQL instance every Stored Procedure now returns 0 for LAST_INSERT_ID() after an INSERT with EXECUTE even though the record is properly created! And if I manually execute the SQL insert, I get the LAST_INSERT_ID() just fine. So this is only happenin...
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.
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...
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.
how to performing a credit card transaction using accept SDK android
I am using accept SDK android after getting Data Descriptor and Data Value how to perform transactions?please give me any sample code for performing a credit card transaction using accept SDK android I have sandbox credentials too --Best Regards,Azar...
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...
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...
MySQL/MariaDB was crashing because of the Fast startup on Windows 10
I have been facing issues with MySQL crashing when first queried after the startup. I had the issue with both MySQL 5.7 and MariaDB 10.4.At first, I tried the delayed start of the service. Then I tried launching the service via Task Scheduler. Someti...
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...
Accept.js - request.api is called twice / returns nonce + error
Hello-Thank you in advance for any assistance. I am using Accept.js to capture card data. In the dev console I can see "AcceptCore.js" is called on page load. When I take action (click submit), I can see in the console that two calls are made to:http...
CIM API: Search for customer based on customer ID (not profile ID)
This was asked a long time ago (link) but thought I'd check to see if anything was done on this front. We have a reasonably large database of customers and pulling the entire list is a huge waste. Doing a createCustomerProfileRequest (to return an er...
Google Pay Integration
Hi,I am trying to integrate Google Pay with the Android app to get a token from Google Pay app and send it to our server, which in turn will pass it on to Authorize.net for processing. I was able to get the payment token by using the API key provided...
Successful credit card settlement report meaning
Hi! I was sent two emails yesterday (they were automated) stating this;The following is your Credit Card settlement report for Sunday, January05, 2020.Transaction Volume Statistics for Settlement Batch dated 5-Jan-20207:44:56 PST:Batch ID: 768778511B...
Looking for developer for a website.
hey I am looking for a developer to develop a website for a cryptocurrency exchange niche.Ping me for more details so that we can comeup with a deal
MySQL Ring Buffer Best Practice!!
Hello, 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 requirements is ...
GetTransactionListForCustomerController in sandbox
Hello, Should GetTransactionListForCustomerControllerwork in the sandbox? I tried calling it right after successfully runningCreateTransactionRequest for the same customerProfileId and it did not return any records. Is this expected in the sandbox?If...
Does GetTransactionListForCustomerController work in the sandbox
Hello, Should GetTransactionListForCustomerControllerreturn records in the sandbox if transactions were run for the customerProfileId?
Processing Error
It appears we have had issues for quite sometime now and I am reaching out for help We have use wordpress and have the latest version of WordPress 5.3.2 and the latest php 7.4.1 using Bridge for the wordpress theme and these plugins as follows.The Ba...
ANetEmvDesktopSdk.dll
Is there a .Net 3.5 version of ANetEmvDesktopSdk.dll Thanks,
ANetEmvDesktopSdk.dll
Is there a .Net 3.5 version of ANetEmvDesktopSdk.dll Thanks,Mudassir
Refund fail entry not displayed at Merchant Account
Hi, We are working on refund process and it's working fine. We have query for refund failure process. When refund process has been failed it's entry was not displayed in merchant account. Is authorize.net not displayed refund failure entry in Merchan...