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.

raviparmarce88
Regular Contributor

Questions about AcceptUI.js

Hello Team, I am doing some research on Accept.js with hosted payment form.I am facing one inconsitent issue and along with that I have few queries : Inconsitent issue:When I click on Pay button from my page i got the blank loading pop up and never d...

Sandbox Transaction Details API Not Returning Transactions

I'm using the Ruby library to try and get the transaction history for either a customer or an ARB subscription.I've tried using ARBGetSubscriptionRequest and GetTransactionListForCustomerRequest in both cases no transaction data is coming back. I con...

Marcy
Contributor

Accept Hosting - basic questions

I've been using the authorize.net plugin to Gravity Forms, so I have not had to know how to do anything except basically add the API and go. My site has been live for about a year, so I'm not using the sandbox anymore. Our visitors enter their non-pa...

Passing Quantity to Simple Checkout

Hey everyone, this is my first time working with Authorize.net. We've determined that using a simplecheckout is going to be the easiest way to checkout for one of our products. But I simply want to pass on the quantity that they select from my end, i...

dsandberg
Contributor

Transaction ID from getHostedPaymentPageRequest?

I just noticed that we don't appear to get a transaction ID back from getHostedPaymentPageRequest, just a transaction token, which I now realize are not the same thing. Is that correct? What I need is to be able to call getTransactionDetails after th...

jdoyle112
Contributor

Getting E00001 error on transation request

I'm getting that error when trying to create a transaction request. I'm using a sandbox account and the node sdk. Also I'm using Accept.js to send the credit card info. This error message doesn't give me any useful information. Need some help on this...

Legacy Hosted CIM Service

Since September 20th, we have been unable to view the Iframe portion of the Hosted CIM service. According to authorize.net, our accounts should have been migrated.. whatever that means. This corresponds with the September 20th notice here. https://de...

Login ID/Transaction ID to Transaction ID/Signature Key

I have been using: LOGIN_ID TRANSACTION_KEY Transactions are processed using : https://api.authorize.net/xml/v1/request.api So, now the client has given me a Transaction Key and a Signature Key, and I cannot figure out how to use them with the XML ...

I'm looking for an iFrame API integration documentation.

One of the branches of the company I work for is using this service to process their payments and we are now ready to move it on our site. What we are looking for is an integration using iFrames. We don't want to host the data submission on our site ...

Prevent Prior Authorization Capture from happening in iOS SDK

Hello fellow developers! We the following problem with the iOS in-person-SDK. We set the transaction-type to authOnlyTransaction, and start the ENVViewController from the sdk with the request to authorize the payment...The user enters the card and si...

Beginner trying to integrate eCheck into my C# project. Solved Locked

Hello, I'm currently a beginner with eChecks and I'm having some trouble starting off with the integration of Authorize.net's eCheck system into my C# project. I read through the API documentation and references but I am still unsure of how to start....

testing
Contributor

Refund Amount using ONLY transaction ID Solved

Hi, I have tried to refund amount using ONLY trasaction ID, but i unable to succeed. Can you please help me to resolve this issue? I have using following code Please clink on below link. https://github.com/AuthorizeNet/sample-code-php/blob/master/Pay...

testing
Contributor

Refund Transaction CIM + NEW latest API Solved

HI, I have tried to refund amount using the new latest API as mentioned below, https://github.com/AuthorizeNet/sample-code-php/blob/master/PaymentTransactions/refund-transaction.php I need to refund amount to particular Customer Payment Profile ID's ...

mtarantooms01
Contributor

Payment Form - Fields In Accept hosted payment form

Hi Guys, Want to ask you the following: Im trying to customize the hoster form from the merchant intarface (sandbox). I go to account page and the find the link "Payment Form". But when I disabel some fields and whant to update the header or footer t...

Authroize.Net take too long to acknowledge.

Hi, We have a .net mvc application and have the latest authroize.net sdk (v 1.9.6) installed. And have the following api end point integrated https://developer.authorize.net/api/reference/index.html#payment-transactions-charge-a-credit-card We recent...

Integrating Authorize.Net in Xamarin.Forms Apps

We are currently using AuthorizeNET .NET SDK for AIM payment on our website and planning to develope mobile apps for Android and iOS for this particular website using Cross-Platform Xamarin.Forms framework. The question is that while there is current...

asp.net iframe

I am looking for an example of using authorise.net in an iframe using asp.net(c#).The reason for the iframe is because I want complete complience without the need to store CC numbers on our server in any fashion.

Ucommerce Umbraco and Accept Hosted / Authorize.Net API

Hi all,Are there any resources avaliable to integrate the new methods of payment into Ucommerce "powered" websites?Currently the system uses SIM and it works as much as coriander would for drinking.Specific issues include gateway timeout, and a bad d...

Sudden behaviour : iFrame is not resizing in safari 12.

Hi Team, We are using accept hosted payment form with iFrame. It was working since last more than 1 year.It was working fine with all browser but suddenly it stop resizing in safari 12. I frame is not resizing and not completing payment processing af...

Umbraco/Ucommerce integration

Hi all,Is there any official support from the Authorize.net side to include the new API or Accept Hosted into Ucommerce?Is anyone here familiar with the process, the AuthorizeNet.dll file, and the Time Out that it seems to be generating since it wen'...

Post returns code 200 with an invalid body.

Has someone seen the following... Since recently all payment authorizations to https://secure.authorize.net/gateway/transact.dll have started to fail. I'm trying find what the cause might be and found that the response has code 200 but that the body ...

ADA Compliance

We are currently using the athorize.net IFrame. We need to enhance our application to be ADA compliant. Does any know if the IFrame is already ADA compliant? If not, have you found a way to add ADA complaince? We are working with a technology called ...

activemerchant-- The transaction cannot be found

I am using the activemerchant 1.85.0 Gem (2018-Sep) with Rails 5.2 in order to access an Authorize.net sandbox account. Unfortunately this is proving to be a futile effort. I hereby grovel for clues... The basic issue is that I attempt to authorize a...

PDS01
Member

Recurring Giving using Finalsite Gift Page and Authorize.net

We are getting conflicting information from several sources. Authorize.net says that we can have automatic recurring giving where a person enters the gift indicates recurring giving and it automatically does everything, the database person does not h...

TroyW
Contributor

Accept Hosted Profile ...The record cannot be found.

I'm trying to add a payment method to an existing customer. For an existing (authenticated user), I created a customer in CIM, then I'm showing the use the addPayment page, and after filling out all the fields, it shows, "The record cannot be found."...

createCustomerProfileTransactionRequest without AVS?

Is there a way to create a payment transaction without an AVS check? Since we verify AVS when each payment profile is first set up I don't see a need to re-run AVS with every subsequent transaction (we do implement CV2 for every subsequent transactio...