# File lib/active_merchant/billing/gateways/payflow_express.rb, line 83
      def refund(money, identification, options = {})
        request = build_reference_request(:credit, money, identification, options)
        commit(request, options)
      end