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.

wp
Contributor

API error E00001 when calling getHostedPaymentPageRequest using example data Solved

Hi, I am trying to test the Accept Hosted integration method and am getting error when calling getHostedPaymentPageRequest. The error is E00001 "An error occurred during processing. Please try again." I know the data must be formatted correctly becau...

elchk
Member

Possible to do EMV over web API?

The FAQ specifies iOS and Android. Can we do EMV transactions over the developer API at developer.authorize.net? Thanks

Setting test mode on live account using API Solved

For years I have been using the old "manual" AIM and am attempting to switch over to the newer API. I develop locally and test on a developer account/sandbox until things are working. I then upload the code to the client's site and set "x_test_reques...

Refund without credit card information

Hello, I have been tasked make a feature that will refund a processed credit card transaction. Our back-end does not save credit card information, so I would like to know if there is any other way to issue refunds. I do not have access yet to the acc...

Storing Credit Cards

Hello, I thought I would reach out in the development forum prior to contact Authorize.net directly. So, my company is trying to collect customer details such as credit cards, along with billing and shipping addresses through our website. I should ad...

Getting 57 error for subscription other than first payment ?

Hi Team, I have created a subscription in my PROD authorize.net account,Subscription 2 nd payment failed with transaction status as declined.I have updated credit card details, now the subscription 3rd payment failed with transaction status as "gener...

Settlement Report - Fees

Hi, I would like to pull a daily settlement report with the Authorize.NET fees per order or per day. I am using the GetSettledBatchList call: https://community.developer.authorize.net/t5/News-and-Announcements/New-API-Call-getSettledBatchList/td-p/63...

del
Member

Certificate pinning

I am interested in implementing certificate pinning in my iOS app, specifically when it communicates with authorize.net. Background info here: https://www.owasp.org/index.php/Certificate_and_Public_Key_Pinning What is authorize.net's policy on announ...

Where can I get aNet Java SDK which is stable? from Github?

My website will be going live after migrating from SOAP to new Authorize.net APIs. I have downloaded java-sdk from https://github.com/AuthorizeNet/sdk-java. Before going live, I need to know how much stable is this SDK OR whether I have downloaded co...

kofhearts
Contributor

Does using Accept.js require PCI compliance?

Currently our company uses the simple SIM payment method provided by Authorize.net. This has been serving our needs but there is a serious problem that we encounter now and again "The script timeout error". The frequency of occurrence has increased o...

treii28
Contributor

First Name+Last Name vs. Full Name

Authorize has two separate fields for customer First Name and Last Name. I'm wondering if there is one of these fields which can be used to submit 'full name' instead of a name in two parts?

Sandbox Not Working But Not Throwing Error Either...

I am hoping someone can help me discover why my sandbox is not showing the test transactions. Here is what I have so far: AuthorizeNetAIM.php file settings: const LIVE_URL = 'https://test.authorize.net/gateway/transact.dll';const SANDBOX_URL = 'https...

gnpatterson
Contributor

Line Breaks in x_footer_email_receipt (SIM)

According to page 32 of http://www.authorize.net/content/dam/authorize/documents/merchant_guide.pdf we can use HTML
in our headers and footers. Sent in x_footer_email_receipt:"Your trip begins Thursday, May 18, 2017. Please call us at (800) 6CANOE2 ...

Cannot Make payment for merchant account in C#.

Hello,I am using Authorize.net DLL package for service.I created aaccount in sandbox for developing. than in live I used merchant Credential for working live mode. I change enviroment sandbox to PRODUCTION but itsnot working properly and asking for I...

No email receipts from Sandbox using Gravity Forms

Hi, I'm using Gravity Forms and the Sandbox account to test transactions. When I submit a transaction I don't see any errors, and Gravity Forms logs the transaction as successful with a transaction ID of 0. However, I am not getting any email receipt...

Installing iOS SDK

Hello, I'm trying to install the iOS sdk and I've tried it two ways, manually, and using cocoapods. Both ways I got an error and don't know how to fix it. Cocoapods With cocoapods I got a few errors that I was able to fix such as running on device in...

CIM createTransactionResponse missing declined reason

We are only getting generic declined reasons on the createTransactionResponse object unless the reason is an AVS mismatch error. The transactionResponse.messages node is null and transactionResonse.errors contains only one error: errorCode 200, error...

fifty-git
Regular Contributor

PHP API getting no response at times

We're using the PHP API (net\authorize\api\contract\v1) and we've been running transactions and at times get no response from Authorize.net. It works the majority of the time, but in a 24 hour period we've had 8 instances of no response. I initialize...

ismgr
Member

need email field on CIM using internal system

our internal system uses: https://api.authorize.net/xml/v1/request.apiandhttps://secure.authorize.net/profile/addPayment to setup a customer token. This internal system opens a window that shows a basic form asking for customer information (to setup ...

Regarding migrating from SOAP APIs to new Authorize.net API

Hi, I am using SOAP APIs for customer profile creation and payment transactions. SOAP APIs are now deprecated and will not be supported after March 1, 2018(http://developer.authorize.net/api/changes/). What all things are necessary to move to new Aut...

X-Cart Refund

I'm currently using X-Cart with authorize.net Accept.js. Which is working fine. But there is no way to process refunds without going to authorize.net. Is there anyone that has integrated a PCI compliant way to process refunds while staying on X-Cart?...

Auth_Only + Capture/Void vs AuthCaputure with Refund Solved

I have a project where at a high level I want to validate the credit card information a user entered. If the card is valid then I'll perform some processing, then assuming the processing is successful charge the card that was validated in the first s...

AcceptJS Test Token

I would like to unit test the server side code that processes the Nonce token response. It would be nice if there was a sandbox token that could be used multiple times for this purpose. Does anyone know if this functionality exists. If not, I would b...