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
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...
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 .
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.
How should I pass the billing address in transaction request for AVS verification
Hey guys, For ChargeFromCustomerPaymentProfile, how should I pass the billing address in transaction request? I have enabled the AVS and CVV at account management, but I didn't find a place to pass the builling address along transaction request. Plea...
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!
How to Integration Test domain classes that call stored procedures?
Hello dotnet,Im looking to run integration tests on my domain/core classes(using Core 2.0).These classes call stored procedures using SqlCommand from Data.SqlClient, passing the name of the stored procedure and the connection string, grabbing the dat...
Do you automatically update and integration test your internal packages?
I was thinking it would be nice to have some CI process that would automatically update all packages in my solutions, build and run unit tests. I would like to be notified if the build or tests fail as long as the major version did not change (i.e. n...
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...
Selecting Previously Updated Row in Current Row (within the same query)?
I have a situation where I need to select a previous row's UPDATED value to be used in calculating the current row's value... and then that is used to calculate the next row's value, so on, and so on... I am using the LAG function successfully- howev...
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...
Language support for ACCEPT HOSTED payment form (page)
Does Authorize.Net support ACCEPT HOSTED payment form in language other than ENGLISH? If so, please help provide URL for the documentation. CheersKam
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...
Any modern way to "save" deleted rows to prevent accidental data loss? (MySQL + Javascript)
Hi,I am building a project that relies on data that arrives from the internet, thing is there can be modifications in which case I need to delete rows.This is done automatically by a script, but I want to prevent a case in which all the data is delet...
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...
Any examples of integration tests with good maintainability on Github?
By maintainability, I mean shows good patterns and how to setup the data for each tests. A problem that I often run into is, integration tests often requires existing data to be there. For example, if I want to test AccountService.payAccount(), perha...
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...