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.

Create Shipping Address in CIM, C#

C# in .NET 4.6.2, API from the .net Nuget 1.9.0 package... essentially stock example code from the API docs and the GitHub page. I've been able to delete, but can't update or create new shipping addresses. I haven't checked payment profiles yet. Prof...

Sandbox - is composer necessary to run?

Hi, I have not installed composer because the hello world says you don't necessarily have to - but I have not gotten it to run. I followed the instructions here: http://developer.authorize.net/hello_world/ The SDK is installed, plus charge-credit-car...

zappullae59
Contributor

Merchant Account Suggestion Solved

Hi, I'm not sure this is the right forum to ask this type question but I'm setting up a new e-commerce system and have ANet integrated into my app using AIM and am looking for suggestions for a merchant account. I'm tempted to move to Square because ...

Test Card Numbers Not Working Solved

I am currently trying to setup my app to work with accept.js and am testing in a local environment using the sample credit card numbers (found here: http://developer.authorize.net/hello_world/testing_guide/) However, I keep receiving the following er...

Hosted Payment md5 hash error 99

No matter what I do, I cannot make my fingerprint match that generated by https://developer.authorize.net/api/reference/responseCode99.html My PHP is below, and it used the hmac function from the SDK. I'm using fixed values for testing purposes. Desp...

Transactions Aren't Being Processed

Hello,My client and I spoke to customer support today and they led us here. My client's business uses Authorize.net to process credit card transactions for subscriptions every month.At the beginning of this month, all transactions have all been shift...

Sandbox won't process transactions (response code 3)

Trying to verify a new version of my software works, using my Sandbox account to run transactions. I just generated a new transaction key, and I'm using that, but I can't actually process any payments using the test card numbers here: http://develope...

Integration of Gateway

Hi guys, I am new to Authorize.net.I am trying to implement payment gatway but could not understand which one to use and how?can anyone guide me the steps for integration of payment gateway.The technology i am using is PHP plz help.

List of all options for call MerchantAuthenticationType

Hi, I have basic understanding of PHP and so far I am able to use the sample file create-subscription.php to create subscriptions etc. When looking online in the portal I see that I only sent basic informaiton such as the CC, name etc. I also see in ...

zamiksica123
Contributor

Accept.js - clientKey and apiLoginID inside Javascript

Helloon my website I use code provided by your example:https://developer.authorize.net/api/reference/features/acceptjs.htmlThere are also those lines: authData.clientKey = '6WrfHGS76gHW3v7btBCE3HuuBukej96Ztfn5R32G5ep42vne7MCWZtAucY';authData.apiLogin...

zappullae59
Contributor

Refund / Void Transaction ID Solved

Hi, I am using AIM and have a questions regarding a CREDIT or VOID transaction. I am setting fields amount, last 4 digits of the card and the transaction id of the orginal charge transaction. The transaction is processed fine. Is there a new transact...

jhesch
Member

C# Example Not Working

Background: I'm trying to configure my system to work with the sandbox environment so we can actually test our integration with the Authorize.Net API. So I've copied the C# example from the http://developer.authorize.net/hello_world/ page into a new ...

CIM error when saving customer payment profile in live mode Solved

Hi, We are using authnet php sdk for creating customer profiles and using code similar to what is mentioned in doc/CIM.markdown file. In live site, whenever user signed up in site by giving card details, following error is thrown Authorize.net CIM Er...

Error - underlying connection was closed

We are using Windows 2003 for AIM integration and get the following error while calling https://test.authorize.net/gateway/transact.dllThe underlying connection was closed: An unexpected error occurred on a send.When we are running the code in produc...

kofhearts
Contributor

Transactions taking a long time to settle in sandbox account?

I use sandbox account for development and testing. The unsettled transaction list for sandbox account shows a list of transactions starting from date sept 1 2016 which are in pending states. I am wondering whether there is a problem in the system cur...

Authorize.net error in magento2

Hi, I'm working on the magento 2 platform in test mode and getting the following errors.'An error occurred while trying to report this transaction to the merchant. An e-mail has been sent to the merchant informing them of the error. The following is ...

zamiksica123
Contributor

Accept.js - how to add Customer informations

Hellohow to send customer details to "Transaction detail" after payment is done?When I navigate tohttps://sandbox.authorize.net -> Reports -> Transaction Details -> TransactionIDI see last 4 digits of credit card, paid amount etc. and under "Customer...

How to issue a refund when using Accept.js

Hi, How should we issue a refund, if we created the transaction using the nonce provided by Accept.js ? I managed to create the transaction, capture it, void it, but now I'm stuck on Refund. Because Refund requires the last 4 digits of the credit car...

cyf
Member

Cancelling a subscription after current occurence

We have an online subscription-based application that bills users in advance using recurring billing. Is it possible to cause the subscription to cancel at the end of the current occurence rather than immediately? Bill cycles are based on when they r...