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.

CC95
Contributor

Receiving Error COMM_LINK_UNINITIALIZED

I am using the Authorize.Net In-Person SDK for Android with QuickChip in the background (performing EMV transactions without the provided UI). My first transaction always goes through successfully but after that one I receive the error when this code...

Nondescript API Repsonse Offers no way to troubleshoot

Hello, I have a client who recently switched payment processors and as part of that their new processor set them up with a gateway account using Authorize.Net. They are using Magento 2 and its built in Authorize.Net capabilities. We've gotten all of ...

ncpenn
Member

eCheck with Accept.js and Error codes not working as expected

In reference to the testing guide here: https://developer.authorize.net/hello_world/testing_guide.htmlWe did a an echeck transaction for $13.01, but it settled correctly and didn't produce the C01 error per the testing guide.Are we missing something ...

I can't create the new Webhook

I tried to create the new webkook on sandbox APIMy JSON{"name":"Webhook Nopcommerce FoxNetSoft","url":"http://www.demo440.ars-test.ua/plugins/authorizenethostedcheckout/webhook/","eventTypes":["net.authorize.payment.authcapture.created","net.authoriz...

CC95
Contributor

How to get transaction ID from Non-EMV transaction (Android in person sdk) Locked

I am creating an option for customers to key in their card info rather than swiping. It's my understanding so far that this sort of transaction would be a non-EMV transaction. I have it working but I am wondering how the transaction ID can be retriev...

Question about API with ASP.NET Core

so im looking to make an api the use of asp.net, basically responding a json whilst getting a url.my query is, i understand a way to answer api calls with get, however how am i able to ship from the api to the patron? is that feasible?

Transaction with Expired status

Hi, I'm using CIM for the transaction process but in a few transactions I'm getting Expired Status, I checked status info here:https://account.authorize.net/help/Miscellaneous/Pop-up_Terms/ALL/Transaction_Status.htm Expired means — Transactions that ...

Include IP address in data export

Hello all, We are logging Customer IP in Authorize.Net transactions and we are using it with the included Fraud Detection Suite. I am trying to extract historical order data from Authorize.Net, but I am not seeing it in any of the exported file optio...

Unable to process refund for some settled transactions

Hi,I am working on an E-commerce project. I have an error while refunding the settled transactionError: "The sum of credits against the referenced transaction would exceed original debt amount."I have given the exact amount that has debited for the r...

How can I capture a CAD currency

I want to charge cad currency and use "cad" as currency code,but got error Error message: The supplied currency code is either invalid, not supported, not allowed for this merchant or doesnt have an exchange rate. Anybody helps?

w88wins020

กฎบาคาร่าและกฎบาคาร่า W88 เป็นเกมการพนันออนไลน์ในเอเชียและแนะนำอย่างมากสำหรับเว็บไซต์เดิมพันออนไลน์ https://w88wins.net

Where Do I Find Webhook Logs and Test an Active Webhook?

I am trying Authorize.net for the first time and have successfully setup a sandbox checkout option using the Accept Hosted redirect method, but as far as I can tell my webhook is not receiving the net.authorize.payment.authcapture.created event or if...

Idea to limit spam in this forum

As it seems most SPAM messages contain a link somewhere in them, I suggest simply removing the ability to include links that are not on the authorize.net domain. Either that, or force the registrations to be tied to a valid authorize.net account inst...

Collect Tax and Credit Card Fees in Payment Gateway

I'm using the authorize.net payment gateway on my LMS site, which is run by Docebo. We charge fees for enrollment of online and in person courses. Docebo's e-commerce tool is pretty light, so I need to add a tax field and credit card processing fee f...

w88wins019

อยากเล่นการพนันอย่าลังเลที่จะไปที่ลิงค์ w88 ใหม่https://w88wins.net 

Can't Edit Word Documents

Hello Friends. This is my first post in this forum. Recently I am suffering from an issue with my computer. Yesterday I saved some word documents from the office on my home computer by pen drive and I can't edit or modify them in any way. I don't und...

How to find the best keywords for a new post?

Hey everyone,I have started a new post is https://itprospt.com/1-and-1-webmail/ and I am not finding the ways to find the best and rankable keywords for it.Can anybody tell me how to find it?

Change tag position

Here is the article on my website: https://itprospt.com/bootrec-fixboot-access-is-denied/I want to put the tag at the bottom of the post but don’t know how. Can you help me?Thanks!

Partial refund error

Hello,I am trying to sent partial refund but get error code 5 "A valid amount is required." $creditCard = new AnetAPI\CreditCardType(); $creditCard->setCardNumber($lastFourDigits); $creditCard->setExpirationDate("XXXX"); $paymentOne = new AnetAPI\Pay...

C# web page load testing/pinging tools

Does there exist open source tools for testing web page loading? Ideally I would like to "ping" my corporate intranet webpages at given intervals to monitor load times and verify that the page still loads. Especially I do not quite trust the VM serve...

Looking for a better API testing tool than Postman

I've been using Postman to do my API testing. I like it generally as it's UI is ok and it's free. However, as I've gone on using it, it's become increasingly slow - not just starting up and sending requests, but also navigating the UI. I've checked m...

Getting Test Subscription with ARBGetSubscriptionListController

Hi, I am calling:controller = ARBGetSubscriptionListController(request)controller.setenvironment(constants.PRODUCTION)controller.execute()But this is returning non production subscriptions even though I am using my prod credentials. Why is this?