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.

E00040 The record cannot be found. right after profile create

Sometimes when create a new Payment Profile and right after that call subscribe with profile api I got E00040 error. After resubmitting the request later it works...This seems like a bug in authorize.I'm using sandbox account with the php library.

iamreb
Contributor

authorize.net IP range for silent post

We already whitelisted this IP's: 198.241.168.60 , 198.241.162.104 but the silent post can't still access our server, and this was working perfectly yesterday June 30, 2016. So may I know if there were any changes to the IP address used by this funct...

Alix
Member

Posting to authorize using the transact dll method directly Solved

I've inrehited some legacy authorized code that proccesses payments in a non-optimal way. I need to fix the script so that it issues a post request (it's currently doing get). The script does not use the api and instead it just uses this url https://...

eCheck refunds returns E00027 - The transaction cannot be found.

I'm adding support for storing bank accounts on customer profiles and using those to create transactions. Adding the bank accounts to the customer profiles and charging it works fine. However, when I try to refund the transaction, I keep getting E000...

getting an error with the new accept.js solution Solved

I am trying to test the new accept.js solution. I am copying/pasting the example code. I am just trying to log the results to the console, at this point. However, when I load the page in FF or Chrome, I get the following error: Chrome: Accept.js:1 Un...

davinder
Contributor

Transaction Declined but payment deducted using AIM

Hi, We are using AIM for credit card payments and when we tried to make the payment with wrong address details and correct credit card credentials;The payment was declined and i got a message "The Transaction has been declined because of an AVS misma...

npiasecki
Regular Contributor

(E00104) Server in maintenance

We got a bunch of these around 5:30 a.m. Eastern this morning. I missed the maintenance schedule, where was this posted? It's not on the status page.

CIM Hosted page theme

I am trying to use the hosted form on CIM. I noticed the form looks different as a popup and as a single iframe. I also noticed there is a theme class on the popup example I based my code on: AuthorizeNetPopupGrayFrameTheme Is there any way to change...

Updating PHP for Updates

I currently have and have had php code to process credit card payments online thru authorize. I am trying to find out if this code will still work with all the updates or does the code need to be updated? I can send or post the code if it will help o...

Error 92 SIM Address Field with #

This is one I haven't seen before. Our app has been working fine for years, but today we started getting an Error 92- but only for certain clients. One would display the payment form; another fail with Error 92. I suspected that this had something to...

leehinde
Contributor

Error E00003 while testing json post

I'm testing using the same data in the docs, but was trying to figure out the minimum data needed. But I'm not getting that far. If I post { "createTransactionRequest": { "merchantAuthentication": { "name": "7YJ9A2pkC98", "transactionKey": "28S7jjRAv...

leehinde
Contributor

PDF version of Docs

Is there a pdf version of the info on this page/path? https://developer.authorize.net/api/reference/index.html

leehinde
Contributor

Slow response to sandbox;

There have been earlier comments on this, but none current, so I'm staring again. I'm hitting https://apitest.authorize.net/xml/v1/request.api and waiting 40-50 seconds for a response. This is both from a test client (Paw) and from the web page:https...

authorizing and collecting

It there a way to authorize and collect by just passing the "credit card number, name of card, expiration date, and CVV Code"?I am using the API Call which works 100% fine when sending the billing information along with the card info through the API,...

Why is resultCode OK when an error exists? Solved

I was rather surprised when I tried your sample code with a transaction that was supposed to fail and it still said Ok for the resultCode, which per your samples indicates a successful transaction, but in reality it fails. How the response should be ...

Processing EBT and debit cards? Solved

This is for a retail (food oriented) POS environment. My .Net app will be on a PC and communicate with the reader. I've found a few things that suggest debit cards are processed exactly like credit cards but only if they are Visa/MC and don't require...

Authorize Customer Payment Profile not working

Our checkout process is like this, during payment step, we will just authorise the customer payment profile and later on to some other flow, on completion of service provided to the customer, we will charge the customer payment profile. So firstly we...

iamreb
Contributor

retrieving transaction query report from a hosted form Solved

I have this hosted form: $form .= "";$form .= "";$form .= "";$form .= "";$form .= "";$form .= "";$form .= "";$form .= "";$form .= "";$form .= "";$form .= "";$form .= "";$form .= "";$form .= "";$form .= "";$form .= "";$form .= "";$form .= "";$form .= ...

dev-usa
Contributor

Confused. Is there still a hosted server---like SIM---or not? Solved

Seems like everything I read on the AN site talks about client-based data collection services (CIM, AIM) so I have been advising my clients accordingly. Then today one of my clients pointed me to a site where, upon purchasing, I am shot to a AN site ...

dalet
Member

Regional IP Address Filter test when using hosted form.

We are using the CIM hosted form for creating recurring payments. A customer's request can be caught by the Regional IP Address Filter, resulting in their payment being held for review. In that case, we would like to provide some feedback to that eff...

goldy
Member

Payout / Withdrawal / Settlement bank transfer methods in UK

I have a question about bank settlements / payouts. Does anyone know, which of the following "bank transfer method" does Authorize support when sending settlemens in Europe, specially the UK: 1. SEPA transfer2. Faster Payments (FPS)3. BACS4. CHAPS (O...

Creating micro transactions and voiding immediately

I've previously asked on how to create customer profiles with card track data, and was told the only way to do it would be by creating a profile from a transaction processed with track data. In the flow I have in my system, you input a card separatel...