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.

Sandbox transactions won't settle

I need to get settled batches, but I cannot get any of my transactions to settle in the sandbox. I tried changing the cutoff time to see if that would make them settle, but to no avail. Is there something I missed?

Gift card payment goes through with wrong address details

Hi All, I am posting in the community to get some insight on settings to validate gift cards. Our application uses Authorize.net as the payment handler and when we test with gift cards with wrong address details the payment goes through. It is highly...

Merchant active status

How I can check if a merchant is active or not so that I could make payments of its users. I just I want to hit an API for checking merchant active/inactive status.

Accept Hosted iFrame - Missing or invalid token. Solved

We have been using for a while the Accept Hosted payment solution using the iFrame and we have a peculiar issue.The payment form shows fine on the iFrame only the first time, if you click the "Continue" button and start over the cart process, go back...

Pre-Functional Commit

HiI understand that there are conventions to writing commit messages (fix, feat, test, chore, etc...). That being said, it seems that those commit messages are intended for projects that are already functional and in the process of being updated/chan...

full integration testing with planning your timelines

Something recently occurred to me. Nobody I know who talks about microservices also talks about integration testing and the effect it has on timelines.By integration testing I don't mean "my service can talk to the database I created at the same time...

Github Pages Help

Hi I have been trying to set up a github pages page using the minimal-mistakes jekyll template. I tried to fork the repo and then make changes as well as tried to do the remote theme method, but I’m having trouble getting it to load correctly or even...

Rual
Member

Move subscriptions to another bank account

Hello everyone! We have users with different subscriptions to our authorize.net bank account. But we want to use another authorize.net account for some of these users. Is it possible to transfer these subscriptions so that the fee is transferred to t...

experience with API on Integroma

Hi I am trying to integrate multiple software platforms I use for work and have been attempting to use the Integromat platform to integrate them. However I need to create my own apps in it to connect. I’m having trouble with webhooks and getting an A...

How to fix a repository

Hi I was working on a project with two others and towards the end of it, we messed up committing a new branch and merging it to the main branch when we shouldn’t have. Is there a way we can revert the commits? I even created a new repo but we lost al...

Accept Customer: Use Our Own Form for Payment Profiles

Hello, I am working with Authorize.Net Accept to create customer payment profiles. The documentation at https://developer.authorize.net/api/reference/features/accept_hosted.html covers using a hosted form within an iframe. However, the limited custom...

webhooks delay

Hi I’m trying my first ifttt applet using a webhooks delay. I’m just turning on a light after 5 minutes triggered by amazon assistant. I’ve coded the two applets and connected them with no issue. But although the first applet runs, the 2nd applet nev...

Get Authorize Hosted Payment Page

Hello. I'm trying to get the correct API call to generate a token so I can get the hosted payment page. I'm integrating Authorize.net into Bubble.io for a webapp. I have an API connector in Bubble, but I'm wondering if I am doing the call wrong, as I...

I need some Suggestion about my website!

Hey everyone,I am here looking for some suggestion about my website, I want to integrate my website on server through API need some suggestion which is best testing tool. First I test my website than I registere on Server

Integration testing for plugin

Hi I'm in the process of creating my first neovim plugin and I'm running into some trouble testing it.What I want to do:describe('my test', function() it('asserts correctly', function() vim.api.nvim_feedkeys('isome text ', 't', false) local line = vi...

Accept Hosted Invalid Authentication Values

I'm trying to fetch a Accept Hosted Payment Form token and I'm unable to get the token due to invalid authentication values. The API Token is correct. The transaction key is correct. I have created 3 new transaction keys from sandbox.authorize.net an...

REST API

Hi This is for vRealize Automation container service APIspecificallyDELETE | GET I can reference {id} as an assigned string value c3f5806d31e304755b9e45369f018But I want to use the JSON referenced id that is returned fromGETWhich returns the followin...

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