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.

Upgrade Purchases Returning Error

In our system, we have the concept of an upgrade within our system. When a customer of ours purchases a product, they can purchase an upgraded version of the product after the fact. The way we process that is by doing a charge API call to charge them...

ClassCastExceptions with JSON response Solved

Hi, I was wondering if anyone has experienced ClassCastException when trying to prase a JSON response. I'm using Postman to run some end to end testing and thought I was getting nothing in the response, but on closer inspection a JSON message is bein...

Card On File (COF) Mandate Compliance

Hello, I am a developer for an e-commerce platform that supports multiple merchants using Authorize.Net. We use the API to create and manage Customer Profiles, Payment Profiles, and to make transactions. Recently one of our merchants received an emai...

Import a txt file to my database

I have a txt file which gets issued periodically. It's tab separated and I'd like to automate getting that data into my database as efficiently as possible. I'm new to MySql but experience says that I'm not going to be the first to have this issue.I ...

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

What are the questions asked in IBM for API manual testing?

Hi Community,My name is poul, I want to use calendly apps and shift my data schedule on him, but never know about or its fundamentals or API I am using IBM when I use this some question has appeared to check it and guide me share your information.Any...

Empty Response returned from JSON post request

Hi, I'm writing a direct integration against Authorize.Net using JSON and even though I get a HTTP Status 200, I'm getting an empty response. There is an example of the request; { "createTransactionRequest": { "merchantAuthentication": { "name": "***...

Empty Response when sending a JSON payment request

Hi, I was wondering if someone could help understand why I would get an empty response when I post a JSON message. I currently writing a direct integration and the JSOn object seems fine and I get a HTTP Status code of 200 when I hit the test endpoin...

Ergys
Member

Add Google Pay via Authorize.net in Woocommerce site

Hello, We want to add Google Pay as a payment method in the checkout of our store. (woocommerce)We tried to use the script in this tutorial. https://developers.google.com/pay/api/web/guides/tutorial#dynamic-price-updates The Google pay button is func...

How to rank website on google search bar?

Since the covid-19 translation is still affecting the world, my sales website longboardbrand.com has dropped dramatically, is there any way to pull it up again, I tried everything but collection is decreasing, I am afraid the website will crash one d...

Is LIMIT RAND() CM of a range is possible or not?

Did anyone get any ideas about how to apply a random LIMIT within MySQL? SELECT *, FLOOR(RAND() * (500-100) + 100) AS RandomValue FROM customer ORDER BY RAND() LIMIT FLOOR(RAND() * (500-100) + 100);ABove is doesn't either... SELECT *, FLOOR(RAND() * ...

Giri
Member

In-Person SDK Windows: implementation of Void and Refund

I have an application that uses the In-Person SDK (using a bbpos reader) to charge credit cards.However, I am unable to implement the Void and Refund transactions.When creating the request, I set transactionRequestType transaction = new transactionRe...

How should I test my REST API?

I couldn't find the answer to the questions I'm going to ask. Let's say I'm developing a REST API.Should I test every endpoint?Every endpoint interacts with the database. Should my tests include a database connection?Where do unit tests fit in a REST...

PEGA relief map - data table exported to CSV using JSON

I Tool Pega Training , I have small issue in Pega. So Pega is being used to host a relief map of ranchers and farmers for a conservation project. A data table can be generated with about 20-22 columns. The developer told me that the export to CSV use...

Hosted Payment form cropped on some mobile devices

I have integrated hosted payment form on my site. When I checked the payment form on the android device(MI A2) it's getting cropped. Is there any workaround to fix the cropped payment form on mobile device?

webhook, called by sandbox or production?

Using Accept.js option 2 and the sandbox server I was able to get a token and then complete a transaction using the createTransactionRequest API. To complete the processing I need done I wrote webhook code, configured it into my sandbox Merchant Inte...

apple pay on web gives payment not completed error

Hi ,I completed merchant validation from server side and pass its response to session.completeMerchantValidation() method .. but whenever i passed response to it "payment not completed " popup occurred , i used verified domain and certificates for ap...

Multiple websites with one Authorization account

We have a client who has a website we created to take reservations for ttheir service. They have expanded and have opened a second location which was requested to have a completely seperate website for. In this situation can we process the payments w...

The 'actual' script in importing data from Excel

Hi there, I have an assignment where I have to create and populate a database and I did this by writting my data on an exel file .csv and now I realise that its not optimal and would like to use the insert function.Problem is this is time consuming a...

So how do you properly do integration testing?

I have been reading up on integration testing and even comparing it to unit testing. I understand what they are trying to say but every time I try to do integration testing, I feel like I am doing it wrong and is just writing what is actually a unit ...