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.
What is the role of Non-Executive Director in Company? Locked
I need to Non-Executive Director for my company in London?
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 ...
merchantReferenceId field missing in Webhook Payload as of 2021-04-17
The webhook payload no longer contains the merchantReferenceId field. It was working correctly and the field was present, since we integrated Authorize.Net at the beginning of January 2021. On 2021-04-14, we started receiving some webhook payloads wi...
HELP - Webroot+Authorize.net API for subscription/Data scraping + Client Reconciliation
Hi guys,i'm not really a programmer, but before I look into cobbling something together, I was just wondering if what i'm envisioning is possible. I have about 150 clients on webroot, and im looking for a way to reconcile my Webroot activations with ...
Creating/updating CIM profiles using Encrypted Track Data through API
Hello -Is it possible to creating/update CIM profiles using Encrypted Track Data from a card reader through the authorize.net API?
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...
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() * ...
How can i copy all data from table1 to table2, There is lots of columns, not a same number?
I have a table1 with roughly 40 columns. I have created table2 like table1 but included few more columns. That is because I have 4 tables like table1 and now want to combine them all into one table, table2. If I try INSERT INTO table2 SELECT * FROM t...
Using Keys in Combination vs Individually for more Complex Queries?
Questions:- Can it be better to get one key to each column, a combo of columns depending on the combinations required in a question, or a set of columns under one key? - does with all the above mentioned affect the speed/efficiency of this question, ...
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...
Question: 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...
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...
Getting Error E00007 - User authentication failed due to invalid authentication values
I am using the Android inperson SDK and keep receiving this error when I try to complete a transaction. I've looked into the sample app code and do not see any part where they specify a transaction key or api login ID when completing the transaction....
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...
Accept Hosted Redirect Methods webhook response have responseCode 0
We are using Accept Hosted Redirect Methods for our payment.Some transaction's webhook callback have responseCode 0.But these transactions are listed as approved in ANET account. In our webhook code , we are processing only the responses with respons...
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 ...