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
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...
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 .
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.
Create EMV Transaction with In-Person SDK for Android without UI in Background Service
The documentation seems not to mention anything about it, only the sample app seems to suggest that the In-Person SDK for Android includes UI components like a signature capture Activity that require an Android app trying to create an EMV transaction...
This transaction cannot be accepted - 103 - but transactionKey is correct! Solved
Hello - Had to update my code (coldfusion) since the TLS1.2 cut over, and since that's happened, none of my transactions are getting accepted. I'm positive the x_login and transactionKey are correct (as I've expired the transkey multiple times and up...
Error code : 16. The transaction cannot be found
Hello!I use this sample https://github.com/AuthorizeNet/sample-code-php/blob/master/PaymentTransactions/charge-customer-profile.phpIt's ok, and I got Charge Customer Profile TRANS ID : 60100534073 Code : 1 Description : This transaction has been appr...
Slow Response Times (Prod and Sandbox)
Hello. I am experiencing less than desireable response times (sometimes time outs) against both the Prod and Sandbox APIs. I can consistently reproduce 10-20 second response times using tools like Fiddler and Postman. Is this amount of time considere...
what is the best way to tokenize a credit card and then charge it later?
What is the best way to tokenize a credit card, and then charge it later? I see that I can call getHostedPaymentPageRequest and then use the token in the response to display a page with an iframe that POSTs the token to https://test.authorize.net/pay...
General Error (Processing Error)
I'm getting this error when trying to submit a charge. The API gives the error "#35 An error occurred during processing. Call Merchant Service Provider." but I don't have the phone number to Authorize.net. Transaction Detail Transaction ID: 400114765...
HELP Link Doesn't Work in Sandbox - Popups immediately close
When I click on the HELP button at top, it pops up two windows that immediately close.https://sandbox.authorize.netI already turned off my ad-blocker. I see no errors in the Javascript console. There's no indication from Chrome about allowing popups....
Debit Vs Credit Card Transactions
Hi, What are the credit card types supported for ARB through API?What are all the Debit Card types supported for ARB through API?What is payment processor? i dunno where to post this question. I am having these doubts. Someone kindly help me in this....
Sandbox Request Timeouts
All of my requets to a sandbox environment using the .net API are not being responded to / timing out currently. Is there something going on with the sandbox environment?
NuGet Package for framework 4
Hi, https://www.nuget.org/packages/authorizenet I suppose 1.9.4 requies framework 4.5, is there a version that supports framework 4? Thanks
java.net.SocketTimeoutException 'Read timed out' on Creating Subscription
Hi, I have invoked the create subscription API with profile data (Sandbox). Im getting this error on my server log[Server:service-node2] 18:21:45,943 ERROR [net.authorize.util.HttpCallTask] (pool-11-thread-1) Http request execute failed: 'Read timed ...
Problem with redirection from hosted form
Hi Team, I are using Redirect module to capture payments, that is a token is generated by calling getHostedPaymentPageRequest, after receiving the token we do a form post to authorize.net/payment page, for authorize.net to capture the payment details...
PayPal how to pass a custom invoice ID to authorize.net
I am trying to integrate PayPal through authorize.net, and can't find any documentation about how to send something that will end up being stored in "invoice id" when you later look at the transaction on authorize.net. There is a reference ID listed,...
accept.Js e-check billing information.
Is there a reason the name on the account does not come into the management console on e-check transactions using accept.js? It works fine for credit card transactions, but on e-checks no billing information is coming through which makes it hard to r...
Intermittent connection issue to Hosted Payment Page
Hi.We are in the testing phase of implementing the hosted payment page and have all of our messages built and working using the sandbox. What seems like at least once a day on the very first test, and sometimes a couple of additional times throughout...
ECheque Error: There was an error generating the XML document.
Below is my code: System.Net.ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls12;ApiOperationBase.RunEnvironment = UseSandbox ? AuthorizeNet.Environment.SANDBOX : AuthorizeNet.Environment.PRODUCTION;ApiOperationBase.MerchantA...
RefID - Merchant-assigned reference ID for the request. Solved
Reading through https://developer.authorize.net/api/reference/#transaction-reporting, I am wondering how the "RefID" is used, description "Merchant-assigned reference ID for the request." It is not clear to me. Is it the same as "x_cust_id" in previo...
Summary Page and Receipt Page Error
We are using the get hosted payment page API documented on https://developer.authorize.net/api/reference/#payment-transactions-get-an-accept-payment-pageandhttps://developer.authorize.net/api/reference/features/accept_hosted.html. We are supplying ta...
What API to use for ECC
Hello, refundTransaction API has some of it's field contents as follows:cardNumber: Only the last four digits are required for credit card refunds.expirationDate: For refunds, use XXXX instead of the card expiration date. Since, we need a full credit...
Address field field
Hello, What is the correct format for address field? The documentation shows it as follows:String, up to 60 characters.Use alphanumeric characters only, without spaces, dashes, or other symbols. It says "without spaces". Common sense implies that we ...
accept.js with UI not verifying zip
I am currently using accept.js with my own form with php. AVS works as expected. I'm wanting to switch to using the UI from authorize.net for increased compliance. However, no matter what settings I use for 'data-billingAddressOptions' in UI form, th...
confirmed TLS 1.2 is enabled but is still unable to send transactions to Authorize.Net
Please help, How to fix the problem?Our SSL server test https://www.ssllabs.com/ssltest/analyze.html?d=www.finestglasses.comUse Windows 2016 server
Transaction Error Notification - Script timed out but never hit Response URL
We have been using Authorize.net for a little over a year now and never received the error message below until last week on 3/5/18. Since then it has been occuring a few times every day. While its only a few (~5% of our transactions) we need to find ...
More issues with CNP refunds
Hello,I am attempting to issue a CNP refund using the following JSON:{ "createTransactionRequest":{ "merchantAuthentication" { "name":"", "transactionKey":"" }, "transactionRequest":{ "transactionType":"refundTransaction", "amount":10.0, "payment":{ ...
Reporting completed transactions with Accept Hosted
I am trying to update from SIM to using the Accept Hosted payment form solution. I am redirecting the users to the Authorize Net payment form, so I can keep the existing behavior of SIM without needing to embed the form in my own page. I would like t...
Get Customer Payment Profile Response Processing
Hi, From Get Customer Payment Profile Response , we are getting masked Card Number. Is there any possible ways to get the exact card number from response. If not, can we get original card number from that masked one? if possible give me an example. k...
Visa Debit not working, all cards declined
Hi,We're a new merchant and we're trying to process Visa Debit but no matter what cards we try the transaction is always declined. This is by VT or API. 1. We sent the full card number and expiary 2. We've included the full billing info 3. We've incl...
Charge A Customer Profile - Blank CVV Response
Hello, Is there any way to get a CVV response code back from Authorize.net when charging a customer profile? From what we've seen over the last several days after going live is that the value is 99% blank. When it's not blank we see a value of "S" wh...
E_WC_14: Accept.js encryption failed?
I have a payment form as follows
Secure Checkout
Pay
Java 8 TLS 1.2 anet-sdk sandbox hangs on AIM. ARB is ok.
Hi all, Ive been poking around on this site for a while, because I just can't get our app to work on the sandbox. It seems that when we do a test transaction using AIM, the connection just hangs and times out. The sandbox shows the AIM transaction as...