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.

CIM, Accept hosted and card codes

Hello,We are integrating CIM and the Accept hosted payment form. Our issue is when a customer saves a payment method for future use, then returns to make another purchase using the saved payment method.When the customer selects the previously saved p...

dot123
Member

Card Payment Issue

Hi,A customer tried to do a transaction today but could not get past entry of their card. This resulted in them rentering multiple times. The logs did not capture this. Please advise how we can capture and rectify whatever problem continues to be enc...

dot123
Member

Card Pament Issue

Hi,A customer tried to do a transaction today but could not get past entry of their card. This resulted in them rentering multiple times. The logs did not capture this. Please advise how we can capture and rectify whatever problem continues to be enc...

Can I use Accept.js to manage customer payment profile?

I know I can use Accept hosted to allow my customers to manage their own but I customization seems to be limited. I mean, I can't even disable `bank accounts` when creating a new payment profile. I would like to build my own form and have it posted d...

jh4pmd
Member

Testing Specific Response Codes

Hi, I want my application to respond to the following response codes in a certain way: 57 An error occurred during processing. Please try again.E00001 An unexpected system error occurred while processing this request.E00104 The server is in maintenan...

What exactly is .NET, and where is it used?

I've scheduled to take an eight-week course on C#/.NET here in the next few weeks, but I admit that I've got little idea as to what it is .NET actually does. I've read up a bit on it, but what I've read thus far has been pretty vague. Where is .NET u...

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, ...

Index out of range error

I've got a GridView and i'm attempting to read the previous row without having to make an extra DB call, but there is pagination enabled on the grid, so when I click on the last row of the grid, it throws and index out of range. I know this is becaus...

Cache API response for multiple parameters

Hi! I have a situation where I need to query a table that increases it's size by 200k records every 3 months. There is an API that runs the stored procedure using Dapper. There are 10 to 15 different parameters that affect the query results.What woul...

Authorize.net getHostedPaymentPageRequest

Hello,Is there a way I can send some information about each transaction while getting a token from getHostedPaymentPageRequest. I tried with order but the order doesn't get back in getTransactionDetails. Once the payment is success, I want to retriev...

deeban
Member

Authorize.net support for Vuestorefront

Is there any support for authorize.net with Vuestorefront?I am planning to develop mysite as headless magento site with Vuestorefront. authorize.net payment gateway was integrated in Magento site. So I need authorize.net support in Vuestorefront.

MySQL Ring Buffer Best Practice!!

Hi Everyone, 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 requiremen...

How to send invoice number while charging customer profile???

We are using following api to charge customer profile.https://developer.authorize.net/api/reference/#payment-transactions-charge-a-customer-profile We are unable to find "invoice number" parameter in request. We want to charge customer profile for th...

jrm89
Member

Accept.js - Sandbox: Library is not coming from Accept server

Today I attempted to deploy me application to a DEV server and I started getting the following error: Library is not coming from Accept server--- a7e38542d3a404b4b3ac37a7252bca2e7f3dd724a357aa93ce22f413e74333c3 Here is the script I'm including: It w...

Accept.js encryption failed. in Edge

We are experiencing an issue only in Edge with our Authorize.NET implementation. Payments go through in testing and production in all other browsers except Edge. I set up a very basic implementation to determine if it was a javascript error that was ...

Baskar
Member

What is your favourite unusual integration technique

Hello everyone,,Any one tell me some unusual or advanced integration techniques, I am already familiar with the standard ones like u-substitution, integration by parts, trig substitution, partial fractions, Feynman technique (differentiation under th...

E00007 error when refund - authorized is ok

When i tried to perform a refund on production, i got the error "E00007 - User authentication failed due to invalid authentication values.". However, we still be able to accept authorize payment. This means our login and transaction key are still val...

ksingh
Member

ARB Transaction Retrieved via Webhooks, but no Subscription data

My issue is similiar to - https://community.developer.authorize.net/t5/Integration-and-Testing/ARB-Transaction-has-no-subscription-data-attached/m-p/67112/highlight/true#M40583, which I don't believe was answered. A general workflow for our renewal p...

Google Pay for the web integration with Authorize.net problem

Hello guys, Recently (well not really recently) Android Pay has been replaced with Google Pay,and its documentation AND javascript API has changed (and previous doumentation is not available anywhere). I am trying to implement Google Pay "for the web...

Spam on forum

Hi,We are getting inundated with spam on the forum. Is there anything users can do (including me) to help address this?

Growing beyond MySQL, or accommodating hundreds of connections

I'm the last developer standing on a team that uses MySQL as the database for a Tomcat webapp. We've got dozens of web requests coming in at any given moment, and about 50-60 M2M connections happening via an MQTT-like Java service running (also runni...

Is it possible to handle 1000 concurrent while having low cpu?

We're running Centos 7, we're in the process Mariadb 5.5, upgrading to 10.3 today. PHP 5.The queries are bad, and there are far too many of them to optimize, but I'm trying what I can, the database structure is bad.The client doesn't care about query...

How to produce good documentation

So I've done 4 parts so far, but then I stopped after a some users on LinkedIn decided to flame me, some comments where valid, some I felt not.I know its not perfect, and I've a process of learning to go through, but thats why I blog, I also chose th...

When Charging Credit Card Get PKIX error path Exception

Hello, I've been using Authorize.net for a long time now, and with Java I have come to a problem with the SDK. When I use the following below code I get an error. Please help. What must I do to resolve the issue? The response object returned is retur...

SOAP API directResponse documentation

I'm trying to find the documentation for the SOAP API and it seems to be removed from the website. I have to fix a bug in an old implementation using the SOAP API and I'd like to know what are each separated values in the directResponse field of the ...

Receiving E00027 error for invalid amount

Hello! I am attempting to test my ecommerce solution against the sandbox, but I'm unclear on the rules for which transaction amounts will be approved or declined. I am receiving and approval or a decline depending on the amount. The error I get back ...

Accept.js Saving Payment Method

I have been trying to integrate Accept.js and the CIM into my website and so far it has been rather straight forward but I have run into a bit of a road block as far as payment workflow. How my workflow works is pretty similar to a lot of checkout pr...