Example of 'Event and Payment shop`(Ubercart 2), where people can buy tickets to an event. They pay by visa/visa dankort credit card. If the event is cancelled it would be very effective to have a feature that offers the seller(site admin) to refund money back to costumers bankaccounts.
Comments
Comment #1
xen commentedI guess you're thinking of the refund action of the API? http://doc.quickpay.dk/api/messagetypes.html#index7h2
I assume you want to refund the full amount?
Shouldn't be too hard to implement. It's just another button in the backend.
Comment #2
Krucial commentedThanks you Xen for your reply - yes I was thinking of the Quickpay API, im sure that it would be a great improvement if a user with permissions could do mass refunds(full amounts) for D6 and D7. Looking really much forward to see that happen :-)
Comment #3
xen commentedMass refunds aren't gonna happen unless someone contributes a patch, or UC provides the logic.
Comment #4
Krucial commentedThanks for useful information. About mass-refunds http://drupal.org/project/uc_cim enables this functionality for the Authorize.net payment gateway, based on their Customer Information Manager (CIM) system.
Comment #5
xen commentedI see no evidence of mass refunds in uc_cim. And there's really no way UC can be aware of whether and how a given payment gateway supports refunds. So it would require someone to implement this specific functionallity.
Comment #6
xen commented