# File lib/active_merchant/billing/gateways/epay.rb, line 100
      def refund(money, identification, options = {})
        post = {}

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

        commit(:credit, post)
      end