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.
EVM and Contactless Readers on a MAC POS system
I am developing some POS software designed to run on a MAC desktop machine. Are there any card readers that support EMV chip and contactless payments (apple wallet etc) that can be used with authorize.net as a processor in this type of enviornment? O...
DB Structure for Large Scale SAAS CRM
We are working on an early stage CRM Platform and we are currently suffering from slow request and database overload on bussiness inteligence and reporting pages,I don't think we can continue working doing live request on database on potentially over...
SQL Query vs Data Table Component
I was wondering what is the best way to access a database. We have a MySQL database on a web server and are running a local app accessing the data over the internet. I was wondering what is the advantages and disadvantages of using SQL Queries vs Dat...
Best way to solve an integral using Integration by parts. Locked
Hello everyone,,So I’m asking what’s the General way to pick which expression or variable should be put as u and which should be put as dv when trying to solve a integral using intervention by parts.If someone would like to answer how to decide betwe...
Connecting Workbench to a Proxy Server
Hi,I've had a random email forwarded to me by my line manager. He is trying to connect to a remote database, however he cannot connect because the port is not open. He has initiated a conversation with our IT function and they have provided the IP ho...
DB Structure for Large Scale SAAS CRM
We are working on an early stage CRM Platform and we are currently suffering from slow request and database overload on bussiness inteligence and reporting pages,I don't think we can continue working doing live request on database on potentially over...
Deferred discount
Hello everyone;We are currently developing an app, and we are a little bit stuck in regards to the payment feature. We would like the app to work like that:The customer enters his payment information and validates the payment for « $X or less ». From...
Webhook inactive test in sandbox stopped succeeding Solved Locked
We're trying to develop webhooks handling in our payment application. For development we have set up an AWS ELB to reroute to the internal development machine, and we are setting the webhook to go to the public address published by the ELB. We got th...
Updating ARB Subscription with Customer Profile
I am trying to update an ARB subscription so that it references the customer's CIM profile. The ARB was originally created WITHOUT a customer profile. According to the API for Recurring Billing - - Update a Subscription:Only the subscription ID and f...
Authorize declining transaction with cvv having leading zero(0) Solved
I am having issue where authorize is throwing error while processing card payment which has cvv code leading with 0 like 045, 030I am getting following errorThe 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:cardCode' element is invalid - The value XXXX is...
Working with MySQL cursor for a table with huge number of columns.
I am writing a procedure to convert data from multiple smaller tables into a 'flat' table with many columns(~100).I have a cursor defined which reads/joins data from smaller tables.So far I have seen that 'fetch' semantics works with explicit variabl...
Allowing empty passwords with MySQL8 for HaProxy
I'm setting up HaProxy with Mysql8 and I need to create a user with no password for haproxy.When I try to create a user with an empty password I get: "ERROR 1819 (HY000): Your password does not satisfy the current policy requirements".How can disable...
The remote name could not be resolved
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Net.WebException: The remote name could not be resolved: 'api2.authorize.net' at System.Net.HttpWebRequest.GetRequestStream(...
Please help me with integration by parts
Hello everyone,,I understand the general concept of integration by parts and can solve simple problems however this one has me tearing my hair out.Let f(x) be a function such that f’(x) = -(f(x)) Find the integral of x * f(x)...?
Accept Hosted profile Id shipping addresss
Hi, I am testing the CIM with Accept Hosted. When I set shipTo in the API call, the shipTo property returns null when calling from getTransactionDetails subsequently. Anyone else have this issue.
Fraud Detection Generates False Positive for All IPV6 Addresses
We are getting false positive responses from your fraud detection suite for every visitor who comes from an ipiv6 address. This is an increasing number of users, and as of late, we were getting 5 or more false positives for every legit mismatch on th...
Replacing AspNetCore.Identity.UI???
I recently started a new ASP.NET Core / React project with the dotnet new react template. I was pleasantly surprised at how well things "just worked" and quickly got some nice looking pages up and running using the material-ui library.Shortly after, ...
Authorize not Capture funds with gravityforms authorize.net plugin!!!!
'm looking into authorize.net add on plugin for gravity forms. I see there is a way to 'capture' payments, but with other plugins there is 'capture' funds right away and there is 'authorize' where it's not right away and the business can login to the...
I am very bad at integration. How can I improve before Fall?
Hello guys,,I'm really, really worried about Calc 2. Currently my GPA is 3.75 (it'll still be my first year in college officially, but I took a year of classes of dual enrollment so I'll be pretty much in sophomore territory starting out) and for my ...
Auto increment doesn't increment when using DEFAULT, but rather gives 0; Insert statement gives erro
According to a textbook and the Internet, using DEFAULT in a column that's defined as auto increment will use some generated value.For the second issue, the solution is to disable the safety update option or something similar. I am using a primary ke...
Fusing two queries
So I'm having some trouble piecing together this Select query. My goal was to smash together the usefulness of a Duplicate-searching query (labelled exhibit A), with the usefulness of a Marking query (labelled exhibit B).When I perform these queries ...
What are the right ways to analyse and tune up innodb_thread_concurrency in mysql 5.7?
I'm in a plan to increase thread concurrency in my production MySQL server 5.7 but not sure, before what are the params/configurations that need to be measured and configured to increase the thread concurrency to the right optimal value. When checked...
Is it useful to learn MySQL? Locked
Hey guys. Currently a college sophomore. This summer off from school has given me a lot of free time, so I am looking for things to keep myself busy. I want to learn some database management programs as I am planning on applying for data analysis int...
Authorized dot net hosted Form response issues.
I am trying to integrate Authrize.net's hosted gateway and I have successfully generated a token for the same.But after computing the payment how can I get payment status.Currently, I am using a local server and also let me how to redirect page will ...
E00013 Invalid Setting Value. hostedPaymentReturnOptions: maximum length is 1500.
We are usingAcceptHosted integration method, without IFrame or Accept.js. That means that user is redirected (via Post) to authorize. net payment page,and then AZ's payment page redirects user's browser back to our site, using the redirect url we pro...
Accept Hosted: how to get Transaction Id when credit card payment was successfull ? Solved
We are using Java SDK to leverage Accept Hosted integration method (without IFrames)That means, user is presented with a separate (not embedded) AuthorizeNEt payment web page, and when payment is successfull, Authorize.NET will redirect users browser...
How are mysqldump backups and restores usually done in remote servers like EC2?
Hi guys, I'm trying to find the best practice approach to backup and restore a mysql database in a remote server. Currently I'm using `sudo mysqldump -u root -p dbname > dbname.dump` using a script that is sent to the server, then doing an `scp` of t...
Problem using jQuery.UI.Combined NuGet Package
Using the 1.12.1 version with .NET (fromework specifically if it matters) it appears to download a bunch of CSS files from version 1.11.4, for example all.css and button.css (there are a bunch of them). I wouldn't normally think much of it but I was ...
"Object doesn't support property or method 'delay'" Error
I receive this error when trying to delay my code using $.delay(200) in my htm file. I'm not really sure what the problem is. I'm really just trying to pause my code for a second to let it process, and delay seemed like the best option because setTim...
Update ARB Subscription using PaymentProfileID gives Error: E00027
I am trying to update a subscription using paymentProfileID,But it gives Error: E00027 (The test transaction was not successful. (17) The merchant does not accept this type of credit card.) I am using account IN Live mode and the card details stored ...