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.

webhook Endpoint UR error message

Hello, I am getting below error message when tryning to create a endpoint. Error:Please generate a signature key from the Merchant/Partner interface to create a webhook. My Endpoint URL looks like this... https://my.domainname.com/rest/v1/webhock wha...

Marketplace Authorization

Hello, We are building a marketplace in WooCommerce and our sellers should be connected to their respective Authorize.NET accounts from our site. Is there a OAUTH authentication supported by Authorize.NET where all our sellers can connect their accou...

payment

I have a requirement for my customer to charge 70% instantly and charge the remaining amount on a specific date. Is this possible? I tried to do with recurring payment by setting the 70%the as trial amount and remaining as the first-month charge. But...

tdissi
Member

createTransaction, CIM, Accept js and retrieving card number

I am using the create transaction API along with CIM to create a customer profile and payment profile in the same transaction as the card authorization. I would like to retrieve the last 4 digits of the credit card within this same transaction. I am ...

API Integration with Updated Dataset Version

An API (Application Programming Interface) is a standardized, documented interface that allows one computer application to "talk" to another mythdhr computer application.Others in the thread have given similar definitions, but they've missed the most...

Webhooks stopped working on Sandbox and Live Solved

Hi everybody. Here is the issue:From November 2020 my webhooks stopped working, endpoints are there, but I'm not getting any data from authorize.net. I didn't make any changes, it just stopped working. I tried to recreate that endpoints and nothing i...

btq
Member

Product subscription integration with Shopify

I'm helping a client set up a store selling CBD products on Shopify and want to set up subscriptions for them. But due to recent policy changes, Shopify no longer allows subscription apps like Bold and PayWhirl to use third-party payment gateways lik...

Gafana
Member

Integrating EMV with existing in-person Web-based POS system

We have been using Auth.net for over 10 years now for online and in-person credit card processing. Our POS system is web-based for desktop and works fine with mag strip cards. EMV is a whole different world. We have gotten the BBPOS chipper to work f...

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

.NET Core viable for REST API?

Hey, just wondering what the viability of making a REST API in .NET core today is. The backend in question will be used to interact with an app made natively for iOS. It needs to be properly stable and scalable. I want to use a NoSQL database (I've p...

Host recommendations for a .NET Core REST API?

Azure seems easy to get set up, but the SQL support gets expensive, and I'm just a solo startup.Just wondering what others are using and if you have any alternative suggestions?Thanks in advance!

Best Framework for API Automated testing?

I'm looking for suggestions on frameworks for API automation. Currently the candidates are integration tests through Spring Boot, junit, and postman. Which one of these would be the best solution? If there is a better solution, please comment below w...

SP organization best practice

Looking for some guidance on best practices for organizing stored procedures. I have a stored proc that moves data from staging DB to a data warehouse and am wondering if it's best practice to put that stored proc in the staging DB or in the data war...

Where can I learn API testing thoroughly?

I’ve setup an automation framework using SpecFlow / Selenium WebDriver / Appium / C# / POMThe web app I will be testing uses various APIs and services like RabbitMQ etc.Where is a good place to start to learn API testing in C# ?I’ve checked Udemy but...

Best courses on web api testing with asp net core? Locked

Hi,I would like to start learning about how to test my web apis created with asp net core 3. Have been looking for a good course but wasn't able to find any. Do you know of any good course available?Cheers!

Accept Payment Hosted Paypage Response Interrupted

Hi, We have implemented the Accept Payment Hosted Paypage in order to take advantage of the lower PCI requirements. In 99% of payments, the process works great. Our customers are able to process their cards and the system responds, via the communicat...

Figuring out a mysql master/slave setup

I know that I still need to do a lot of reading about mysql replication, but since it seems to be a huge subject, I'd like to figure out what I could focus on as a start. In particular, I'm interested in a solution that I can deploy by myself on my h...

Request Timeout period

I need to define query/response timeout for my services which interact with Authorise.net. I don't have any service that takes more than 60 seconds. However Authorise.net took 120 seconds once.We wanted to know the timeout value so that I can have th...

API testing tips?

So my team went over our latest project today, and we're building the APIs for a mobile app (mobile app itself will be outsourced). I've never tested this sort of thing before, so any tips to help with the testing would be much appreciated!Some notes...

API Testing

Recently I joined a project, which already has relatively large code-base. This project contains primarily a back-end service which exposes a large number of APIs (somewhere in between 200-300). These APIs are used by numerous clients (Mobile Apps, W...

Advice on API Testing

I have been assigned a task to create an API that will be used in an iOS and Android app to communicate with a database, we're using phonegap and the app will interact with the api via AJAX.The API is not going to be "public" it will only be used by ...

What do you use for testing Web API?

I want to test my API (automated) through executing https requests , passing different inputs and evaluating responses while also being able to mock data if the requestor(user-agent) is this api test client. Does a tool like this exist? How do you do...

Problems iFrame sourced from an aspx page

I am trying to load an iFrame with the contents of an interactive aspx page. There are a number of problems:Not all of the information appears in the iFrameInteractive elements do not workBehavior varies with browsers - Chrome has the most issues, Fi...

Help with iframe communications

We are using the hosted form solution for integration, and at first I had good luck with the iframe communication when a transaction was submitted, the example javascript code supplied on the authorize.net github account worked well, allowing us to r...