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

xen’s picture

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

Krucial’s picture

Thanks 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 :-)

xen’s picture

Mass refunds aren't gonna happen unless someone contributes a patch, or UC provides the logic.

Krucial’s picture

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

xen’s picture

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

xen’s picture

Status: Active » Closed (won't fix)