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.

Integration with advanced transfer option

I would like to use Authorize.net to collect payments from my customers. My website has verious sellers who would have their stores. Once buyer purchase and pay via authorize.net the amount should come to me. After verification of delivery I would li...

Test server not working for CIM?

I'm getting responses of just the following when I do a print_r() dump of my response object. This just started happening recently, and I can't find anything I'm doing that would be causing this, since the response object is created by the API and it...

surfsupjoe125
Contributor

This transaction cannot be accepted

Hi All, New to this blog but wanted to reach out and see if anyone else has experienced this problem. I am using WP estore have the receipt/response URL in the settingof the cart correct and mirrored in the a.net account receipt/response URL settings...

Using 42222222222222222 Solved

I am having no luck in test using the test card 4222222222222222. I realize that in my developer environment [I am developing in Visual Foxpro 9 sp2] I cannot test the AVS or CCV,however I should be able to test thing line Expired Card,[8], duplicate...

Integrate PayPlans Joomla + Authorize

As I can use the application of authorizes to charge my clients through my joomla website which has a module that is to integrate this system.Do you have any additional cost for the service?When making payment where's my money to my card?I can remove...

ARB for CIM profile

Can we create ABR for CIM profiles? Can I relate these entities on the AuthorizeNet side?

Transactions are not settling in my test account

Hello, I've waiting for more than 2 hours and all my transactions are still unsettled. We are testing credit card verification in our script so we need the transaction to be settle so the random amount will be posted back to our script for verificati...

Create Multiple Customer profiles based on Single Email ID Solved

Hello , i have a requirement here where multiple people use a common emailID, i.e. something like a serviceemail, but they need to have different customer profiles on authorize.net so that they haev different payment profiles. so in short, can we cre...

CIM: Duplicate Payment Profile Solved

In migrating legacy card data over to CIM, I'm running into issues with CIM not creating a payment profile because it says it's a duplicate. Is there a way to determine for sure which profile ID that it's a duplicate of? Assuming I'm going to have to...

php sim sample 'Invalid' error message - no reason code

Hello, I've been using a test account and all was ok. Now I'm trying to use a real account....but when I try a payment, after I click 'Submit' in the Secure Hosted Payment Form, in the next page I get just the text 'Invalid'. There is no reason respo...

Auth Only not working with SIM Solved

Dear All, I have used x_type as AUTH_ONLY for my transaction, but in my account that transaction type shows this text "Authorization w/ Auto capture".Does the transaction type is correct ? My client is saying that transaction type field should displa...

js2393
Member

AIM PHP - Retrieving Custom Merchant Defined Fields Solved

In my code I have defined a custom field: $transaction->setCustomFields('cart_id', '1'); $response = $transaction->authorizeAndCapture(); if ($response->approved) { $cart_id = $response->cart_id; //...do stuff with $cart_id } However, I get this erro...

Moving from Test to Live and getting an error

Hello,We are trying to take our site live today using the CIM API and I am getting an error. I am using the SDK that I downloaded from Authorize.Net. I switched over to use the live URL:https://api.authorize.net/xml/v1/request.api I verified that thi...

Unable to connect to Server error for both XML & SOAP - ARB

Hi All, I downloaded the sample code for Automated Recurring Billing (ARB) API from the website. Executed and tested the downloaded code in my local machine using my own registered loginname and Transaction Key which worked great. XML:After that I in...

js2393
Member

DPM PHP - Verifying user form data before submitting to Authorize.net Solved

I'm using the sample PHP code for ANet in which the form submits directly to: https://test.authorize.net/gateway/transact.dll Everything works fine, but I want to perform validation on the form fields before submitting them to ANet. This is important...

JDNCHA
Member

ARB Upload?

Our IT department is working with us to try to upload ARB files, we currently have a "text delimited" string in the DESCRIPTION field that we use to identify and automatically post the transactions to our files when they are charged. The upload also ...

CIM: Voids Solved

Do Void transactions follow roughly the same guidelines as Credits? The CIM guide explicitly states that a Refund against a previous CIM transaction requires CustomerProfileID, CustomerPaymentProfileID, and TransID. For a Refund against a non-CIM tra...

CIM: Refunds

I've successfully tested both SALE and VOID transactions using the CIM SDK code samples and they work as expected. With Refund transactions, though, I ran into an odd issue. When trying to perform a Refund on a CIM Sale transaction, I'm getting the f...

subashkc1
Contributor

ARB of 1 day

Hello, I need to help my clients test the ARB module and so they want to test with a daily recurring payment system but according to ARB's documentationm, the least number of days I can specify is 7 so is there any fix for this or I'd have to go with...

A connection with the server could not be established error

We've been using AIM for years and all of a sudden we're getting a "A connection with the server could not be established" error. This has been happening since June 15th but not all the time. Anyone else having this problem? Thanks.

shams
Member

SocialEngine Payment Gateways

hii need authorize.net as a socialengine payment gateway.so i can sell subscription and get confirmation automatically. as other gatway works good. like paypall, 2CO thanks for your assistanceif you want i can upload those code here

Setp 2 in integrating DPM with Java

Hi, I am very new to Authorize.net. and I have the following question: In the SDK for Java with DPM, Step 2 for setting things up says: "Place anet-java-sdk-1.4.2.jar, found in target, into your classpath.Place the dependencies, found in lib, into yo...

API and account type

when testing the api transaction details, "VISA" and "MASTERCARD" return fine wheni use getAccountType. if a transaction is an "American express" or "DIscover" card , "UNKNOWN"is returned. is there some setting that needs to be changed in our account...

subashkc1
Contributor

XML parse error in ARB Solved

Hello, I used AIM for first month payment and ARB to create subscriptions and it was working fine...but now the AIM transaction goes through but on creating subscriotion I get error code E00003. Are there any changes in submitting XML or what ?? Than...

Java SDK with CIM not sending CCV Solved

Hi there, I'm using CIM through the Java SDK, and I'm having a problem getting the CCV to be validated when I attempt to create a customer profile. I have gone through testing in the various environments, but I'm now at the point where I am using liv...

Trouble Understanding ASP.NET objects

I just recently started using Authorize.Net to submit our website's payments. I am implementing this through the Advanced Integration Method using ASP.Net. So, I have the SDK downloaded and am able to submit some sample transactions via my dev accoun...

Setting up second site

Hello we're setting up a second site. I was new to AIM when setting up the first, around a month ago. Can I use the same credentials to set up a cart on a second site? The merchant account will be the same as the products are the same in nature (and ...