cancel
Showing results for 
Search instead for 
Did you mean: 

CIM credit card validation charges refund

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:

wiramrathod
Member
2 ACCEPTED SOLUTIONS

Accepted Solutions

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

 

View solution in original post

Thank you very much, Raynor     :smileyhappy:

finaly there are no confusions in my mind.

Once again thanks for the same :smileyhappy: :smileyhappy: :smileyhappy:

 

View solution in original post

4 REPLIES 4

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.

RaynorC1emen7
Expert

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

 

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.

 

 

Thank you very much, Raynor     :smileyhappy:

finaly there are no confusions in my mind.

Once again thanks for the same :smileyhappy: :smileyhappy: :smileyhappy: