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.

Newb question

Hi, i am new to authorize.net, i have integrated it in my project, i have to charge clients on monthly basis. For this purpose i have done ARB as well which is creating subscriptions successfully. My main issue is, How i can charge the CC with initia...

Company Name Doesn't Display on Accept Hosted Payment Form

Reading through others' posts about this topic, it appears the Company Name field does not display on the accept hosted payment form. In my sandbox account, under the Form Field settings, I can mark Company Name as View and Edit, but I leave Required...

Transactions posting to wrong Authorize.net Accounts

Our organization has a setup with multiple sites set up as subdomains (each representing a different sub-company) with each subdomain (sub-company) having their own Authorize.net Merchant Account. On these sites customers can make purchases that post...

datatech451
New Member

C# and .NET what are they for?

I'm wanting to learn programming and got advised to choose some project and work for it. I really liked my little experience with c# (literally a small part of course in MS site). But I have so little understanding of programming overall that I don't...

E00001 Unexpected error.

Hello,I've been struggling with this for a couple of days now.I have an Angular app, where I want to embed an Authorize payment form. My backend is written .NET Core. I call a backend API where I create a getHostedPaymentPageRequest request using .NE...

Gettig error message "Unauthorized access"

I got a below message.You are not authorized to view this page. The transaction has not been processed.Error Reference Number: E-1B8D2CF9958E44A197CFF163BC1871F8Find my code below:var model = new CheckoutModel { AccessKey = "XXXXXXXXXXXXXXXXXX", Prof...

arun2305
New Member

Transaction identifier

Question is – Is there a feature in the Authorize Merchant report to identify pay source reference We have integrated our application with authorize.net to receive payments where payments are made through our application. Apart from this, payments ar...

Sandbox credentials are not working!

For some reason my APIs credentials don't work, I get authentication error. Tried creating them again, but the issue persists.List of things I tried:- Calling APIs from both Postman and docs page. For example, using my API login ID and Transaction ke...

leomontilla
New Member

Error loading AcceptUS.js

Hi. When trying to load the Accept UI script, I receive the following error: Uncaught Type Error: t is undefined As far as I can see, this error prevents events from being associated with the payment button (add Event Listener), which is why the Auth...

Refund transaction status

I am looking for a method (API endpoint) from which I can get the status of a refund transaction if I pass a transaction id with a profile.

vinnyj2021
New Member

Integration with our ERP System

ChatGPT said:Absolutely — here's a clean, concise summary you can post on the Authorize.Net developer or merchant forum: ERP Integration Help – IQMS/DELMIAWorks + Authorize.NetWe’re integrating our ERP system (IQMS / DELMIAWorks 2023) with Authorize....

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

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.

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