- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
CIM validation liveMode, ammount chaged $0.00 to $0.01,
If ammount cahrged $0.01, how can I refund this ammount to my site user?
Is any other way for CIM credit card Authoraization or validation without any charges?
I'm using CIM hosted form api in php
Please provide me best guidence for credit card authorization,
thanks :smileyhappy:
Solved! Go to Solution.
โ11-29-2012 02:21 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, Raynor
Right now I'm using authorize and capture, so my first payment made voided and next it captured.
If I use capture only xml reqvest for payment capture,
So will it generate voided transaction?as Voided transaction is not required here
โ11-29-2012 05:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you very much, Raynor :smileyhappy:
finaly there are no confusions in my mind.
Once again thanks for the same :smileyhappy: :smileyhappy: :smileyhappy:
โ11-29-2012 07:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
First, it is an auth_only transaction, which mean it only hold the amount from the card, not charging it.
Second, authorize.net will do a void transaction right away after the auth_only transaction.
So basically you don't need to do anything.
โ11-29-2012 04:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, Raynor
Right now I'm using authorize and capture, so my first payment made voided and next it captured.
If I use capture only xml reqvest for payment capture,
So will it generate voided transaction?as Voided transaction is not required here
โ11-29-2012 05:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Right now I'm using authorize and capture, so my first payment made voided and next it captured.
No. only the auth_only transaction that was create for the CIM validation liveMode get voided. Any transaction that was create by you are not getting any voided unless you tell it to.
โ11-29-2012 06:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you very much, Raynor :smileyhappy:
finaly there are no confusions in my mind.
Once again thanks for the same :smileyhappy: :smileyhappy: :smileyhappy:
โ11-29-2012 07:31 AM

