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.

timc
Member

where does Java SDK place log file on server?

I installed the java SDK from here: https://github.com/AuthorizeNet/sdk-java and I want to know where I should look to find the log file that it creates? Anyone know the path or directory where this SDK places its log file?

timc
Member

newbie trying to install Java SDK on centOS Java 1.7, help!

I downloaded Authorize.net's Java SDK here https://github.com/AuthorizeNet/sdk-java and I'm trying to run the examples on that webpage. So, I moved all the jar files in the `lib` folder, which are: commons-logging-1.1.1.jar* hamcrest-core-1.3.jar* ha...

smartk1977
Contributor

CIM (Get Customer Profile) - Expiry Date

The "GetCustomerProfileRequest" API allows to get expiry date. However the year and month are masked. My current requirement is to use CIM to manage the credit cards and once managed, show the list of cards (last 4 digits) along with expiry date. If ...

cassie
Member

No response to capture request using CIM

I am trying to switch to using CIM and Api call to authoriza and later capture transactions. Everything is successful up to capturing the authorized amount. I am sending the API call and getting back no response (and nothing happening on the server)....

CIM SOAP C# Implementation Solved

Please help ASAP...The documentation does really well at showing how the SOAP methods work toCreateCustomerProfile (Is this always required to obtain the CustomerProfileId?),GetCustomerProfile (but only with the CustomerProfileId after CreateCustomer...

CIM and Simple Checkout integration?

I have a website run on wordpress and we use a Simple Checkout button on our payment page. We are a guide service and our customers pay a deposit, then a remaining balance, then sometimes an additional transaction at the end of a trip. We'd like to b...

phongn
Contributor

How to prevent form resubmission with DPM? Solved

I'm trying to use the PRG pattern to prevent form resubmmision with Authorize.Net DPM method. My check out form post s the necesary data to authorize.net with the relay URL posts to my first ASP page on our site, then from that page I have it redirec...

Need Explanation about how relay response works with custom receipt Solved

I am confused somewhat about how ANET implements the relay response using the SIM. I am getting the POST data via the relay response (most of the data that I send to them with the order), I do some database stuff, send out an e-mail and then write a ...

Writing to the authorize-net.log file Solved

I don't know if it is important, because things seem to be working OK with integration using the SIM method. However, I was wondering how to write logging information to the authorize-net.log file ? It is configured it my phphunit_config.php file: de...

Credit Card logos on checkout form page with SIM Solved

I am setting up integration with SIM for a customer. We actually don't want to accept American Express at this time because it apparently requires setting up a Merchant account with AMEX. On our site checkout we display only VISA, MC and DIscover, bu...

Rockster160
Contributor

Avoid PCI by relying completely on Authorize.net

Hi all. We've got a slight problem. I'm a new-ish freelance developer making a site for a start-up. They generally only do cash/over-the-phone/hand delivery of items. As they are getting more popular, they want to move onto the internet world to hand...

dmikester1
Contributor

how to void a transaction using AIM

Is there a tutorial somewhere showing the code on how to correctly void a transaction using the AIM method. I downloaded the csharp_aim package and that was of little help. I was reading through the AIM_guide.pdf and it states that the card number an...

invoice number for refund transactions

HiI want to identify transactions with an external id, and i'm using invoiceNumber for that. It works fine for all kinds of transactions, except for refundTransaction. When i submit refund invoice number in reports is always empty.Is there a way to s...

Unable to login to sandbox website

The authorize.net sandbox apis seem to work just fine. However I have not been able to login to the website https://sandbox.authorize.net I keep getting a "An unanticipated error occurred while processing this request. Please click your browser’s Bac...

zan
Member

Error connecting to AuthorizeNet on sandbox

When I submit authorizeAndCapture (AuthorizeNetAIM) on sandbox it gives me this " Error connecting to AuthorizeNet" message. Is the sandbox down? I'm experiencing this since yesterday. AuthorizeNetAIM_Response Object( [_response_array:AuthorizeNetAIM...

brog
Member

Getting E00059 while trying to cancel a subscription

I am currently working on subscription integration with Authorize.Net using their ARB service. I am able to create a subscription without any issues. However; when I try to cancel the newly created subscription I get the E00059 error : The authentica...

Developers with Magento having issues with CIM SOAP API Solved

Hello, So today I came in and we were unable to charge any orders through Authorize.net CIM SOAP API, after talking with their support they said this is a magento wide issue. I've found the issue, they're response header has changed lengths from 335 ...

CIM and fraud detection

In the past few months, we have seen a much higher rate of decline for our clients using CIM processing transactions. Generally there is not any particular message from the Card Issuer for the decline. However, I think the card issuers are looking at...

PHP Form Submitting Solved

(*I am not to versed in Code) I am attempting to get complete the connection between our simple form and https://secure.authorize.net/gateway/transact.dll This is the test site I have up right now: http://onehealth.bridge-mktg.com/plan-your-visit/pay...

x_invoice_num is blank on 3-99 Errors

Is there a way to get x_invoice_num back from Authorize.Net in the event that the server reports a 3-99?I am switching to DPM from AIM and need to do some logging.