# File lib/active_merchant/billing/gateways/quickpay.rb, line 78
      def credit(money, identification, options = {})
        post = {}

        add_amount_without_currency(post, money)
        add_reference(post, identification)

        commit(:refund, post)
      end