I would like to use Authorize.net (CIM) to save the credit card number of the buyer, but I don't want to charge the buyer anything at the time of processing. Can authorize.net (CIM) save and process the card number if the product price is set to $0? It is about booking a service where the buyer books an appt online and if he/she fails the show up or cancels the the appt then we can charge the card accordingly.
What would be the best way to integrate it with wordpress woocommerce?
02-18-2014 05:20 PM
You don't need to charge them anything to create a payment profile.
But if you want to validate the credit card info, then you need to set the flag on the create payment profile to do live validation which would create a auth_only either $.01 or $0 transaction(fee) to validate the credit card.
02-18-2014 05:32 PM
So, you're saying that it can process orders even at $0, right?
02-18-2014 05:44 PM
When you use the create payment profile request and set the validation to livemode, it does it without you doing the transaction.
you can find the doc here
02-19-2014 04:13 AM