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
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
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
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
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
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
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