# File lib/active_merchant/billing/gateways/payment_express.rb, line 72
      def capture(money, identification, options = {})
        request = build_capture_or_credit_request(money, identification, options)                                            
        commit(:capture, request)
      end