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.

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

Allan21
New Member

Secure Acceptance setting to Sale

Hi everyonei am hoping someone can guide me.I would like to know for the Secure Acceptance for the type of transaction, how to set it to SALE as the type to where the settlement happens automatically.I've been manually settling transactions and notic...

kschaller1979
Contributor

Accept Hosted Intermittent Missing Responses

I know there's a few posts about this with no answers, but we've set up Accept Hosted in production. We've had zero issues receiving responses from the testing sandbox. However, in production, this is happening at least 12% of the time and causing ou...

"The transaction was unsuccessful."

Trying to place transactions in Sandbox mode while adding Authorize.net to a site. Copied pretty much exactly the example and it throws this:[{"code":"E00027","text":"The transaction was unsuccessful."}]Here's my actual code (in Laravel):/* Create a ...

All Sandbox accounts are "inactive"?

Since the sandbox issue has been up, we've found that our two sets of sandbox API credentials are returning that the account is inactive. When we try to login to the sandbox or reset our password, we get an error and can't log in.These credentials ha...

Testing a website

Hello,I have a website that accepts credit cards and my developer has been trying to test it. I have been trying to get information and very little is found. Is there a "login key" and "transaction key" that is used for testing purposes? What do we n...

jon-givewp
New Member

Does this "API Endpoint Breaking Change" affect the php-sdk?

Hello,Does the "API Endpoint Breaking Change" mentioned in the article below affect the php-sdk?https://support.authorize.net/knowledgebase/Knowledgearticle/?code=KA-07157For context, our application creates transactions on behalf of our customers in...

Gracia2001
New Member

Apple pay integration into shopify store

You're trying to integrate Apple Pay into your Shopify store, but you're running into issues. You use Authorize.net and ZenPayments to process payments. Shopify provides an option to enable Apple Pay, but when you turn it on, nothing happens.You’ve a...

Change the Merchant Descriptor

Hello community, does anyone know if it is possible to change the merchant descriptor via API? without having to contact the Payment Processor? Or better yet... does anyone know which payment processor allows changing the CyberSource merchant descrip...

pradeep82
Contributor

Has Merchant Email Receipt Auto Reply domain name changed?

Has domain name for the Merchant Email Receipt changed from noreply@mail.authorize.net to noreply@mail.testauthorize.net?All the emails are getting blocked by Mimecast due to this new domain.Can someone please confirm if this is correct?

PCI Compliant Payment Form Submission without popping up

We are preparing for PCI compliance audit on our sites and looking for PCI compliant methods of using Authorize.net as the payment gateway still. Our hope is to replace the on page block of payment information with a hosted form from your services, b...

Running into CORS Issue in Test environment Solved

We recently started getting an issue while testing AcceptJS in the test environment. We tested with a project that was already in production, which works. When switching the project to test mode, we start getting the below error.Access to XMLHttpRequ...

billyjacobs
New Member

Accept js

I am using Option 2 (Embed our hosted, mobile-optimized payment information form in your page to collect the card information in a PCI-DSS SAQ A compliant way) from this page. https://developer.authorize.net/api/reference/features/acceptjs.html. Is i...

Can't link PayPay with Auth.net

I am trying to link auth.net with PayPal without success. In Sandbox I get this error message on auth.net:There has been an error while processing your request. Please try again.On production I get this error message:Transaction Readiness: Unfortunat...

iOS SDK and the BBPOS AWC Walker C3X

Our team has an existing integration with authorize via iOS SDK.I understand that this SDK is deprecated; however, it still works with the old BBPOS chipper readers which our licensees still use. I was hoping to understand if the new BBPOS C3X will w...

Seward
Member

Testing overhead?

Something recently occurred to me. Nobody I know who talks about microservices also talks about integration testing and the effect it has on timelines.By integration testing I don't mean "my service can talk to the database I created at the same time...

FTC
Member

Integrate Autheroize.net with ApplePay and GooglePay via React Native

I am the owner of an App (Fantasy Tennis Club) and trying to integrate ApplePay and GooglePay payments via the App. We currently have credit card payments working via Authorize.net.The App is developed with 'React Native'. My developer has been unabl...

Google Pay Android Integration Error

Has anyone successfully implemented Google Pay integration with authorization? We've been facing issues for weeks and still haven't had any luck. We followed all the guidelines, but we keep encountering the same error: "Unable to decrypt."Any help wo...

Get subscriptions for a customer profile

How can I get all the subscriptions for a customer profile? I am using node.js and while I can store all that local .. there does not seem to be a way I can query of all subscriptions for give user.. using the profile id??

Patment getting declined

I have set up integration from salesforce to authorize.net. All transactions go through as expected but Visa. All visa payments are getting declined. It says Declined (Card declined by issuer - Contact card issuer to determine reason.)But the payment...