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.

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...

live mode of CIM integration

Hello, I have implemented the authorize.net payment gateway in our application. It is working fine in test mode. I got some credit card no to test. we are able to make successfull transaction by providing credit card number and its expiry date. My qu...

SG
Contributor

choose payment method

We would like to implement the payment method for the following way, Kindly let me know suitable payment method. 1] Payment is to be paid on every year2] The amount is changeable on every year.3] Get subscription details of customer4] Send email noti...

Testing ARB Suspended subscriptions

I want to test our systems response to a subscription which has been put into suspended mode due to payment failure. I can't find any way to create or modify a subscription to be in a suspended state in Sandbox, either via API or web interface. Is th...

SG
Contributor

ARB expired subscription reply

Hello, After successful ARB transaction,automatic recuiring will perform but if the user credit card has expired,his subscription will also get expired then how my website will know that this particular subscription is expired & stop providing servic...

SG
Contributor

ARB with my site

Hello, I want to do ARB on my site,that means 2nd or other payments of user also will done on my site.Is it possible in ARB?

Getting maximum of successful transactions

Hello dear Authorize.NET community, We are using AIM + CIM to process credit cards. Recently I noticed that we are getting many declined payments in transaction log. Most of them are with status "decliner by issuer", which means we don't have any spe...

sp1012
Member

Unable to process iOS transaction < 999

I'm using iOS 7 with the Authorize.NET iOs library and I can't get transactions over 999 to process. Doesn't anyone have a clue why? I've tried several different ways of formatting. I don't get any error other than processing failed. TransactionReque...

rv
Member

AIM Testing: error 102 Solved

We are currently using AIM for CC processing. This is working in our production env.We want to make a change.In order to do this, I setup a developer account, so I have a dev API Login and Transaction key. I am using the same code to process the CC t...

Clarification needed on how to Do Credit Card Authorizing. Solved

Hi, I want to integrate Payment "Recurring Subscription" with my C# application(I am using Authorize.NET SDK https://github.com/AuthorizeNet/sdk-dotnet ). For this I am using Authorize.NET ARB.In my case when the Employee signup I need to create an p...