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.

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

ThriveCart & Authorize net

We are using ThriveCart for our product checkout carts. Everything seems to be working great EXCEPT - capturing phone numbers inside the client profile of authorize.net.I have the phone field set to required on Thrivecart - but it is not passing thro...

Should perform unit test testing

Hello! We are working on the website to watch anime movies, namely the website: KissanimeWe plan to apply an account registration method to watch movies in the futureSince time is limited, we haven't done any testing yet. Currently, we are trying to ...

Add woocommerce

Dear, If I don't add woocommerce, Can I get paid to Parkourspace? If yes, how can? Please reply me. Thanks!

Accept.js Recurring Payment getting customer name

I have gotten Accept.js hosted form to create a subscription. The problem is it wants the customer's name. I just have the hardcoded names from the example to get it to work. The customer name is in the hosted form but I do not see how it is passed t...

Hiding the "Company" field in the Accept Customer Hosted Form Solved

I am adding payment profiles to an existing customer profile using the Accept Customer Hosted Form. When I display the form for adding a payment profile, it displays the expected payment method and billing fields. One of the billing fields, "Company,...

Hosted Payment Form > Unexpected Error.

When we attempt to process payments using the Hosted Payment Form, all transaction are returning 'Unexpected error. Please try again.' upon clicking pay.We are utilizing the .NET SDK with package v2.0.1.Our transaction requestion is as follows:Dim tr...

Not able to get the response

We completed our application integration with Authorize.net last yer using the Iframe communicator approach and it was successful and pushed to production . But recently we had been having difficulty trying to get the response token leading to the ho...

Question about Unit Testing and Integration Testing

So I've been trying to get into testing for my own sake, and I feel like I'm misinterpreting the purpose of "testing" and the different types of tests. I know there are plenty types of testing. We have Unit Tests, Integration Tests, and User Acceptan...

Customer name missing for few transactions

Hello Team, I am using CIM feature api for storing credit card details for reference i am mentioning the request below i have used to do it. createCustomerProfileRequestcreateCustomerPaymentProfileRequestThe issue that i am facing it that for few use...

One time payment and recurring payment at the same time

I am using Accept.js and the hosted form. Is there a way to use the payment nounce to submit a one-time payment and a recurring payment? I don't want to have the user enter the CC info twice. Can I do something like this? authCaptureTransaction a...

aleen
Member

Speed up page loading when there are many images Locked

I am making a website about football (tructiepbogda)I use a lot of gifs on the website to increase the eye-catching, but it reduces the page loading speed. Is there any way to fix it?Thanks!