- if logged_in? and current_user.is_a?(Student) .mgn_t_20 = render :partial => "shared/student_wizard", :locals => {:option => {:payment => :current}} .mgn_t_20.white_bg.pad_h_40.pad_b_20 .row-fluid.pad_t_20 .span3 %img{alt: "Payment", src: "/assets/tutor_wizard/SetUpPayment.png"}/ .span9 %h1.header_1.size4em.txt_black ONLINE PAYMENT. .clear .txt_black.bold{style: "font-family: kreon light;"} GuideU relies on Balanced Payments to give our users the most secure payment processing available. .mgn_t_20 Balanced Payments safely maintains all account information, so you can safely send payments without GuideU ever having access to your sensitive payment information. You can learn more about Balanced Payments %a{href: " http://www.balancedpayments.com/help"} here .mgn_t_20 As a student, you will use a major credit/debit card to securely send payments for your GuideU services. Please be sure to double-check that your payment information is correct before submitting the form below in order to avoid possible complications. .mgn_t_20.white_bg.pad_h_40.pad_v_20 .row-fluid .header Payment Information .row-fluid.pad_t_20 %h1.header_1.size4em.pull-center.txt_black How Our Easy Online Payments Work .clear .txt_black.bold{style: "font-family: kreon light;"} When a tutor accepts your requested session, your credit/debit card will be charged, but your funds will be securely held in our “escrow” account until you verify that your session occurred. .mgn_t_20 2 hours after your scheduled session, you will receive an email that notifying you that if you do not respond within 24 hours, then your funds will be transferred to your tutor. This way, GuideU requires no action from you unless something unexpected occurs regarding your scheduled session. .mgn_t_20 %b If your scheduled session did not occur for whatever reason, then simply follow the link in the email in order to notify GuideU that your session did not occur as expected. .mgn_t_20 This way, we can prevent your funds from being inappropriately transferred to your tutor. You will then be able to use these funds (that were previously designated for your session that did not occur) in future sessions with your tutor or any other GuideU tutor. .row-fluid - if current_user.has_credit_card? %h1.bebas_neue Update your card details - else %h1.bebas_neue Enter your card details = simple_form_for :payment, url: create_card_payment_payments_path do |f| = f.input :card_number, label: "Credit Card Number" = f.input :expiration_month, :label => 'Expiration Month/Year', :collection => Date::MONTHNAMES.compact.each_with_index.map {|name, number| [number + 1]} = f.input :expiration_year, :label => false, :collection => (Date.today.year..Date.today.year+20) = f.input :security_code = f.submit "Save Details", :class => 'navy_blue_btn'