# File lib/active_merchant/billing/gateways/stripe.rb, line 56
      def capture(money, identification, options = {})
        commit("charges/#{CGI.escape(identification)}/capture", {})
      end