authorize.net

How does Authorize.net Silent POST work?

Authorize.net offers a "Silent POST" feature for their Automated Recurring Billing. It's supposed to POST data to a url of your choosing, telling you whether they were able to charge the customer, how much, etc. The problem is, it isn't very well documented. Is there any way to test a post to that URL? I've signed up for a developer ac...

CFHTTP: find out supported version of SSL & test auth.net with SSL 3.0

Hello, recently received email from Authorize.net saying: During the week of March 16 - 20, 2009, Authorize.Net will be deprecating all legacy support for the SSL 2.0 protocol. Changes have recently been made to the Payment Card Industry Data Security Standard (PCI DSS) which have made the use of SSL 2.0 a PCI DSS viola...

How to create a "pending" order in authorize.net?

I'm a web developer looking to move a lot of clients to use authorize.net for their CC processing. I have used authorize.net once in PHP doing SIM integration for a simple site. Now the problem is, some of our clients have established processes that takes the CC info from our site, and it goes through a fulfillment process outside th...

Good authorize.net PHP libraries

I'm working on a PHP project and am looking for a good authorize.net gateway. I want something with mature code that's tested. The goal is to avoid writing and testing the entire thing myself based on the authorize.net api docs. Does anyone know of any good PHP libraries for this? I've search Google to no avail. ...

Test refunds on Authorize.net using a test account?

I am developing a website that uses Authorize.net but I am currently using a test account. To test a refund, it requires a unique transaction ID, but since I am only using a test account, it does not return a unique transaction ID when you make a test transaction (always 2147483647). Is there another way for this to work? I need to see i...

authorize.net C# wrappers/library

Are there any good libraries or wrappers for Authorize.net? The code samples available from their site seem a little ... raw. I'm looking for an easy to use, object oriented API that I can simply set some properties, and it takes care of all the plumbing code under the hood. I've found a few random blog posts of people offering their ...

How to void authorized transaction in authorize.net gateway using ActiveMerchant

Goal: Only have successful purchases show up on a customer's billing statement. I don't want declined authorizations showing up on their billing statement (as seen in an online banking system) as pending. A customer often will accidentally input an incorrect billing address, for example, followed by a correct one. Together, the two at...

Authorize.net Payment integration

I'm looking to do Authorize.net payment integration with a website using PHP. My questions are: 1) Where I can find a tutorial, development guide, and/or code samples for doing this with PHP. 2) Is it possible to obtain a test account to do the integration like Paypal's sandbox, or does one need to have a live account to which you can...

Live Merchant Account for testing?

Sorry if this is not a programming question, but I'm not really sure where to ask this. I will need to test an application using a live merchant account (specifically for refunds), but I don't want to sign up and pay for an actual merchant account because I will only use it for testing. Is there another solution for this? Or is there a p...

how to run a single transaction in Authorize.net and payout to multiple accounts

I am working on an e-commerce application where we want to charge the user for a product and when he pays for it, send the payment amount to 2 different accounts. Is this possible? One way is to run 2 separate transactions, but is there a way to do it in single transaction to the user. ...

authorize and charge a credit card for on demand subscription

I am working on e-commerce application using asp.net MVC with C#. I need to authorize the users who signs up with the application with the credit card. 1). When the user sign up, i need to get the credit card details and authorize the card by either Paypal or Authorize.net without saving the credit card details except subscription id o...

Python/Django: Which authorize.net library should I use?

I need authorize.net integration for subscription payments, likely using CIM. The requirements are simple - recurring monthly payments, with a few different price points. Customer credit card info will be stored a authorize.net . There are quite a few libraries and code snippets around, I'm looking for recommendations as to which work b...

Using Authorize.net's CIM feature for one merchant with multiple merchant accounts

I'm investigating the use Authorize.net for a client that has N physical locations, each with their own distinct set of goods to sell and each with their own merchant account. I'm thinking about using the CIM feature, which allows me to store sensitive customer data with Authorize rather than holding onto it myself. That's a big win; I'd...

Getting status on canceled/expired credit cards for recurring billing with authorize.net

We're setting up a system that will use the XML API for Automated Recurring Billing with Authorize.net. It looks simple enough to set up a recurring billing. But we have two features that do not seem obvious * providing customers with details on individual payments * providing notification to customers of expired/canceled cards Anyone...

Authorize.net, SIM (php), and adding variable tax for in-state purchase

I am helping a client with a simple "shopping cart" using SIM through authorize.net. Limited number of items, they don't change, really don't need a full-on shopping cart, EXCEPT that we must charge tax to Colorado customers (and we'd like to vary the shipping method, based on whether they need it fast or slow or international). Obviousl...

Payment Gateway Option in France

Looking for a payment gateway that will work with French banks. As similar to authorize.net as possible. Any tips? ...

Authorize.net Integration

I am attempting to integrate Authorize.net into my site. I have set up and activated a test account in their test.authorize.net domain and have obtained and inserted their API key/login for my account into my configurations. I run my script through their API and I get the proper success message that they've received the information. Howe...

Authorize.net Integration

I have integrated authorize.net into my site. I heard there was a way for authorize.net to send a merchant weekly CSV files that document payment statuses of customers. The other option I've noticed is the Silent Post, which I prefer not to use. How do I get the weekly CSV files if it's even possible? I believe it doesn't work in the tes...

Authorize.net Parameters with activemerchant

I'm using authorize.net and activemerchant in a rails app. When I make a purchase authorize.net sends back an email with information about the purchase. I should be able to send them the billing and shipping address information and have that returned in the email, but it's not returning any of the information, obviously I've got the va...

implement authorize.net in android

I want to develop an application which does payment processing through authorize.net But everytime I get unknown error. Please help me.... Firstly i fill all the textboxes and use these values on a button click event. My code is: txtAmount=Double.parseDouble(Amount.getText().toString()); txtFName = FName.getText().toString(); txtLNam...