# File lib/active_merchant/billing/gateways/paystation.rb, line 45 def capture(money, authorization_token, options = {}) post = new_request add_invoice(post, options) add_amount(post, money, options) add_authorization_token(post, authorization_token, options[:credit_card_verification]) commit(post) end