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.

Not able to get the response

We completed our application integration with Authorize.net last yer using the Iframe communicator approach and it was successful and pushed to production . But recently we had been having difficulty trying to get the response token leading to the ho...

Question about Unit Testing and Integration Testing

So I've been trying to get into testing for my own sake, and I feel like I'm misinterpreting the purpose of "testing" and the different types of tests. I know there are plenty types of testing. We have Unit Tests, Integration Tests, and User Acceptan...

Customer name missing for few transactions

Hello Team, I am using CIM feature api for storing credit card details for reference i am mentioning the request below i have used to do it. createCustomerProfileRequestcreateCustomerPaymentProfileRequestThe issue that i am facing it that for few use...

One time payment and recurring payment at the same time

I am using Accept.js and the hosted form. Is there a way to use the payment nounce to submit a one-time payment and a recurring payment? I don't want to have the user enter the CC info twice. Can I do something like this? authCaptureTransaction a...

aleen
Member

Speed up page loading when there are many images Locked

I am making a website about football (tructiepbogda)I use a lot of gifs on the website to increase the eye-catching, but it reduces the page loading speed. Is there any way to fix it?Thanks!

How to test Accept.js and have transaction show in sandbox Solved

I am getting back a successful transaction but it is not showing in my sandbox account. I read that is because I am in test mode, yet I cannot figure out how to get it out of test mode and still go to the sandbox. The other concern is I am putting in...

Store cardholder data

Hello. I`m implementing Auth.net right now. Can I collect cardholder data from my own web form, pass it to my server so it pass card data to Auth.net for create new customer/payment profile? I wont store any data in my db. As I understand I cant cuz ...

Testing a credit card that is supposed to decline but gets accepted

In developer mode, I've tested credit cards that usually give the correct response (invalid expiration date, invalid card number, accepted, etc.). However, when I enter in my credit card and intentionally put in something incorrect (such as wrong yea...

How do I set the invoiceNumber in the .NET SDK using VB.nET Locked

I have been trying to wrap my brain around the invoiceNumber field. It's blank in my transaction e-mail and I want to be able to set the invoice number in the VB.NET SDK. What I have found so far is that invoiceNumber is a part of the transaction req...

Sporadic connections for OAuth testing Solved

I'm trying to work through the OAuth process with redirecting to the merchant mentioned here. https://developer.authorize.net/api/reference/features/oauth.html#Redirecting_the_Merchant I have a test partner account and have the application configured...

Setting up multiple payment gateways

Hello, We're working on integrating a payment gateway for donations on a client's website. The client's parent organization uses authorize.net. Currently our client links off-site to the parent organization for donations, which isn't ideal for optimi...

Authorize.net and Magento 2.4

Magenta updated to version 2.4 and as of now, doesn't support Authorize.net. Will Magento 2.4 be able to integrate with Authorize.net at a later date? What are the necessary steps for customers that have Magento 2.4 and Authorize.net?

CORS issue on requests made within responseHandler

CORS issue on requests made within responseHandler. When trying to make an api call to submit the payment token generated from the hosted fields AcceptCore.js, it will trigger CORS issues sometimes. The issue seems to happen on and off. It works for ...

priorAuthCaptureTransaction returned transID

We use AUTH_ONLY which returns a TransId to us. Then we call priorAuthCaptureTransaction, referencing the TransId from the Auth_Only call. In this case, we are sending over an amount less than the authorized amount. (example, we authorize for $100, b...

Relay Response script Timed out

Hi Team, The Relay Response from AUthorize.net says Script timed out . My relay response url is https://dev.cbgschool.com/handler.aspx I was getting successful message for some time with the same code.Later I am start getting Your script timed out wi...

Echeck The transaction cannot be found

When we try to refund echeck we get "Transaction cannot be found". We have made the credit echeck transaction to a bank account and when we try to refund the same we get above error. But we don't get this error when we refund debit echeck transaction...

jhoven
Contributor

SIM test mode, post back instant timeout starting 1/5 4:00pm eastern.

Wondering if anyone else is experiencing issues with SIM, production endpoint in test mode. We have an Authorize.Net account which is still working in production. We were integration testing a new software release on our test server and successfully ...

Modal Popup in Accept Customer

I'm using the hosted profile page to manage customer's payment profiles in a bootstrap modal window that I've created. The resize from the iFrame Communicator works fine when editing a profile, however when "Add New Payment Method" is clicked, a new ...

AgoraA
Member

Chained payments for sales tax and VAT

I realize that currently Authorize.net does not support chained payments the way PayPal does. However, the new rules out of the UK as of January 1st and the EU as of July 1st require that vendors collect and remit VAT even if they are not in the UK o...

Subscription Documentation wrong?

I'm trying to add the orderNumber to a subscription so that I can have two to the same customer (I'm getting duplicate submission errors). I've gone to the playground here: https://developer.authorize.net/api/reference/index.html#recurring-billing-cr...

bobbydoogle
Contributor

Syncing eCheck transactions and settlement

We have a system that maintains synced info on AuthNet Transactions. We are dealing with an issue with eCheck transactions. They show up in settled batches but have a pending status for a few days, at which point they then all change to settled (succ...