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.

Is Currency Code a Required Field on refunds & captures?

Hi,In refund, void & Capture operations (For ex: https://developer.authorize.net/api/reference/index.html#payment-transactions-capture-a-previously-authorized-amount) it says Currency Code is Required. Is this really required? The API can determine t...

Custom Receipt with Gravity Forms

I'm using the authorize.net add-on to integrate my client's payment system with Gravity Forms on Wordpress. However, the receipt they receive has way too much unnecessary information and is hard to read. Is there a way to customize the receipt that m...

eCheck Credit error 247 "This eCheck.Net type is not allowed."

I am using the sample code for eCheck Debits and Credits found at https://developer.authorize.net/api/reference/index.html#payment-transactions-credit-a-bank-account Sandbox enviornment: the Debit code works with my credentials. For the Credit call, ...

.NET framework relationship with CLR

I'm confused as to why a .NET framework application would need to use CLR for it's runtime enviornment when it knows that the operating system it is running on will be Windows. Anyone know why this would be?Is it because different languages can be us...

Issue While Integration

I am implementing auth.net with angular and I am getting following response on email while making purchase BUT it is always returning Transaction ID : 0. Any help on this matter will be great help. Thanks,SAFYI Response mail from Authorize .net *****...

Is Sandbox account creation down?

Hello! I've just tried to create a new sandbox account, but system returned 'The sandbox is experiencing technical difficulties. Please try to create a test account in a few minutes.' errror message. Status isn't reporting any incidents on Sandbox. D...

IFrame Production Test Mode - Hung Processing

Hi, I followed the example to use an iframe and was successfulll using my sandbox. The iframe is posting the token to https://test.authorize.net/payment/paymentAnd I was gettgin the approval using 4111 1111 1111 1111 card. We are now switching to our...

Code Samples Missing in API Reference

I am unable to view any of the code samples in the API reference. I click on php or c# tab and it shows URL: with an empty text box. I tried filling in my API keys and there was no update in the requests. Is something broken?

Error E00001 on when creating transaction using AcceptJS data

Hello,When using Accept.js and then creating a payment transaction we are seeing E00001 on sandbox. We are also using OAuth. Can you please tell what can be going wrong below. How can we get the sandbox to provide more details than a general error? {...

Object reference not set to an instance of an object

New to Authorize.net. I have a .net core 2.2 application . The Authorize.net code is in a class library . The code is similar to https://github.com/AuthorizeNet/sample-code-csharp/blob/master/PaymentTransactions/ChargeCreditCard.cs. Problem1) The app...

Invalid access token

I'm getting an error when trying to create a customer profile.. "The provided access token is invalid". I am using node sdk and oauth flow for merchant authenticaiton. I tested the same access token in postman to see if it works and it does. I am als...

getHostedPaymentPageRequest settings error E00013

I received an error when I try to send getHostedPaymentPageRequest.Based on https://developer.authorize.net/api/reference/features/accept_hosted.htmlRequest:{ "getHostedPaymentPageRequest": { "merchantAuthentication": { "name": "xxxx", "transactionKe...

Sandbox Outage

Today there was a Sandbox outage, and at no time (including at the time of this writing), was it ever reported to the RSS/Atom feed. I get the sandbox probably isn't all that important 99% of the time, but when I went to run tests and got a near 100%...

tty-box ignoring everything past a certain point.

Anyone work with tty-box? It seems to be ignoring everything past the title: line. It prints the box to the console, shows the title in both area's, but ignores everything past the first costomzation.Is it the formatting I'm using? There's no good ex...

kario
Member

CIM does not retain information

Hi, Ive recently been made aware that saved credit cards on the CIM are not functioning anymore on m production site, I cant find any recent saved info from anything but the ARB system. I tested the functionality on our staging server and it would fu...

What's the daily work life of a programmer like?

What do you do on a daily basis? Do you enjoy it? How difficult is it to get a job in programming and how is the work-life balance? Thinking about going back to school for CS degree, would be interested to hear the basics of what it's like to have a ...

Looking for a beginner C++ buddy

Hi, I'm 17M from Europe, I have spent a few months on and off learning C++ but now I want to commit to it and I think a buddy will really help. I learn from learncpp and Primer 5th edition, occasionally sololearn to help reinforce my knowledge. C++ i...

Jquery not clearing my textarea on mobile

User enters value in a textarea which i then clear using val() AND .empty.Textarea looks empty.BUT first time i enter a char in the textarea it enters the last characters from the cleared textfield before the new char. So i enter only one char but 4-...

Is there a timeout, and if so, what is it???

I work at a service provider that has several clients using Authorize.net as their payment gateway. Our system has a 60-second timeout for API requests, and if a transaction takes longer than that, our system will not receive the response about the s...

Infinite Scrolling help

Could one of you kind souls pls refer me to a tutorial that shows you you how to implement infinite scrolling for a page? I've managed to get my code working on my desktop but doesn't work on my mobile device. Are there any jquery frameworks that are...

Infinite Scrolling help

Could one of you kind souls pls refer me to a tutorial that shows you you how to implement infinite scrolling for a page? I've managed to get my code working on my desktop but doesn't work on my mobile device. Are there any jquery frameworks that are...

E00007 error but verifed API login and Transaction Key are correct. Solved

Can someone please help me figure out why I am getting E00007 based on this code.If you need aditional files, I can provide the code as I am new to this. I am switching over from SANDBOX to PRODUCTION. Thank you in advance! Authorize.php ( C++ source...