- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Authorize.net (CIM) integration and processing
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So, you're saying that it can process orders even at $0, right?
โ02-18-2014 05:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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