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.

A suggestion about my Review would be great

I just wanted to say hello to everyone and to inform you that if you want to see the best of reviews on the internet then please check this out life insurance savings group reviews

Retrieve data via REST API and post it to a Google Sheet

Hi I am trying to build something for work internally so we can get the data from our time tracker into our Google Sheet report.Unfortunately I have next to zero knowledge about this.. After a few days of Google research I came this far: function onO...

Is it true that Github slows developer production

Hi I'm contracting with a company that has an internal development team about 8 people total.We are building a pretty complex codeignitor application, with jQuery and MYSQL. Lots of custom features, user roles, data analytics/reporting.(CRUD on stero...

Charge Customer Payment Profile using bank account

Hi all! I'm currently trying to charge a customer payment profile with a bank account attached to that customer payment profile. I'm following the documentation as describes: https://github.com/AuthorizeNet/sample-code-csharp/blob/master/PaymentTrans...

API gateway middleware integration platform

I need a single-entry point gateway API which can consolidate Salesforce, ServiceNow, Azure, AWS, and one or two other REST API's into a single API which my team can expose to the rest of the enterprise for building reports, software delivery, alerti...

Webhook Authorization error

HiI am receiving this error messages "webhook authentication request failed", on the webhook authentication. How we control the webhook call timeout, because everything fine on the server side? And why hasura is not respecting the 60s Cache?

REST API into a C program

I've been searching for a few hours by this, but I'm a little lost.What I would need is to implement a REST interface on my C program, to receive a NAME attribute by REST, in a JSON message, using Postman for example, and respond with "Hello NAME" me...

Is it safe to not pass poNumber?

Hi. We are integrated with Authorize.Net API to allow different Authorize.Net merchants collect payments in our system. We pass poNumber for payments and refunds.One of our customers reported that payments are not being processed. Even when Authorize...

Test Stability

HiI am pretty sure that a lot of engineers and testers who are working in the modern development practices CI/CD (Continous Integration/Continous Delivery) and have automated integration tests or component tests are sometimes fighting with the instab...

Unit Testing vs Integration Testing a Data Service (NodeJS)

Hi Hi,I was hoping for further advice on testing my NodeJS backend.I have a "service" class that saves Social Group details to a database. This uses the Prisma Client as a data layer.I am aware of the differences between Unit and Integration tests - ...

pradeep82
Contributor

Authorize.net sdk version deprecation list

Hi,We are currently using java authorize.net sdk version 1.9.4 using CIM.I want to know if this version is still supported. If not can you please provide me the versions that are supported and the timeline when those versions will be deprecated or no...

Building custom connectors

Hi With the emergence of APIs, many platforms can now programmatically expose your data by using “connectors”. These are standard integration functions wrapped in a pretty interface and are typically achieved via an HTTP request to a REST API.Most of...

How can I use the Steamworks.NET API in Unity to filter lobbies?

So, for the time being, I'm focusing on the online multiplayer part of the game I'm working on. I decided to use the Steamworks.NET api for multiplayer because it felt like the best option. However, when I use the RequestLobbyList method to get a lis...

How to get back the deleted GitHub folder

HiI was trying to put an updated version of my project on Github using Github desktop. I have a backend folder and a frontend folder. In the past the frontend folder has a white arrow on Github so I tried deleting the .git folder created by react and...

Invoice and Description

Hi, When trying to map invoice and description from Salesforce to the Authorize.net transaction the Error=00003 occurs. Using Apex for payment transactions from the Salesforce environment to connect with Authorize. Error code states transactionreques...

E2E testing with microservices

Have been exploring options for creating integration tests in environments with numerous services / microservices, and wondered what people have seen work, not work, and any tools you particularly like or rely on. Would have solid unit tests, but sti...

How to do the designing of an array in rest api

import java.lang.reflect.Array;import java.util.Arrays; import javax.ws.rs.GET;import javax.ws.rs.Path;import javax.ws.rs.PathParam;import javax.ws.rs.Produces;import javax.ws.rs.core.MediaType; import netscape.javascript.JSObject; u/Path("PerfectNum...

jayagnew1
Contributor

AVS Settings for International vs. Domestic

Hi, There are a few posts related to this but I feel they are pretty dated and I was also hoping to clarify a few things based on some of your own processes. 1. I understand from other posts that setting G, U and S to Allow, will allow you to accept ...

currency question

Hello, We have used paypal before and when a customer pays with EUR the invoice displays EUR; After he pays in EUR, it displays the amount converted to USD; And when he pays with USD it displays and charges in USD. With authorize we try to pay with E...

Payment Gateway For WooCommerce

I installed "Payment Gateway For WooCommerce" plugin from Authorize.net on my Ecommerce Website Shop Kratom Store The transaction is Failed from last 1 week. I have been using its Current Updated version along with WordPress latest versionWhats the r...

pradeep82
Contributor

CIM - Credential-on-File / Merchant Initiated Transaction mandates

Hi,We are using CIM for payments using anet-java-sdk:1.9.4Our customer recently contacted us stating they have received an email from Authorize.net about COF and MIT mandates.It states that if we are using our Customer Information Manager (CIM) servi...

Incorrect currency application

Hello, my client is using software to automatically sync his Authorize.net transactions to QuickBooks Online. However, all of his transactions are synced in USD. He contacted Authorize.net Support and they said he got only one currency [CAD] enabled ...

Unable to receive Transaction Response through iFrame

Hello! Beginner Web Dev here trying to integrate Authroize.net payment system. I am trying to setup and test Accept Hosted on my site using an iframe/lightbox by following this page. I am able to get the payment form to show up in the iframe and tran...

Create Profile synchronous issues using Node's SDK sample code

I am trying to create a customer payment profile with the Node SDK using the sample code. While I am able to create a customer profile successfully and receive a successful response from the API call CustomerProfilesModule.createCustomerProfile, the ...