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.

Generating Signature hash issue

For some reason, I'm getting "Authorization Failed" error when trying to do simple integration with Cybersource REST using the HTTP Signature method. It looks like I have issue in generating the Signature hash. With the example below in C#.paramdate ...

bluegrass
New Member

Accept.js createTransactionRequeset nonce timeout

We implemented the Accpet.JS payment with our own form and submit the nonce to the createTransactionRequest API.This seems works very well; however, about once every month or so, we experience a timeout when calling the createTransactionRequest API w...

tmr
New Member

Testing ARB subscriptions that fail

Given:A new subscription that is due to charge the card on the first day of the next month.Question:How can I force a charge error on that subscription - so that on the first day of the next month I'd get an error notification to my webhook?Thank you...

Saritha123
New Member

Autorize.net Hosted Payment Page Customisation

I have customised Payment form from Authorize.net sandbox login dashboard. But changes not reflected in Payment form. I made changes in Font and colour, header and form fields.

xmen
Member

CORSerror using Accept.js

I am unable to get payment nonce when submitting a request. I am using a NextJS application.It looks like it breaks after this line of code below is called. window.Accept.dispatchData(secureData, 'authnetResponseHandler');  

DomiR
Member

Authorize.net OPEN CART EXTENSION not working.

HelloOur current website is built through open cart and currently accepts PAYPAL. We purchased the below extension using Authorize.net with the intent to accept credit cards. We are able to create an order; input credit card information but we are no...

"Cannot stop audio because audio is not started"

Hello.I am using the Authorize.Net In-Person SDK for Android with QuickChip in the background (performing EMV transactions without the provided UI). My first transaction always goes through successfully but after that one I receive the error when thi...

Authorize.net Elavon Transaction Codes

Hi,I'm looking to integrate Authorize.net into a client's website, which currently uses a custom integration with Elavon for payment processing. The goal is still to continue to use Elavon as payment processor but through Authorize.net.I'm interested...

btarwilliams
New Member

settingNameEnum.emailCustomer doesn't appear to work!

Error: E00013 Setting Name 'emailCustomer' is invalid for this method.// Create TransactionRequestvar transactionRequest = new transactionRequestType{// authorize and automatically capture the transactiontransactionType = transactionTypeEnum.authCapt...

Testing Declined Transaction Not Working Solved

I've been following the Test Guide, and I am entering zip codes that should trigger a declined transaction.However, when I enter these zip codes the transaction still approves. Also, on the guide it says: Your sandbox should always be set to Live Mod...

CyberSource payment solutions

I'm currently integrating CyberSource payment solutions into my e-commerce platform, and I've encountered a challenge with handling 3D Secure authentication for card transactions. Specifically, I'm unsure about the best approach to implement 3D Secur...

legacy
Member

Sending Customer Email with Transaction for Receipts

My current integration works (most of the time -- there are still some random unexplained declined payments from some international clients, e.g. from Malaysia) but there is no client email being sent and as such no receipt can be emailed from Auth.n...

danmar
Member

Facing Challenges with Integration and Script Timeouts

I hope you're all doing well. I've been working on integrating Authorize.net into my application, and I've hit a bit of a roadblock. Specifically, I'm encountering an issue with script timeouts during the integration and testing phase.When I initiate...

danmar
Member

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

Not able to create sandbox Account

Hi, I am not able to create sandbox account and always getting errorRegistration Failed. Please try again. Can you please help me to create an account.

Accept Hosted reCAPTCHA Block covers Pay button

Has anyone solved the issue with the Accept Hosted (iframe/modal/lightbox method) reCAPTCHA block covering the Pay/Cancel Buttons?There was a post on this a while ago but it did not seem like it was ever resolved and replies to that post were not all...

jtzeng
Member

Sandbox PHP CIM add payment

I have a sandbox account and am able to add a customer profile to that account. But an not able to add a payment method.I have the Accept and CIM in sandbox mode using SDK 1.9.3 PHP. The SDK works find in production mode with a production account.The...

Sandbox Accept hosted Unexpected Error

I am trying to integrate Accept hosted payment with my application, and I am able to submit the api request to get the token, and the payment page loads, but whenever I click the "Pay" button I get an "Unexpected Error. Please try again". The cancel ...

GetHostedPaymentPageResponse

Hello, I need help, the idea of my application is to use the Authorize.net form to complete a transaction, I already receive the token but it is not redirected to a url that does what I need. I have been using this in test mode:`https://test.authoriz...