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.

yabdab
Member

CIM and Accept.js Testing for declined card?

I am setting up CIM with Accept.js and all works fine using test cards for sandbox.I need to test when the card entered is declined and code to handle it.I tried adding the zip code 46282 to fore a decline, but that did not work.How can I force a req...

lgj573
New Member

SOAP API Error

I am using the SOAP API like this page https://github.com/CyberSource/cybersource-soap-toolkit/tree/master/JavaSoapToolkit ,but I got an error, how to fix this error? thankscom.sun.xml.ws.fault.ServerSOAPFaultException: Client received SOAP Fault fro...

Authorize net hosted payment form integration in javascript

im trying to integrate hosted payment form in jsp with javascript to generate token using struts. to open payment form using the redirect method. payment page opened and payment made successfully. but after payment want to do call action to update th...

Electronic Check Debit - Failed

I have a sandbox account for cybersource. I am trying to do transaction of type Electronic Check Debit. But the transaction is getting failed with error "The payment processor fdiglobal is not configured to process ECP transactions". I am not able to...

PromoTix
New Member

Question regarding Authorize.net In-Person SDK for Windows Solved

Hi everyone,I have a question regarding Authorize.net's in-person SDK for Windows. Here is my use case:- We are an online concert ticketing platform (think TicketMaster or Eventbrite)- We currently have a web application (for online ticket sales), an...

pli
Member

authorize.net authOnlyTransaction immediately charges customer's card

I'm trying to implement a deferred payment system using authorize.net's "Authorize a Credit Card" (authorize) and "Capture a Previously Authorized Amount" (capture) functionalities with the following transaction types:Authorization: authOnlyTransacti...

getHostedPaymentPage Adding line items

i've been trying to add line items to my Accepted Host payment Page , but it seems it not showing anywhere in the form, but i can collect it from the transanction responses. Its weird that it used to work with SIM, but not in accepted Host. I've prov...

"The operation has timed out"

The payment DID happen though, but I was informed of the timeout.How can I extend the timeout from 30 seconds to 60 or 90? We are using the library from nuget.

alkeshrohit
New Member

Request for Property to Pass Background and Text Color

Hello,We need to pass the background and text color similar to how we pass the button color. Below is the existing code we are using for setting the button color:php"hostedProfileHeadingBgColor"Similarly, we would like to pass the following propertie...

oauth is not working

One of our users experience a problem passing oauth flow.User is redirected to authorize.net from the service provider: https://account.authorize.net/oauth/authorize?sub=oauth&client_id=i6Fmq0B9qv&scope=read,write&state=05c20e7e-b0a4-45fb-92b7-fa28e7...

Issue while deploying angular code with accept.js

Hi Team, I am facing issue while deploying angular code.Getting below error messagenpm error Could not resolve dependency:npm error peer @angular/common@"^11.2.9" from ngx-authorizenet@0.0.4npm error node_modules/ngx-authorizenetnpm error ngx-authori...

3,22,Not Acceptable

We're having issues while one customers payments and refunds, and are receiving an error for 3,22,Not Acceptable. However, I cannot find anything on this type of error. What does this error mean and how can it be corrected?

E00114 - Invalid OTS Token, while creating subscription.

Dear Support,While trying to create a subscription entry, I'm getting below error. Previously, It was working fine and it's working perfectly on my local machine. I'm using accept.js on frontend.Payment Gateway Response:{"messages":{"resultCode":"Err...

Trasaction not being Processed.

I am getting an issue as You are not authorized to view this page. The transaction has not been processed.If the problem persists please report your problem and quote the following Error Reference Number:E-43CB2AAA59404F2C9D5212E736B92C84Here is my c...

Sandbox not working

Any one else having issues with the sandbox? I haven't been in my sandbox environment for a while but this morning I'm getting this error when trying to run a transaction:User authentication failed. The account or API user is inactive.So I went to lo...

Request for Documentation – iFrame Payment Form in PHP

I’m currently working on integrating an iFrame payment form using Authorize.net and need the official documentation or guidelines for implementing this in PHP. Could you provide the relevant documentation or point me to the correct resources?Addition...

Using Production API Key for testing

Hello,Our client is using production Authorize.net on their current production website app the code of which is no longer accessible to client. We are building new app and now at a stage where we could test the app with actual payment to test downstr...

Sandbox Accept Hosted CSP issue

Greetings!We use the Accept Hosted API for our C# based payment forms. Production is working fine. However, our testing forms suddenly appear to have stopped working when testing payments. I'm seeing the following in the console:Refused to execute in...

Random Error Messages

We have been using the Authorize API for over 3 years to handle not only one time purchases but also recurring billing. After a recent update, we are now starting to see random error messages with the following response: "An error occurred during pro...

intgrate payment method

I'm working on an app where users add a card before making a payment. However, I noticed that even when using a dummy card, it successfully generates a token in live mode, which is unexpected.I want to implement a validation step to check if the card...

Getting error in AuthorizeNet C# nuget package

I'm testing AuthorizeNet for our SAAS in .net 8. I got the following errorSystem.TypeInitializationException: 'The type initializer for 'AuthorizeNet.Util.HttpUtility' threw an exception var controller = new createTransactionController(request); cont...