# File lib/active_merchant/billing/gateways/efsnet.rb, line 37 def capture(money, identification, options = {}) request = build_refund_or_settle_request(money, identification, options) commit(:credit_card_settle, request) end