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.

glerler
Contributor

CIM C# responses with XML. Locked

I am integrating CIM inyo .NET using the compiled authorizenet.dll and am having a bear of time capturing the response. I create "createCustomerProfileRequest" w/o issues and and send the request using the httpxmlUtility. This creates customer on aut...

saravananzs
Contributor

Modify the order amount Locked

Let us assume an order is placed by charging the amount by credit card.The first time Authorized 100$ from the creditcard accountThe order is not processed yet(not Settled) only authorizedis it possible to modity the amount 100$ to 125$(suppose modif...

jdallen88
Contributor

CIM - get list of transactions for payment history Locked

In CIM, I don't see any functions for returning transaction history but was wondering if something like this exists currently? We could keep track of payment history ourselves but I just wanted to check if there are alternatives that other people hav...

jbh1977
Contributor

GetHostedProfilePage API call - How To Use It? Solved

Hey, I've searched this board and google to no avail. I don't see how I am able to get a token via: GetHostedProfilePage API call So I can use the hosted profile modification popups when using CIM. I know how to create a profile and delete one, but n...

jdallen88
Contributor

customer Profile ID length Locked

Does anyone know if the customer profile ID always has the length? So far all of mine in test have 7 characters and I couldn't find anything in the documentation that mentions it's size.

JimHD
Member

Simple Checkout email response and Get Solved Locked

Upon testing, the confirmation email is returned with the listed owners name at Authorize.net and the primary email contact. Is there a way to change it to something like sales@domain.com? On the result being returned via the receipt page(Get or Post...

Incorrect MD5 hash information in ARB Guide pdf? Locked

Hi, In the ARB_guide.pdf document, there is the following (colors added by me)... The payment gateway creates the MD5 Hash using the following pieces of account and transaction information as input:MD5 Hash value—this is the value set by the merchant...

duplicate error after a decline transaction Locked

When a credit card is declined and the user tries to correct and resubmit the information, Authorize.net rejects the second submission with a duplicate transaction error. Of course the amount and invoice number will be the same. How can I fix this an...

Fraud Status / Capture via API Locked

Is there any way to Void or Capture items in the Fraud Detection Suite via API? We have multiple stores and it is very time consuming to jump into the Authorize.net Virtual Terminal multiple times per day. If there is not a way to do this via the API...

jay3dec
Contributor

Getting Duplicate Response from Authorize.Net to silent post url .... Locked

finally got this authorize.Net working using SIM method.I save the response data in the silent post url to my database.But now the issue is that that the silent url is getting response twice, as a result data getting saved twice in database.Does any ...

jrockfl
Contributor

Limit checkout attempts or AVS mismatch Solved Locked

I have examined the transaction details and see where some users have made 5 or more attempts to checkout and the card(s) were declined because of AVS mismatch or something else. I wanted to find out if anyone has added code to limit the number of ch...

drewgg
Member

How do I create non-structured future payments Solved Locked

(I'm sorry if this is answered clearly somewhere, I couldn't find it) We want to be able charge a customer 4 times, on specific dates that span nearly 10 months from the first charge to the last. What's the best way to do this? It doesn't look like a...

judy
Member

Please help, payment form not billing correctly Locked

Supposed to charge $49 instant then $25/week for 8 weeks. The recurring is working correctly but not charging the initial $49. Can anyone offer me advice on how to correct this? Pretty please?- - 3W3Jc3Efy2su 7vz3kX8943ATw7rZ - 2012 Unique Underwri...

URGENT!!! Error message 000027 Locked

When I run it on test mode, it works fine, but making it LIVE, creates this problem. URGENT hlp required!!! Anyone?

Yusuf
Contributor

echeck transaction in https://test.authorize.net/ Solved Locked

Hi therewe are doing echeck transaction in https://test.authorize.net/ but all my echeck are showing Transaction Status: Captured/Pending Settlementthrough our website I am passing echeck Para and I am receiving transaction id from authorize.net andI...

Pre-authorization charge in payment method Solved Locked

Hi to everyone, I am new at using autorize.net, so I hope that I will get some help. The thing is I have payment with the transaction type AUTH_CAPTURE. And it works good.Now I need some pre-authorization charge to be included in the payment.Can anyo...

Please tell me how to implement CIM method standard API Locked

hi I read the CIM_SOAP documentation but IM unable to find the how to implement standard API method...As my understanding HostedAPI method only for updating the existing customer payment and shipping profiles...i m developing my project in C#.net ,Ca...

E00001 - Internal Server Error Locked

Hi,As of yesterday all test requests have been returning the error response:E00001 - Internal Server Error Prior we have had no issues, and have exhausted possibilities on our end. Is the service down? If not are their other reasons for getting this ...

Test Account Signup Problems?

I confess, I'm a N00B, but I figure I can handle filling out a form, lol. Do we know of an issue with https://developer.authorize.net/testaccount ? I fill out the form, pass all the tests, it just flashes like it got the submission, but nothing happe...

AIM Debit Card Processing Locked

Hi Is it possible to implement Debit Card Transactions using AIM? If yes please provide any sample code. Thanks in advance.

(97) This transaction cannot be accepted. - ColdFusion Code Locked

I keep getting this error: (97) This transaction cannot be accepted. I am using ColdFusion for my code. I am using the Source Code downloaded from http://developer.authorize.net/downloads/samplecode/?searchid=1317927783498 under SIM - ColdFusion. Onl...

Suggestions for "up-charging" customers? Locked

My company currently uses the AIM API for eCommerce transactions. While it is clear we could further integrate the Credit and Refund APIs (via a customer service portal), the approach for "up-charges" is not so clear. After the initial ecommerce tran...

Integrate CIM with asp.net Solved Locked

hi we want to implemet the payment gate way usingthe CIM method.I m already downloaded the soap sample code for CIM method can any one please tell me how to make use of this code. we are already have MerchantAccountName and MerchantTransactionKey. pl...

kenh85
Member

Integration with Wordpress Eshop Plugin Locked

Hello. I am attempting to integrate a pay form directly into a wordpress site, such that the user will never have to visibly leave our site's domain in order to complete payment processing. For this purpose, it seems that the DPM model is the way to ...

kenny
Contributor

Tried Setting Up Test Account - Not Working Solved Locked

Hi, we've been trying to get Authorize.net working with our web store and donations system using our clients real Authorize.net account set to TEST mode. But we're learning that there may be certain things we won't necessarily be able to ensure are w...