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.

Transaction Request with Currency Code

Hi I am working on the APIs to charge our customers. Our customers may set to pay with different currency. I see there is a property for sending currency "currencyCode" in "transactionRequestType". But when I send request to Authorize with different ...

Flutter documentation for authorize.net

Hello community,I would like to integrate credit card payments using authorize.net in FLUTTER. Is there any working documentation which helps.Thanks

Send product information to PayPal Express Checkout with PHP SDK

Hello devs!I'm freaking out with a "must be" easy thing to do that I'm not being able to accomplish.Is it possible to set the product info to replace the default one "Price of products purchased" like here?https://prnt.sc/p1VlyiVPfOyQ Right now I'm t...

Authorize.net Payment track

Since authorize.net portal is our payment gateway once orders are processed through "Sana commerce". We need to understand howto set a flag on SANA orders that are incomplete or haven’t had payment taken through Authorize.net

Janaka
Member

How we integrate ACH ?

I found the API calls for the ECheck. But couldn't find any way to perform ACH transaction. I checked below references.In the second line it says default accoutType as echeck. But in the request there other three types(checking, savings, or businessC...

Question about payment method

I have been using the sandbox account and the aim of our project is to charge our customer when they subscribe to any of our services like $9.99 per month etc. My question here is when I use the Class AuthorizeCreditCard to charge the account for a c...

Integration of Square E-commerce API with client's website

Hello,As a new Square developer, I'm trying to figure out the best way to do this. They are taking credit cards today with the Square chip card reader on their cell phone. For processing orders on their website, they use an oscommerce shopping cart a...

test cards accepted in live mode

I switched my Authorise.net account to Live mode, but test cards are not being declined. For instance when I try to pay with a card 4242424242424242 the transsaction is approved. Here is the return response that I receive when using the test card:Suc...

Role of oauth with accept.js?

I am new to authorize.net and very much in the learning stages. I have a sandbox account up and running and I have made a number of payment transactions in the sandbox. I am using the Accept Hosted options with an iframe on my side to do a lightbox e...

pigfox
Member

User authentication failed due to invalid authentication values.

Hello,My code failed so I went back to basic and tried https://developer.authorize.net/api/reference/index.html#payment-transactions-charge-a-credit-cardI have double checked that I have the proper credentials for:"merchantAuthentication": {"name": "...

Why Auth Code returning 000000 for all the transactions

Why Auth Code returning 000000 for all the transactions============== RESULTS ==============Response : This transaction has been approved.Auth Code : 000000Transaction ID : 40104954206Address Verification : Street Address: Match -- First 5 Digits of ...

I feel like I'm going crazy with invalid CC responses

So I have a project pointed at the sandbox, hasn't been touched in about 8-12 months. When it was built and deployed all worked fine for testing through the sandbox. I'm using the Authorize.net Nuget package to do the API calls.So I load up the proje...

daveha
Member

Authorize without Capture via AcceptJS?

My project requires authorizing a credit card for up to the maximum amount of days that Authorize.net allows, and then capturing the payment asynchronously upon approval and invoice from our client.Right now, I'm currently leveraging AcceptJS UI's Ho...

Transaction status for eChecks, PHP

Does anybody know how to get the correct transaction status for eCheck transactions? In the PHP example on github, it is only showing three results: echo "SUCCESS: Transaction Status:" . $response->getTransaction()->getTransactionStatus() . "\n"; ech...

Apple and Google play integration with backend

We currently have a .NET Core 2 backend. We have features exclusive to paying members only. We are currently using Authorize.net for payments and subscriptions.Does apple / google pay return something that we can send to our backend as proof a paymen...

Elmo_Nader
Contributor

What is rom setting?

I have an isssue in my site with jagjaguwar record label. Yiou have any solution for that?

Authorize.net seal not showing up in Brave browser

I've been tearing my hair out with this problem all day. Why does the seal not show up in Brave browser? Works in Firefox. II'm using the code straight from the account settings menu. Any suggestions?

ARB is dropping the billing state

My ARB requests are working fine except for the state is not appearing in the Authnet control panel. I have verified that state is in fact being sent.Here is my full ARBCreateSubscriptionRequest XML in the sandbox:...hidden...hiddenMonthly Trash Serv...

How does Authorize.net work and how to integrate it ?

Hi guys, I am a bit confused on how does Authorize.net work and how to integrate it, in my project I am using Angular as frontend and node.js as backend and I have installed Authorize.net via npm install authorizenet also cloned the Node.js sample co...

Refund returns "provided access token is invalid"

I'm following the PHP example for Refunding a transaction and I'm betting back E00124 The provided access token is invalid.Working in the sandbox, I can charge a card and I can void a transaction, but I keep getting this error on doing a refund. Any ...

Notification URL using authorize.net ARB

I am trying to integrate authorize.net payment gateway in my e-commerce based website. The payment is recurrent, so I am using Authorize.net Automated Recurrent Billing (ARP) API here : http://developer.authorize.net/api/arb/ Now, I would like to kno...

Intermittent webhook notification delivery error

We have been using Authorize with our vendor software to process web orders for over 5 years. Last month, on our quarterly sale launch date (larger than normal volume) we started experiencing intermittent errors where delivery of notifications to the...

msj
Member

Angular 12.3 color-support.js issue

Hi Authorizenet CommunityI am using the Angular 12.3 version and webpack:5. I installed the "authorizenet": "^1.0.8" version from npm: authorizenet. I wrote a simple method in service to fetch customer profile called GetCustomerProfile. Initially, th...

Accept Suite Hosted Blank Form

I have been attempting to setup a client with Accept Suite Hosted form. I am able to generate a token, and post to the URL but the form comes up with just the words "Order Summary" at the top of the payment page. Support was not able to help me any f...

React-Accept,js Basic question

I just started implementing react-accept.js as a solution using the Hosted Payment form. I'm able to trigger the modal and collect the credit card info and the API is returning the correct data object as per the documentation. But... what do I have t...