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.

Where can I find minimal examples for Accept Hosted?

My goal is to have a simple button, called "Payment Form" or similar, and redirect users to a form hosted by Authorize.NET. Where can I find high quality minimal examples for Accept Hosted? I'm following this documentation article: https://developer....

customizing receipt

Hey guys, New user here. Did someone successfully modified their receipt using Authorize.net? I've attempted it by adding new variables but for some reason it doesn't work. Any inputs? Thanks,

steve2301
Contributor

Authorizenet logo Download

How do I download the Authorize.net logo? I want my users to know Authorize.net is doing the credit card process. I am using the Accept.js , which has an iframe inside web page for entering credit card info. If the page process correctly, I go to my ...

Intermittent accept hosted iframe issue

We've been using the Accept hosted iframe (https://accept.authorize.net/customer/manage) for several years now without issue. Within the past month we've received numerous reports from customers and internal employees that the hosted profile page is ...

M3QDev2020
Contributor

set default Credit Card

I want to set a default credit card to make a payment from in HostedPayment. I have 5 credit cards entered. When I call the HostedPayment Page, it shows list of 4 recently added cards with a radio button to select a card or add a new card to proceed....

E00104 - Server in maintenance

Hello,We've been trying to capture some authorizations today, and we're getting this error:E00104 - Server in maintenance Can somebody tell me what's going on?

Issue with Nodejs SDK update credit card

In the Nodejs code to update credit card information, I realized on Github, that some code is missing. A week ago, I submitted an issue on this problem, but I got no response. I have a working version, and I will like to contribute by updating the co...

Help needed - .Net Web Application and New Entrust Certs Install

I only deal with this stuff every couple of years. It's an older website in maintenance mode. We don't get customers using CC very often. Can someone please give me step by step instructions on how to install the new 2020 certs for Entrust into a .Ne...

Intergration accept.js with angular

Hi, I want to implement payment gateway in angular using the below code Checkout Here i need valid tokens to run this. how to generate the valid tokens in angular. how to call getanAcceptPaymentPage() in client side to generate tokens if you have any...

.net core 3.1 Integration testing with in memory DB provider.

.net core 3.1 Integration testing with in memory DB provider. Has anyone experienced issues while doing it ? Problem is that always real DB from web api is being used. Somehow I am not able to override this behavior. Any help will be appreciated than...

Suscribe from Cameroon/Africa

Hello,My Company is base in Cameroon/Africa and i need a payment gateway to allow direct card payment from a custom form on my app.Is it possible ?

steve2301
Contributor

lineItems load from database C#

I am trying to load info from a database into "lineItems". Like : lineItems[intLoop] = new lineItemType { itemId = "1", name = strItem, quantity = intQty, unitPrice = decPrice };If I set strItem="Another test description"; before the lineItems, it WO...

Missing or invalid token

I'm getting "Missing or invalid token" message when I submit the data elements via custom form.I'm using https://test.authorize.net/payment/payment

How to handle db password change in a live service

Suppose I have a REST application running on a remote server which connects to a mysql database. Now let's say the password of the db has to be changed. What are the right methods and practices that has to be followed to avoid failure of requests.One...

ColdFusion AIM integration: upgrading from MD5 to SHA512?

Have an existing, working AIM integration program written in ColdFusion, but currently uses MD5 hash. Am having a hard time finding much in the way of sample ColdFusion code on the site to help in the migration to the SHA512 hash. I've gone in the Sa...

Android integration

hello, I am using the Github code of android. when I replace the client key and login id with my sandbox detail. It gives me E_WC_14 invalid authentication values.

Integration accept.js with angular8

Hello,I am angular developer and I want to integrate accept.js with angular8. So, If you have any sample then please provide. Thanks in Advance.

EddieLascu88CNP
Regular Contributor

Missing or invalid token while tokenizing a credit card

Hi there, We have run into a very strange issue. One of our clients has an issue creating a new Payment Profile. The error message that she's getting once she navigates to the "https://secure.authorize.net/customer/manage" page is "Missing or invalid...

steve2301
Contributor

Get value of City in Accept.js C#

The Accept.js has an inline form for entering Credit card data.On that web page, I have several hidden fields. Example city='Dallas"After entering credit card data, Authorize.net sends the response to my Csharp web page.In the C# Page_Load, I can do ...

API endpoint for Settlement Statement

Hi, In Settlement Statement page, we can see the transactions processed through the payment gateway account. https://account.authorize.net/help/Account/Statements/Settlement_Statement.htm Can we get these transaction details and Account balance using...

.NET Standard integration with .NET Framework causing much pain

We have an initiative at work to move all of our servers to Linux, so we're trying to incrementally move to .NET Core by making all of our new code .NET Standard.We have an internal Artifactory server that we're pushing these new .NET Standard packag...

Accept Hosted Redirect - Invoice Number and Amount do not show?

I am working on moving from the deprecated SIM and Simple Checkout methods to Accept Hosted. Currently working on the "full screen Redirect method" for simplicity. So far I have things working as follows: Successfully getting a Token via the getHoste...

Blank payment page in Chrome

Our web application has been working fine for the last 5 years with Authorize.Net payment page. Now the page opens balnk in Chrome while it work fine in all other browsers. Please advise.