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.

AIM and SSL certificate

I understand that AIM enforces a SSL secured site, and our main site does have SSL.However, our main site is currently running "coming soon" page and thus all development is on a local server/machine, which we did not purchase a SSL certificate for. ...

want to change GBP currency

I m using sand box test account. Currently currency code is USD. but I want to change it to GBP.when i get email regarding receipt/purchase confirmation, there is also USD and in unsettleled transaction there is also USD. Can anybody tell the step ho...

ASP Error using AuthorizeNet.ComInterop.AIM

Hi , Please help me I am strugle this problem about 24hr without any food now. Our company has a website developed by classic ASP on Windows Server 2012.Yesterday, I did a wrong click and crashed server. So I reinstall Windows Server 2012 and did all...

Echo back custom merchant fields

using a blended account a successful charge will echo back my custom field. However, if the charge fails then it does not echo back my custom merchant field.

Relay Response and hosted receipt questions

I'm new to Authorize.Net and somewhat confused about a couple of related options. We've got a custom shopping cart on our site so I grabbed the Authorize.Net SDK and it looked like I wanted the DPM integration method because all of the "shopping" can...

Transaction Status for Funded Transactions for eCheck Solved

Hi, An eCheck transaction after succesful validation gets submmited in a batch at the end of day for settlement. After the settlement is completed, after the holding period the transaction gets funded and amount gets transferred to Merchant's bank ac...

Perry
Contributor

getting data from API

I currently have an API implementation but need two pieces of data that I want to know if available post a cretit card run. Need to capture if the credit card is a debit card (not by the user looking at the card but by the aPI telling me). And second...

eCheck Reason Code 244 Solved

Hey Guys, When I attempt to pass through an eCheck Type of "CCD" with an Account Type of "BUSINESSCHECKING" to the sandbox , I get a 244 error indicating that these two should not be used together. The API documentation states that in the case you ar...

ARB Silent Post URL is not called Solved

Hi everybody! We've implemented ARB engine for our site, but we met the problem that 'Silent Post' does not call back us on production environment.We use https for Silent Post URL and tested this URL via http://authnet.johnconde.net/tools/silent-post...

SG
Contributor

validate Credit Card Numbers in CIM

Hello, I am usin CIM transaction method,in this if I enter any credit card number the customer profile & customer payment id is generate but the during transaction card not valid error occured.Since when I try to do transaction using particular profi...

martin1b
Contributor

How to accept only echeck?

I'm currently using CIM with hosted form. We have an application where we only want to accept echeck only. No credit cards. Is there a way to turn credit cards off? BIll

ARBs to move to new Auth.net Account

Hi. I need to confirm that this can not be done. I have an old authorize.net account with thousands of ARBs that had different expiration dates, set by the consumer upon purchase. We now have a new account and new account number, where in all the ARB...

pradeep_p
Contributor

Unable to Refund Amount to Any bank Transaction

Hi Team, We are trying to refund the Amount from one of the recent Bank transaction and getting Error message “Transaction 6200471104 has been declined by the system”. We have cheeked with the transaction status and it is settled and expiry date of t...

IBM i/ iSeries/ AS400

Does anyone have any experience integrating with IBM i/ iSeries/ AS400 using RPG?

jldec
Member

SIM/DPM relay response corrupts non-latin utf8 characters

We are using a SIM/DPM form which collects payment/order information and POSTs the order details directly from customers browsers to the Authorize.Net gateway.When users enter text using characters that are not in iso-8859-1, like the cyrillic и (U+0...

Re: ARB Subscription IDs Available Through Transaction Details API

looking for more info on ARBGetSubscriptionStatusRequest only returns Response Code:Response Reason Code: OkResponse Text: I00001Subscription Id: Successful. not matter what subscription ID I give it and in the ui I can see the subscription ID status...

jkirkerx
Contributor

visa card numbers

I read somewhere years ago that VISA has card numbers that are both 13 and 15 chars long.Is this true? 13 digit VISA card numbers?

How to refund?

Hi, How to test ARB subscription is working in authorize.net sandbox model manually. Please help to find out the solution. Thanks

DPM Error Handling and general flow

I am very new to the whole authorization.net ecosystem I am trying to setup DPM and I followed the sample code and I am running into an issue. If I run this function and the transaction is successful, it sends POST info to the $url and I can access i...

pedrocoelho1
Contributor

Transaction Payment Type

Does Authorize.net only accept credit cards? Or are there other transaction types that it accepts? If so, how do I know in the transaction that I get back from GetTransactionDetails(sTransNumber) what kind of transaction type it is? Thanks in advance...