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.

No response on getTransactionDetails API Solved

No information is retrieved for the respective transactionId provided in the getTransactionDetails API. When I try to print the count of lineItem, I get 0 except for a message (AuthorizeNet.Transaction). I have been working on .net to acquire these d...

Netizen
Contributor

Capturing Response Codes - CIM Solved

Hi, Response Code list mentioned in CIM Respose Codes is currently mentioned in response e.g. I0001 There are also Gateway Response Code, Gateway Reason Code and Gateway Reason Text in Q. 1) Would the field be always populated in response to creat...

KB_developer
Contributor

Going from Test to Live

Hi, Using SIM, although i don't suppose that's the important part here. We are ready to go live. Currently I have this line in the checkout page, just before the user lands on Authorize: If I simply remove that, or change it to FALSE, (and I think I...

dwoods
Member

Update Customer Profile Transaction

I am curious it is possible to update the transaction after it has been posted. Whe call the CreateCustomerProfileTransaction() method with the ProfileTransAuthCaptureType and ProfileTransactionType information. What I would like to do is after we co...

npiasecki
Regular Contributor

CIM Refund E00051 Solved

I first noticed it yesterday, but it seems sometimes when doing refunds in production, we're receiving an E00051 error saying that "The original transaction was not issued for this payment profile." However, when we try the same action again, the ref...

SIM Silent Post URL works intermittently as of 2014/08/08

Our server recently stopped reliably processing authorize.net's SIM responses at its Silent Post URL. We haven't changed anything. Was there some sort of change on authorize.net's side on August 8th? 4 orders were marked Confirmed.12 orders were left...

CIM x_duplicate_window failure July 28? Solved

Hi all, We host an E-commerce and website building codebase for a few hundred clients. We've had an Authorize.net CIM implementation for several years now that generally works seamlessly. But on July 28, over a 6-hour window, one of our largest clien...

Ashlekh
Contributor

CIM Send any notification which I need to parse Solved

Hi, I've done integration with CIM by API. Now I can create customer profile and do transaction. When I hit API for transaction and transaciton type is oauthcapture then authorize send me result of that request with seccuss. I want to know that the r...

glerler
Contributor

Test and LIve URL configuration with .NET

I think this may have been answered already but I couldn't find it. How do I config it to universally use one or the other URL's . for sandbox testing or live? The URL seems to be hard coded in the compiled DLL. Is there an overide to change the URL?...

Recommended POS system

Hello, This topic may be out of category for this forum, but I am in desperate need of advice. Can anyone please recommend a POS system that would be compadible with my current Auth.net account? I have been trying to research online but it's overwhel...

how to get a complete list of unsettled transactions?

http://developer.authorize.net/api/reference/#transaction-reporting-get-unsettled-transaction-list 'getUnsettledTransactionListRequest' "The function will return data for up to 1000 of the most recent transactions." How do I search for unsettled tran...

KB_developer
Contributor

Generating receipt - SIM

HI, I have my site set up such that a person is sent to Authorize.net to pay using SIM. Is there a way this person can get a receipt? Here is the catch - I don't know who will actually pay. Example, a teenager has an account on the site, logs in, etc...

Export vs AuthorizeNet.DLL with dates

The dates in the export file are -4 hours from what I see using the DLL to read the transactions. Is there a way to tell the DLL to return Eastern time as my client does for the export? Also, surprised it is -4 and not -5. I am Eastern time. Is this ...

paulE
Member

How to inject encryption key into integrated card reader.

We are setting up an authorize.net integration that will be accessed from a kiosk with an built-in card reader. The kiosk manufacturer is requesting the information to inject the integrated card reader with the authorize.net encryption key. This is t...

rreynier
Contributor

How are transaction dates stored (timezone)?

Are transactions stored in authorize.net in the timezone you specify in your account, or are they stored as UTC and then just output differently based on your account settings. Ex. I have my timezone set to Eastern in Authorize.net. A transaction occ...

authnet-sdk-java.jar

Hello - I am trying to test our connection using Java and the DPM method. I downloaded the SDK b ut didn't find authnet-sdk-java.jar in it. I wasn't able to compile our Servlet code without it as statements like: net.authorize.sim.Result result = net...

nick1
Member

Tokenizing card details Solved

Hi,I'm really looking for some advice on which API method to use, each of them seems to partially fit what I would like but nothing is ideal, I don't know if I'm missing something. What I would like is a way to capture customer card details and have ...

Wstar
Contributor

ARB does not cancel on failed payment.

I have been working with Authroize for a while now. But I do not understand what is happening. I use the silent post feature to attempt to cancel a subscription if a payment fails. I get a succesfful responce when I try to cancel, but the ARB is stil...

pierini1
Contributor

cvv2 is missing.....

Hello,i have a AUTHORIZE TEST ACCOUNT but cvv2 field is missing ?How come ?Is it normal or is there anything wrong ?If so, how can i add cvv2 field ? http://s14.postimg.org/vh234pvvl/cvv2.jpg http://s14.postimg.org/vh234pvvl/cvv2.jpg

AuthorizeNet.DLL

I am using the AuthorizeNet.DLL as is shown in the QuickStart example. It is working great so far. Now, I would like to try pulling from our production environment. I have prepared the production environment.I can't seem to figure out how to tell the...

Processing refunds for eCheck transactions through WEB

It appears that eCheck refund transactions can not be processed using WEB method. In other words, following combination is not accepted: x_type = CREDITeCheck_transaction_type = WEB Can some one please confirm if my understanding is correct? Thanks a...

pierini1
Contributor

help with test account building Locked

Hello, i create a free test account but now i cannot install all. I use .php code with Server Integration Methos and you can see it uploaded in my webhost: I have also already created new php file for sample transaction (sim.php ?)and you can see it ...

Iqbal
Contributor

All Visa Transactions Declined

Hi Everyone, I have a problem with Authorize payment integration on my system about Card Verification, and this is my customer said : "We're seeing all visa transactions declined. when we submit through our Authorize.net gateway. We are able to proce...

Andrei
Member

Share part of payment or generate additional transaction

Our company need to create an extension for a ecommerce system that allows users to sell third-party products on their site. They will get payments, but the parcel with products itself will ship from provider (provider has ecommerce site and uses aut...

Slient Post URL is not working in ARB

I am using Authorize.NET Automatic Recurring Billing Service in my C# application and I was able to integrate recurring payment successfully. Suppose I am using annual recurring profile. On Jan 1st,2014 I started my subscription and next payment date...

Ashlekh
Contributor

Multi currency IN ARB

Hi, I have develop the code for ARB in salesforce. Now I have some quesitons which are listed below. 1) In ARB can we configure currency type when creating a new Subscription.If yes than which element I need to add in XML.if no then how can we give t...