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.

Verify webhook in python Solved

Hi all, I'm trying to verify the webhook when I receive the notification in a lambda function in python. This is currently how I'm doing it, but it doesn't match the X-ANET-SIGNATURE, wondering if anyone can help me out here. Thanks! SIGNATURE_KEY= o...

How to integrate payment method

I have a real estate website where I help people to buy & sell their property under one roof where we are covering different projects. I want to add the secure payment method for my clients which has full security so that my customers feel safe and s...

Invoice processed twice

Hi, An invoice was processed through Authorized. net API which was actually processed twice with a second difference.First it was failed with error code E00027 and second time processed successfully. Both was logged in database and upon checking in a...

ApplePay with multi-tenant application

I support a web application that is a multi-tenant application. My clients each maintain their own authorize.net account, and provide my application with their transaction keys, and I am able to collect payment information from my application's users...

Cannot link PayPal in sandbox

In sandbox account, under digital payment solutions, when I click "Sign up" on the paypal integration option, I immediately get a red error message that says "Unable to display PayPal information. Please try again later." This is does not seem to be ...

Approve eCheck Refund Transaction - Transaction Not Found

When I do a refund for an eCheck transaction in sandbox, the refund transaction is pending for approval. Rejection is fine. However, when I try to approve, I keep getting error "Transaction not found". Is there anything I need to do to make it work i...

What Is System Center Virtual Machine Manager (SCVMM)?

Microsoft released the System Center suite of applications to facilitate the management of large heterogeneous data centers. Read this post to learn about Microsoft System Center capabilities and components, System Center Virtual Machine Manager (SCV...

Google Pay Gateway ID, Encryption Question

I am trying to implement Google Pay payments into a mobile app. When requesing a google pay payment token, it is necessary to specify a gateway and gateway merchant ID, however Google Pay does not give any guidance in documentation for what should go...

ARB Pricing Update

We currently have ARB setup for about 5000+ customers for a service based company. They're raising the price that bills annually. Are they any examples how to batch process this without doing it manually? Thanks!

Refund an eCheck transaction

I'm developing the refund functionality for eCheck transactions and so far haven't been successful in sandbox. When I look at the transactions in the portal, the status seems to be stuck at "Pending Settlement". So I guess that's probably the reason ...

Authorize api help

I use Authorize.net for my Shopify shop. I would prefer to use Shopify's own payment processing (which is via Stripe), but because I sell dietary supplements, I'm prohibited.Authorize.net assigned me the Merchant Service Provider (MSP) of Cybersource...

why website loading time is slow

my website loading time is slow although am using good hosting i want to increase its loading time. can any body guide me about it Thanks

How to solve my fiber optic device problem

My fiber optic device are again and again creating problem. it it shows net not working and after restart device it connect again . and its happening after every hour how to solve this issue . and what can be the possible reason to this problem ?

Need to get batch statistics report

I need to create a webpage that can call the api https://developer.authorize.net/api/reference/index.html#transaction-reporting-get-batch-statistics and return it to the page to either print or email a pdf of to a user any suggestions on where to sta...

Coding standards

I have been reviewing the api and sample code and was hoping you could share your coding standards? I see were classes and public properties have lower case for the first character which conflicts with the standards I have been familiar. Also, see wh...

Windows In person sdk augusta device not connecting

I have built the sdk in c# and am able to navigate the windows, But the system will not recognize that a device is plugged in. The device turns blue when connected but I keep getting a "no device" message. I am not getting any errors in my console.

Accessing the Tp-link Extender Setup wizard for network access

The Tp-link Extender Setup page will help you access the settings page wherein you can configure the network settings seamlessly and begin extending your existing home network to places where the network coverage is less. For help with the setup and ...

continuous integration and testing

I realise that there are such tools that are called/perform 'continuous integration'. E.g. travis and jenkis.I have never really got to understand what does continuous integration really mean.I also would like to know do these kinds of tools automati...

Why do you need an Uber clone app for your taxi business?

Creating an Uber Like App has become so simple as there are many software companies that help you create a clone version of it.Uber transformed the transportation business by allowing users to switch from traditional ride-hailing to booking a cab usi...

Webhook w/ x_description

Hi! Based on other discussion posts it's come to my attention that silent post is deprecated. I'm just wondering with webhooks if it's possible to have something similar to x_description. Essentially, I need a way to track the page the user has made ...

Regarding Create Customer Profile Response field

Our application, will hold multiple authroize.net accounts. We have recently noticed couple customer profile records are having the same customerProfileId (event the emailid, names are different) across different authorize.net account. Can some confi...

Issues programming Prior Auth Capture for AIM Integration

I am trying to determine the correct TRANSID field from a Auth Only approved response so I can pass it in the Prior Auth Capture request to get an approved response. Currently I am getting the error "A valid referenced transaction ID is required." I ...