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.

How & where to get started with Unit Testing?

I've been using C# for years yet I've always avoided unit testing like plague.Recently though I've been wanting to start writing better code and get started with Unit Testing but I have no idea where to start.I'm mainly working with REST APIs these d...

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

Updating ARB Subs 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...

steve2301
Contributor

How do I add tax to my receipt?

In C# I have var othertaxrate = new otherTaxType { localTaxAmount = Convert.ToDecimal(HttpContext.Current.Request["TotalTaxamount"]), nationalTaxAmount = Convert.ToDecimal(HttpContext.Current.Request["TotalTaxamount"]), alternateTaxAmount = Convert.T...

steve2301
Contributor

Production Change Merchant Contact Information printed on receipt

Did my first Production credit card charge.I get a receipt. At bottom of page it has Merchant Contact information How can I change/ stop that from being printed on the page?Actually I would like to remove the Email from the Merchant Contact Informati...

Right way to 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...

steve2301
Contributor

what Steps to switch between sandbox to LIVE

I am ready to stop testing in sandbox and do a credit card in LIVE. Somesaid I need to turn TESTMODE off. Where Do I turn Test Mode off? Is there a List of steps to do to switch from test to LIVE authorize.net? Thanks, Steve2301

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