checkout.flutterwave.com Open in urlscan Pro
52.223.47.197  Public Scan

URL: https://checkout.flutterwave.com/
Submission: On April 09 via manual from IE — Scanned from DE

Form analysis 30 forms found in the DOM

<form class="" onsubmit="return false;">
  <div class="noamount"></div>
  <div class="form-control">
    <input id="card-number" name="cardNumber" class="no-b-b-radius m-b-none" type="tel" inputmode="numeric" placeholder="0000 0000 0000 0000" maxlength="26" required="">
    <label for="card-number">Card Number</label>
  </div>
  <div class="form-row">
    <div class="form-row__left">
      <div class="form-control">
        <input oninput="this.value = this.value.replace(/[^0-9 \/]/g, '')" id="expiration" name="expiration" class="no-b-r-radius" type="tel" inputmode="numeric" placeholder="MM / YY" maxlength="7" required="">
        <label for="expiration">valid till</label>
      </div>
    </div>
    <div class="form-row__right">
      <div class="form-control">
        <div id="cvv_popover" class="popover animated fadeIn">
          <div class="popover__arrow"></div>
          <div class="popover__content"> The CVV is a 3 digit security code located at the back of your card. </div>
        </div>
        <span id="cvv_what_text" class="cvv_what">What is this?</span>
        <input id="cvv" class="no-b-l-radius" oninput="this.value = this.value.replace(/[^0-9]/g, '')" name="cvv" type="password" inputmode="numeric" placeholder="123" maxlength="4" required="">
        <label for="cvv">CVV</label>
      </div>
    </div>
    <div class="clearfix"></div>
  </div>
  <div class="checkbox ___remember-card-checkbox" id="remember-card" style="position:relative;margin-bottom:16px;">
    <input type="checkbox" id="remember-me-check" class="checkbox__input" aria-described-by="remember-description">
    <label for="remember-me-check" class="checkbox__label remember__label" id="checkbox-label">Remember this card next time</label>
    <span class="checkbox__toggler" role="presentation"></span>
    <span class="remember__description-icon" role="presentation" id="remember-description-icon">
      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
        <path d="M12 22a10 10 0 110-20 10 10 0 010 20zm0-2a8 8 0 100-16 8 8 0 000 16zm0-9a1 1 0 011 1v4a1 1 0 01-2 0v-4a1 1 0 011-1zm0-4a1 1 0 110 2 1 1 0 010-2z" fill="#f5a623"></path>
      </svg>
    </span>
    <div id="remember-description" class="remember__description">
      <span class="remember__description-heading" role="heading">Why remember your card?</span>
      <ul class="remember__description-benefits" role="group">
        <li class="remember__description-benefit">You don't need to enter card details every time</li>
        <li class="remember__description-benefit">You can also use our <strong>*444#</strong> to recharge securely with the same card</li>
        <li class="remember__description-benefit">You still need to authenticate each transaction with your secure PIN</li>
      </ul>
    </div>
  </div>
  <!-- input for mobile number for remember card -->
  <div class="remember-card-details animated fadeIn" style="display: none;" id="remember-details">
    <div class="form-control">
      <input id="save_phone_number" name="savePhoneNumber" oninput="this.value = ((this.value.indexOf('+') === 0) ? '+' : '').concat(this.value.replace(/[^0-9]/g, ''))" minlength="10" maxlength="15" type="tel" pattern="\+?[0-9]+">
      <label for="save_phone_number">Phone Number</label>
    </div>
    <div class="form-control">
      <input id="save_email" name="saveEmail" type="email">
      <label for="save_email">Email Address</label>
    </div>
  </div>
  <div class="form-control">
    <button type="submit" id="paycard-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="pay-enaira-form">
  <p class="checkout__container__option__body__paymentfield__instructions text-left">eNaira payment options</p>
  <div class="radio__container">
    <div class="radio__container-inner">
      <input type="radio" name="enaira" id="qr">
      <label for="qr">QR</label>
    </div>
    <p class="radio__container-footer">Pay with eNaira QR</p>
    <div class="radio__container-inner">
      <input type="radio" name="enaira" id="token">
      <label for="token">Token</label>
    </div>
    <p class="radio__container-footer">eNaira token payment</p>
    <div class="radio__container-inner">
      <input type="radio" name="enaira" id="wallet" checked="">
      <label for="wallet">Direct Wallet Debit</label>
    </div>
    <p class="radio__container-footer">Pay with Direct Wallet Debit</p>
  </div>
  <div class="noamount"></div>
  <div class="form-control">
    <button type="submit" id="payenaira-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="pay-enaira-token-form">
  <p class="checkout__container__option__body__paymentfield__instructions text-center"> Please enter your details to make payment </p>
  <div class="noamount"></div>
  <div class="form-control">
    <label for="enaira_phone_number">Mobile Number</label>
    <input id="enaira_phone_number" oninput="this.value = this.value.replace(/[^0-9]/g, '')" minlength="11" maxlength="14" type="tel" placeholder="09012345678" pattern="\+?[0-9]+" required="">
  </div>
  <div class="form-control">
    <label for="enaira_token">Token</label>
    <input id="enaira_token" oninput="this.value = this.value.replace(/[^0-9]/g, '')" placeholder="123456" pattern="\+?[0-9]+" required="">
  </div>
  <div class="api-message-section" style="position:relative;margin:20px auto;">
    <svg width="20" height="20" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
      <path fill-rule="evenodd" clip-rule="evenodd" d="M6 12A6 6 0 1 0 6 0a6 6 0 0 0 0 12Z" fill="#637381"></path>
      <path d="m5.72 3.72.06 3.4h.58l.06-3.4h-.7Zm.35 5.14c.29 0 .49-.2.49-.49 0-.28-.2-.49-.49-.49-.28 0-.49.2-.49.5 0 .28.2.48.5.48Z" fill="#fff"></path>
    </svg>
    <span style="font-size:1.2rem;width:calc(100% - 32px);position:absolute;line-height:15px;right:0;color:#333333;font-weight:500;"> Generate token from your eNaira app </span>
  </div>
  <div class="form-control">
    <button type="submit" id="payenaira-token-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
  <div class="form-control">
    <a onclick="Config.enairaBackButton()" class="text-center go-back enaira-go-back" href="#">CHOOSE ANOTHER OPTION</a>
  </div>
</form>

<form id="ussd-form" onsubmit="return false;">
  <div class="noamount"></div>
  <div class="form-control">
    <div class="select select--force-show-label select--ussd-bank">
      <select class="select__input select__input--selected" name="selectUSSDBank" id="ussd_bank" onfocus="return(this.selectedIndex!==0&amp;&amp;(this.selectedIndex=0,this.blur(),this.focus()),!!0)" onblur="Config.ussdBankListBlur(this)"
        onchange="Config.ussdBankSelected(this)">
        <option selected="" disabled="">Choose Your Bank</option>
        <option value="044">Access Bank</option>
        <option value="050">Ecobank</option>
        <option value="070">Fidelity Bank</option>
        <option value="011">First Bank of Nigeria</option>
        <option value="214">First City Monument Bank (FCMB)</option>
        <option value="058">GTBank</option>
        <option value="030">Heritage Bank</option>
        <option value="082">Keystone Bank</option>
        <option value="221">Stanbic IBTC Bank</option>
        <option value="232">Sterling Bank</option>
        <option value="032">Union Bank</option>
        <option value="033">United Bank for Africa</option>
        <option value="215">Unity Bank</option>
        <option value="090110">VFD Microfinance Bank</option>
        <option value="035">Wema Bank</option>
        <option value="057">Zenith Bank</option>
      </select>
      <label class="select__label" for="ussd_bank"></label>
      <div class="select__icon">
        <svg height="15" viewBox="0 0 12 15" width="12" xmlns="http://www.w3.org/2000/svg">
          <path d="m11.8 5.93953099-5.9-5.93953099-5.9 5.93953099zm.0502498 3.14291567-5.90016649 5.93765394-5.9001665-5.93969859h11.80033299z" fill="#637381" fill-rule="evenodd"></path>
        </svg>
      </div>
      <div class="select__icon select__icon--show hide">
        <svg width="16" height="10" viewBox="0 0 16 10">
          <path id="a" d="M16 .333v3.084l-8 6.25-8-6.25V.333l8 6.25z" fill="currentColor"></path>
        </svg>
      </div>
    </div>
  </div>
  <!-- <div class="form-control">
                                                <input oninput="this.value = this.value.replace(/[^0-9]/g, '')" id="ussd_account_number" type="tel" inputmode="numeric" pattern="[0-9]*" maxlength="10">
                                                <label for="ussd_account_number">Account Number</label>
                                            </div> -->
  <!-- <div class="form-control">
                                                <input oninput="this.value = this.value.replace(/[^0-9]/g, '')" id="ussd_phone_number" minlength="11" type="tel">
                                                <label for="ussd_phone_number">Phone Number</label>
                                            </div> -->
  <!-- <div class="form-control">
                                                <button type="submit" id="payussd-btn" class="btn">
                                                Pay
                                                <span class="rave-payment-amount"></span>
                                                <div class="btn__icon hide-xs">
                                                    <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg"><path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"/></svg>
                                                </div>
                                            </button>
                                            </div> -->
</form>

<form id="applepay-form" onsubmit="Config.payApplePay(); return false;">
  <p class="checkout__container__option__body__paymentfield__instructions text-center">Please click the button below to pay with Apple&nbsp;Pay</p>
  <div class="noamount"></div>
  <div class="form-control">
    <button type="submit" id="payapplepay-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="googlepay-form" onsubmit="Config.payGooglePay(); return false;">
  <p class="checkout__container__option__body__paymentfield__instructions text-center">Please click the button below to pay with Google&nbsp;Pay</p>
  <div class="noamount"></div>
  <div class="form-control">
    <button type="submit" id="paygooglepay-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="mmoney-form" onsubmit="return false;">
  <div class="noamount"></div>
  <div class="form-control">
    <div class="select">
      <select class="select__input" name="selectMmoney" onchange="Config.mmoneySelected()" id="mmoney_telco" required="">
        <!-- <option selected disabled>CLICK HERE TO CHOOSE</option> -->
        <option selected="" disabled="" value="">CLICK HERE TO CHOOSE</option>
        <option value="MTN" data-network="MTN">MTN</option>
        <option value="TIGO" data-network="AIRTEL">AIRTEL - TIGO</option>
        <option value="VODAFONE" data-network="VODACOM">VODAFONE</option>
        <!-- <option value="AIRTEL">AIRTEL</option> -->
      </select>
      <label class="select__label" for="mmoney_telco">Choose Network</label>
      <div class="select__icon">
        <svg height="15" viewBox="0 0 12 15" width="12" xmlns="http://www.w3.org/2000/svg">
          <path d="m11.8 5.93953099-5.9-5.93953099-5.9 5.93953099zm.0502498 3.14291567-5.90016649 5.93765394-5.9001665-5.93969859h11.80033299z" fill="#637381" fill-rule="evenodd"></path>
        </svg>
      </div>
      <div class="select__icon select__icon--show hide">
        <svg width="16" height="10" viewBox="0 0 16 10">
          <path id="a" d="M16 .333v3.084l-8 6.25-8-6.25V.333l8 6.25z" fill="currentColor"></path>
        </svg>
      </div>
    </div>
  </div>
  <div class="form-control hide" id="voucher-field">
    <input id="mmoney_voucher_number" type="text">
    <label for="mmoney_voucher_number">Voucher</label>
  </div>
  <div class="form-control form--control">
    <input id="mmoney_phone_number" oninput="this.value = ((this.value.indexOf('+') === 0) ? '+' : '').concat(this.value.replace(/[^0-9]/g, ''))" minlength="10" maxlength="15" type="tel" pattern="\+?[0-9]+">
    <label for="mmoney_phone_number">Phone Number</label>
  </div>
  <div class="form-control">
    <input id="mmoney-phone-number" oninput="this.value = ((this.value.indexOf('+') === 0) ? '+' : '').concat(this.value.replace(/[^0-9]/g, ''))" minlength="10" maxlength="15" type="tel" pattern="\+?[0-9]+" required="">
    <label for="mmoney-phone-number">Phone Number</label>
  </div>
  <div class="form-control">
    <button type="submit" id="paymmoney-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
    <button type="button" id="paymmoney_btn" class="btn btn--overlay"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="mmoneyzm-form" onsubmit="return false;">
  <div class="noamount"></div>
  <div class="form-control">
    <div class="select">
      <select class="select__input" name="selectMmoney" id="mmoneyzm_telco" required="">
        <option value="Airtel">AIRTEL</option>
        <option value="MTN" selected="">MTN</option>
        <option value="Zamtel">ZAMTEL</option>
      </select>
      <label class="select__label" for="mmoneyzm_telco">Choose Network</label>
      <div class="select__icon">
        <svg height="15" viewBox="0 0 12 15" width="12" xmlns="http://www.w3.org/2000/svg">
          <path d="m11.8 5.93953099-5.9-5.93953099-5.9 5.93953099zm.0502498 3.14291567-5.90016649 5.93765394-5.9001665-5.93969859h11.80033299z" fill="#637381" fill-rule="evenodd"></path>
        </svg>
      </div>
      <div class="select__icon select__icon--show hide">
        <svg width="16" height="10" viewBox="0 0 16 10">
          <path id="a" d="M16 .333v3.084l-8 6.25-8-6.25V.333l8 6.25z" fill="currentColor"></path>
        </svg>
      </div>
    </div>
  </div>
  <div class="form-control">
    <input id="mmoneyzm_phone_number" oninput="this.value = ((this.value.indexOf('+') === 0) ? '+' : '').concat(this.value.replace(/[^0-9]/g, ''))" minlength="10" maxlength="15" type="tel" pattern="\+?[0-9]+" required="">
    <label for="mmoneyzm_phone_number">Phone Number</label>
  </div>
  <div class="form-control">
    <button type="submit" id="paymmoneyzm-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="mmoneyrw-form" onsubmit="return false;">
  <div class="noamount"></div>
  <div class="form-control">
    <input id="mmoneyrw_phone_number" oninput="this.value = ((this.value.indexOf('+') === 0) ? '+' : '').concat(this.value.replace(/[^0-9]/g, ''))" minlength="10" maxlength="15" type="tel" pattern="\+?[0-9]+" required="">
    <label for="mmoneyrw_phone_number">Phone Number</label>
  </div>
  <div class="form-control">
    <button type="submit" id="paymmoneyrw-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="mmoneyug-form" onsubmit="return false;">
  <div class="noamount"></div>
  <div class="form-control">
    <input id="mmoneyug_phone_number" oninput="this.value = ((this.value.indexOf('+') === 0) ? '+' : '').concat(this.value.replace(/[^0-9]/g, ''))" minlength="10" maxlength="15" type="tel" pattern="\+?[0-9]+" required="">
    <label for="mmoneyug_phone_number">Phone Number</label>
  </div>
  <div class="form-control">
    <button type="submit" id="paymmoneyug-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="mmoneymw-form">
  <div class="noamount"></div>
  <div class="form-control">
    <input id="mmoneymw_phone_number" oninput="this.value = this.value.replace(/[^0-9]/g, '')" minlength="11" type="tel" required="">
    <label for="mmoneymw_phone_number">Phone Number</label>
  </div>
  <div class="form-control">
    <button type="submit" id="paymmoneymw-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="mmoneytz-form" onsubmit="return false;">
  <div class="noamount"></div>
  <div class="form-control">
    <input id="mmoneytz_phone_number" oninput="this.value = ((this.value.indexOf('+') === 0) ? '+' : '').concat(this.value.replace(/[^0-9]/g, ''))" minlength="10" maxlength="15" type="tel" pattern="\+?[0-9]+" placeholder="0123456789" required="">
    <label for="mmoneytz_phone_number">Phone Number</label>
  </div>
  <div class="form-control">
    <button type="submit" id="paymmoneytz-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="mmoneyfranco-form" onsubmit="return false;">
  <p class="checkout__container__option__body__paymentfield__instructions text-center" data-label-en="Please provide your country and mobile information to proceed with this payment."
    data-label-fr="Veuillez confirmer votre pays et saisir votre numéro de téléphone pour procéder au paiement."> Please provide your country and mobile information to proceed with this payment.</p>
  <div class="noamount"></div>
  <div class="form-control">
    <div class="select">
      <label class="select__label" for="mmoney_franco_country" data-label-en="Choose Country" data-label-fr="Choisissez votre pays">Choose Country</label>
      <select class="select__input" name="mmoney_franco_country" id="mmoney_franco_country" required=""></select>
    </div>
    <div class="select__icon">
      <svg height="15" viewBox="0 0 12 15" width="12" xmlns="http://www.w3.org/2000/svg">
        <path d="m11.8 5.93953099-5.9-5.93953099-5.9 5.93953099zm.0502498 3.14291567-5.90016649 5.93765394-5.9001665-5.93969859h11.80033299z" fill="#637381" fill-rule="evenodd"></path>
      </svg>
    </div>
  </div>
  <div class="form-control">
    <div class="select">
      <select class="select__input" name="mmoney_franco_network" id="mmoney_franco_network" required="">
        <option value="" disabled="" data-label-en="CLICK HERE TO CHOOSE" data-label-fr="CLIQUEZ ICI POUR CHOISIR">CLICK HERE TO CHOOSE</option>
      </select>
      <label class="select__label" for="mmoney_franco_network" data-label-en="Choose Mobile Operator" data-label-fr="Choisissez vôtre opérateur mobile">Choose Mobile Operator</label>
    </div>
    <div class="select__icon">
      <svg height="15" viewBox="0 0 12 15" width="12" xmlns="http://www.w3.org/2000/svg">
        <path d="m11.8 5.93953099-5.9-5.93953099-5.9 5.93953099zm.0502498 3.14291567-5.90016649 5.93765394-5.9001665-5.93969859h11.80033299z" fill="#637381" fill-rule="evenodd"></path>
      </svg>
    </div>
  </div>
  <div class="form-control">
    <input id="mmoneyfranco_phone_number" oninput="this.value = ((this.value.indexOf('+') === 0) ? '+' : '').concat(this.value.replace(/[^0-9]/g, ''))" minlength="10" maxlength="15" type="tel" pattern="\+?[0-9]+" placeholder="123456789" required="">
    <label for="mmoneyfranco_phone_number" data-label-en="Phone Number" data-label-fr="Numéro de téléphone">Phone Number</label>
  </div>
  <div class="form-control hide momo-authorization-form">
    <label for="mmoneyfranco_auth_code" data-label-en="Authorization Code" data-label-fr="Code d’autorisation">Authorization Code</label>
    <input class="momo-authorization-form__input" id="mmoneyfranco_auth_code" oninput="this.value = this.value.replace(/[^0-9]/g, '')" type="tel" inputmode="numeric" pattern="\+?[0-9]+" disabled="" hidden="">
    <span class="momo-authorization-form__info" data-label-en="Dial *144*4*6*amount*secret code# on your line." data-label-fr="Composez * 144 * 4 * 6 * montant * code secret # sur votre ligne.">Dial *144*4*6*amount*secret code# on your line.</span>
  </div>
  <div class="form-control">
    <button type="submit" id="paymmoneyfranco-btn" class="btn">
      <span data-label-en="Pay" data-label-fr="Payer">Pay</span>
      <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="pay-flashvoucher-form" onsubmit="return false;">
  <div class="noamount"></div>
  <div class="form-control">
    <input id="flash_voucher_number" type="tel" inputmode="numeric" required="">
    <label for="flash_voucher_number">Voucher Pin</label>
  </div>
  <div class="form-control">
    <input id="flash_phone_number" oninput="this.value = ((this.value.indexOf('+') === 0) ? '+' : '').concat(this.value.replace(/[^0-9]/g, ''))" minlength="10" maxlength="15" type="tel" pattern="\+?[0-9]+" placeholder="0123456789" required="">
    <label for="flash_phone_number">Mobile Number</label>
  </div>
  <div class="form-control">
    <button type="submit" id="payflashvoucher-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="pay-bankreference-form" onsubmit="return false;">
  <div class="noamount"></div>
  <div class="form-control">
    <input oninput="this.value = this.value.replace(/[^0-9]/g, '')" id="bankreference_phone_number" minlength="11" type="tel" required="">
    <label for="bankreference_phone_number">Phone Number</label>
  </div>
  <div class="form-control">
    <button type="submit" id="paybankreference-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="pay-fawry-form" onsubmit="return false;">
  <p class="checkout__container__option__body__paymentfield__instructions text-center">Enter your phone number to start the payment.</p>
  <div class="noamount"></div>
  <div class="form-control">
    <label for="fawrypay_phone_number">Phone Number</label>
    <input oninput="this.value = this.value.replace(/[^0-9]/g, '')" id="fawrypay_phone_number" minlength="11" type="tel" required="">
  </div>
  <div class="form-control">
    <button type="submit" id="payfawry-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
  <div class="api-message-section" style="position:relative;margin:20px auto;">
    <svg width="20" height="20" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
      <path fill-rule="evenodd" clip-rule="evenodd" d="M6 12A6 6 0 1 0 6 0a6 6 0 0 0 0 12Z" fill="#637381"></path>
      <path d="m5.72 3.72.06 3.4h.58l.06-3.4h-.7Zm.35 5.14c.29 0 .49-.2.49-.49 0-.28-.2-.49-.49-.49-.28 0-.49.2-.49.5 0 .28.2.48.5.48Z" fill="#fff"></path>
    </svg>
    <span style="font-size:1.2rem;width:calc(100% - 32px);position:absolute;line-height:15px;right:0;color:#333333;font-weight:500;"> The amount displayed is exclusive of the standard processing fee at the outlet. </span>
  </div>
</form>

<form id="pay-account-form" onsubmit="Config.chargeAccount();return false;">
  <div class="noamount"></div>
  <div class="form-control">
    <button type="submit" id="payaccount-btn" class="btn hide"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="pay-account-ach-form" onsubmit="return false;">
  <p class="checkout__container__option__body__paymentfield__instructions text-center">You will be redirected to your US Bank to complete this payment.</p>
  <div class="noamount"></div>
  <div class="form-control">
    <button type="submit" id="payaccountach-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="pay-account-zar-form" onsubmit="return false;">
  <div class="noamount"></div>
  <div class="form-control">
    <button type="submit" id="payaccountzar-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="pay-alipay-form" onsubmit="return false;">
  <div class="noamount"></div>
  <div class="form-control">
    <button type="submit" id="payalipay-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="pay-paga-form">
  <div class="noamount"></div>
  <div class="form-control">
    <input id="paga_email" name="paga-mail" type="email" required="">
    <label for="paga_email">Paga Email</label>
  </div>
  <div class="form-control">
    <button type="submit" id="paypaga-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="pay-wechat-form">
  <div class="noamount"></div>
  <div class="form-control">
    <button type="submit" id="paywechat-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="pay-cryptocurrency-form">
  <div class="noamount"></div>
  <div class="form-control">
    <button type="submit" id="paycryptocurrency-btn" class="btn bitpay-btn">
      <!-- Pay
                                            <span class="rave-payment-amount"></span>
                                            <div class="btn__icon hide-xs">
                                                <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg"><path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"/></svg>
                                            </div> -->
      <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="188" height="50" viewBox="0 0 188 50">
        <defs>
          <rect id="a" width="188" height="50" rx="4"></rect>
        </defs>
        <g fill="none" fill-rule="evenodd">
          <mask id="b" fill="#fff">
            <use xlink:href="#a"></use>
          </mask>
          <use fill="#293C92" xlink:href="#a"></use>
          <g fill="#1A3B8B" mask="url(#b)">
            <path d="M0 0h188v50H0z"></path>
          </g>
          <g fill-rule="nonzero">
            <g fill="#FFF">
              <path
                d="M151.683 20.09h-3.185l-1.843 7.777-.259 1.067a6.396 6.396 0 01-.533.129 5.184 5.184 0 01-1.019.097c-.404 0-.727-.065-.97-.178a1.009 1.009 0 01-.5-.501c-.098-.21-.13-.469-.114-.76.016-.291.08-.614.162-.938l.97-4.042.63-2.683h-3.25l-1.47 6.208a11.51 11.51 0 00-.308 2.134 4 4 0 00.307 1.795c.227.517.63.921 1.18 1.228.55.308 1.342.453 2.345.453.695 0 1.31-.065 1.827-.178.016 0 .048-.016.064-.016-.145.647-.436 1.164-.889 1.568-.469.404-1.148.615-2.053.615-.388 0-.744-.016-1.067-.065l-.63 2.635c.42.049.889.081 1.406.081.97 0 1.81-.113 2.538-.323.728-.227 1.342-.55 1.875-1.003a5.943 5.943 0 001.31-1.681c.356-.68.63-1.471.84-2.409l2.2-9.248.436-1.762zm-13.338 6.645a7.337 7.337 0 00-.178 2.441c.081.825.405 2.07.712 2.7h-3.072c-.372-.63-.356-.938-.436-1.132a5.82 5.82 0 01-1.326.809 4.03 4.03 0 01-1.633.323c-.711 0-1.326-.13-1.827-.372a3.452 3.452 0 01-1.245-1.002 3.998 3.998 0 01-.695-1.471 7.224 7.224 0 01-.21-1.811c0-.986.178-1.908.517-2.781a7.236 7.236 0 011.455-2.28c.615-.646 2.118-2.085 4.575-2.085h4.931l-1.568 6.66zm-2.247-3.961c-1.487 0-1.762 0-2.377.307-.436.226-.792.566-1.099.954-.307.388-.566.84-.744 1.358a4.898 4.898 0 00-.274 1.6c0 .68.113 1.23.34 1.633.225.405.646.599 1.26.599.323 0 .63-.065.89-.194.258-.13.549-.34.84-.647.032-.356.08-.728.145-1.116.065-.388.146-.76.21-1.083l.809-3.411zm-8.536 1.988c0 1.051-.178 2.005-.517 2.878a6.489 6.489 0 01-3.638 3.719 7.161 7.161 0 01-2.78.533c-.486 0-.97-.048-1.472-.13l-.97 3.897H115l3.702-15.553h4.252c.809 0 1.504.13 2.07.372.582.242 1.05.582 1.439 1.002.371.42.646.922.824 1.488.194.55.275 1.148.275 1.794zm-7.809 4.414c.243.065.55.08.906.08.565 0 1.067-.096 1.535-.306a3.51 3.51 0 001.18-.873c.324-.372.567-.825.76-1.342.178-.518.275-1.1.275-1.73 0-.614-.129-1.148-.404-1.568-.275-.437-.743-.663-1.423-.663h-1.26l-1.569 6.402zm-6.693 0c-.404 0-.727-.065-.97-.178a1.009 1.009 0 01-.501-.5c-.097-.211-.13-.47-.113-.76.016-.292.08-.615.162-.939l.97-4.041h3.62l.664-2.684h-3.638l.84-3.395-3.394.533-2.15 9.086a11.51 11.51 0 00-.308 2.134 4 4 0 00.308 1.795c.226.517.63.922 1.18 1.229.55.307 1.342.452 2.344.452.695 0 1.31-.064 1.827-.177.048-.017.13-.033.178-.049l.663-2.765a3.59 3.59 0 01-.663.162 5.184 5.184 0 01-1.019.097zM104.961 20.09l-2.813 11.802h3.184l2.797-11.802zM108.469 18.732l.485-2.053h-3.185l-.485 2.053zM97.912 20.106c.679 0 1.277.13 1.778.372.501.242.906.566 1.245.986.323.42.566.906.728 1.455.161.55.242 1.148.242 1.795 0 .986-.178 1.908-.55 2.797-.371.873-.856 1.649-1.487 2.296a6.96 6.96 0 01-2.231 1.536 6.895 6.895 0 01-2.78.565c-.13 0-.356 0-.68-.016a7.07 7.07 0 01-1.1-.097c-.42-.064-.856-.145-1.309-.258a6.603 6.603 0 01-1.31-.47l3.703-15.552 3.314-.518-1.31 5.513c.292-.129.55-.226.841-.29.275-.082.583-.114.906-.114zm-2.78 9.15c.5 0 .97-.112 1.406-.37a3.867 3.867 0 001.148-.971c.323-.404.582-.873.76-1.374.177-.518.274-1.051.274-1.6 0-.68-.113-1.213-.34-1.601-.226-.388-.694-.566-1.309-.566-.194 0-.404.016-.727.097-.324.064-.599.226-.857.452l-1.39 5.87c.42.064.55.08.662.08.081-.016.21-.016.372-.016z">
              </path>
            </g>
            <path fill="#97AAFF"
              d="M39.447 20.456c.694 0 1.29.118 1.788.355.498.238.875.566 1.132.986.256.42.385.904.385 1.454 0 .588-.127 1.09-.382 1.505-.254.415-.628.731-1.122.947-.493.216-1.094.325-1.8.325h-2.225v3.594h-1.255v-9.166h3.48zm0 4.59c.699 0 1.215-.16 1.549-.48.334-.318.501-.753.501-1.302 0-.332-.072-.635-.217-.91a1.59 1.59 0 00-.679-.661c-.308-.166-.693-.249-1.154-.249h-2.224v3.601h2.224zm9.722 3.09c0 .24.021.486.065.74.043.254.103.47.18.646v.1h-1.26c-.074-.163-.13-.4-.169-.71a2.776 2.776 0 01-.87.607c-.338.153-.71.23-1.115.23-.465 0-.878-.09-1.238-.268a2.037 2.037 0 01-.834-.727 1.853 1.853 0 01-.295-1.02c0-.483.129-.892.385-1.228.257-.336.62-.589 1.093-.759.472-.17 1.03-.255 1.672-.255h1.177v-.541c0-.416-.126-.742-.379-.98-.252-.236-.615-.355-1.09-.355-.288 0-.547.05-.775.148-.229.099-.407.231-.534.397a.867.867 0 00-.19.538h-1.21c0-.331.116-.653.35-.963.232-.31.56-.564.982-.759.423-.195.906-.293 1.449-.293.517 0 .97.085 1.361.255.39.17.695.426.915.769.22.342.33.76.33 1.256v3.173zm-2.994.605a2.086 2.086 0 001.39-.516c.173-.155.304-.323.395-.504v-1.41h-.983c-.69 0-1.218.106-1.585.318-.366.212-.55.526-.55.941a1.093 1.093 0 00.608 1.017c.199.103.44.154.725.154zm9.831-5.93L53.2 30.673a3.454 3.454 0 01-.747 1.193c-.326.338-.769.507-1.329.507-.09 0-.208-.012-.352-.035a2.995 2.995 0 01-.327-.066v-.938a2.312 2.312 0 00.323.031c.41 0 .728-.082.954-.248.227-.166.41-.457.553-.872l.265-.7-2.496-6.736h1.32l1.732 5.1 1.624-5.1h1.286zm12.615 0l-2.03 6.811h-.977L63.92 24.48l-1.656 5.143h-.976l-2.03-6.812h1.202l1.37 5.056 1.624-5.056h.977l1.649 5.17 1.345-5.17h1.196zm1.696-2.481c.225 0 .4.063.527.189.128.126.191.285.191.478a.627.627 0 01-.19.47c-.128.123-.303.185-.528.185-.224 0-.397-.062-.52-.186a.638.638 0 01-.184-.469c0-.193.061-.352.184-.478s.296-.19.52-.19zm-.614 9.292V22.81h1.21v6.812h-1.21zm5.848 0a3.17 3.17 0 01-.925.126c-.487 0-.878-.142-1.173-.428-.296-.285-.443-.749-.443-1.391v-4.23h-1.274v-.889h1.274v-1.655h1.21v1.655h1.305v.888H74.22v4.237c0 .323.069.54.207.652.138.111.325.167.563.167.09 0 .19-.008.297-.022.108-.015.194-.03.259-.048l.006.938zm4.393-6.938c1.496 0 2.244.825 2.244 2.475v4.463H80.98v-4.476c0-.52-.115-.898-.346-1.133-.23-.235-.579-.353-1.044-.353-.371 0-.704.099-1 .296-.295.197-.529.462-.701.793v4.873h-1.21v-9.67h1.21v3.664c.254-.298.556-.528.905-.69.35-.16.733-.242 1.151-.242z">
            </path>
          </g>
        </g>
      </svg>
    </button>
  </div>
</form>

<form id="pay-account-ach2-form" onsubmit="return false;">
  <div class="noamount"></div>
  <div class="form-row">
    <div class="form-row__left">
      <div class="form-control">
        <input oninput="this.value = this.value.replace(/[^0-9]/g, '')" id="ach_account" class="no-b-r-radius" name="ach_account" type="text" placeholder="93888049" required="">
        <label for="ach_account">ACCOUNT</label>
      </div>
    </div>
    <div class="form-row__right">
      <div class="form-control">
        <input id="ach_routing" class="no-b-l-radius" name="ach_routing" type="text" placeholder="9300" required="">
        <label for="ach_routing">ROUTING</label>
      </div>
    </div>
    <div class="clearfix"></div>
  </div>
  <div class="form-row">
    <div class="form-row__left">
      <div class="form-control">
        <input id="ach_first" class="no-b-r-radius" name="ach_first" type="text" placeholder="Dave" required="">
        <label for="ach_first">FIRST NAME</label>
      </div>
    </div>
    <div class="form-row__right">
      <div class="form-control">
        <input id="ach_last" class="no-b-l-radius" name="ach_last" type="text" placeholder="Williams" required="">
        <label for="ach_last">LAST NAME</label>
      </div>
    </div>
    <div class="clearfix"></div>
  </div>
  <div class="form-control">
    <input oninput="this.value = this.value.replace(/[^0-9\-/]/g, '')" id="ach_mobilenumber" name="ach_mobilenumber" type="tel" placeholder="930034909" required="">
    <label for="ach_mobilenumber">MOBILE NUMBER</label>
  </div>
  <div class="form-control">
    <button type="submit" id="payaccountach2-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="pay-accountgbp-form" onsubmit="return false;">
  <div class="noamount"></div>
  <div class="form-control">
    <button type="submit" id="payaccountgbp-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="account-form" class="account-entry-state animated fadeIn" onsubmit="return false;">
  <div class="noamount"></div>
  <div id="account-banks-phoneno" class="form-control hide">
    <input id="phone_number" oninput="this.value = ((this.value.indexOf('+') === 0) ? '+' : '').concat(this.value.replace(/[^0-9]/g, ''))" minlength="10" maxlength="15" type="tel" pattern="\+?[0-9]+" placeholder="080012345678" name="accountPhone">
    <label for="phone_number">Phone Number</label>
  </div>
  <div id="account-banks-dob" class="form-control hide">
    <input type="date" id="dob" placeholder="Enter your Date of birth DD-MM-YYYY" oninput="this.value = this.value.replace(/[^0-9\-/]/g, '')" name="accountDob">
    <label for="dob">Date of Birth</label>
  </div>
  <div id="account-banks-accountno" class="form-control hide">
    <input oninput="this.value = this.value.replace(/[^0-9]/g, '')" id="account_number" type="tel" inputmode="numeric" pattern="[+0-9]+" maxlength="10" placeholder="00012223423" name="accountNo">
    <label for="account_number">Account Number</label>
  </div>
  <div id="account-banks-dob-bvn" class="form-control hide">
    <input oninput="this.value = this.value.replace(/[^0-9]/g, '')" id="bvn" type="tel" inputmode="numeric" pattern="[0-9]{11}" name="accountBvn" maxlength="11">
    <label for="bvn">BVN</label>
  </div>
  <div id="account-banks-sterling-otp" class="form-control hide">
    <label for="sterling-otp">Enter OTP</label>
    <input oninput="this.value = this.value.replace(/[^0-9]/g, '')" id="sterling-otp" type="tel" inputmode="numeric" pattern="[0-9]{4,8}" name="otp" maxlength="8">
    <span class="form-control__hint" style="color:#d3d3d3;font-size:13px;">Dial *822*999*0# on your mobile to get OTP.</span>
  </div>
  <div class="form-control">
    <button type="submit" id="account-pay-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
  <div class="form-control">
    <a id="go-back-banks" onclick="UI.banksGoBack(this)" class="text-center go-back" href="#">GO BACK</a>
  </div>
</form>

<form id="mpesa-form" onsubmit="return false;">
  <div class="noamount" id="mpesa-form-no-amount"></div>
  <div class="form-control hide" id="mpesa-form-network" hidden="">
    <div class="select">
      <select class="select__input" name="selectMpesa" id="mpesa_telco" required="">
        <option disabled="" value="">Choose Network</option>
        <option value="SAFARICOM">M-PESA</option>
        <option value="AIRTEL">AIRTEL</option>
      </select>
      <label class="select__label" for="mpesa_telco">Choose Network</label>
      <div class="select__icon">
        <svg height="15" viewBox="0 0 12 15" width="12" xmlns="http://www.w3.org/2000/svg">
          <path d="m11.8 5.93953099-5.9-5.93953099-5.9 5.93953099zm.0502498 3.14291567-5.90016649 5.93765394-5.9001665-5.93969859h11.80033299z" fill="#637381" fill-rule="evenodd"></path>
        </svg>
      </div>
      <div class="select__icon select__icon--show hide">
        <svg width="16" height="10" viewBox="0 0 16 10">
          <path id="a" d="M16 .333v3.084l-8 6.25-8-6.25V.333l8 6.25z" fill="currentColor"></path>
        </svg>
      </div>
    </div>
  </div>
  <div class="form-control">
    <input id="mpesa_phone_number" oninput="this.value = ((this.value.indexOf('+') === 0) ? '+' : '').concat(this.value.replace(/[^0-9]/g, ''))" minlength="10" maxlength="15" type="tel" pattern="\+?[0-9]+" required="">
    <label for="mpesa_phone_number">Phone Number</label>
  </div>
  <div class="form-control">
    <button type="submit" id="paympesa-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="check-eligible-form" class="credit-entry-state" onsubmit="return false;">
  <div class="noamount"></div>
  <div class="form-control">
    <input id="credit_phonenumber" name="creditPhoneNumber" oninput="this.value = this.value.replace(/[^0-9]/g, '')" minlength="11" type="tel" required="">
    <label for="credit_phonenumber">Phone Number</label>
  </div>
  <div class="form-control">
    <button type="submit" id="check-eligibility-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="credit-form" onsubmit="return false;">
  <div class="form-control">
    <button type="submit" id="paycredit-btn" class="btn credit-btn"> I Agree to the Terms &amp; Conditions <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

<form id="payattitude-form" onsubmit="return false;">
  <div class="noamount"></div>
  <div class="form-control">
    <input id="payattitude_phone_number" oninput="this.value = ((this.value.indexOf('+') === 0) ? '+' : '').concat(this.value.replace(/[^0-9]/g, ''))" minlength="10" maxlength="15" type="tel" pattern="\+?[0-9]+" placeholder="0123456789" required="">
    <label for="payattitude_phone_number">Phone Number</label>
  </div>
  <div class="form-control">
    <button type="submit" id="paypayattitude-btn" class="btn"> Pay <span class="rave-payment-amount"></span>
      <div class="btn__icon hide-xs">
        <svg height="19.76264" width="12.76264" xmlns="http://www.w3.org/2000/svg">
          <path d="m3.88131984 3.88131984 5 6-5 6" fill="none" stroke="#fbeed8" stroke-width="1.65"></path>
        </svg>
      </div>
    </button>
  </div>
</form>

Text Content

secured by flutterwave
Payment secured via Flutterwave
Official Uber partner
Secured by Flutterwave
Close Payment


How would
you like to pay?


You’re currently in test mode, all transactions are mocked in this environment.

Processing payment. Do not close modal.


Card Number
valid till
The CVV is a 3 digit security code located at the back of your card.
What is this? CVV

Remember this card next time
Why remember your card?
 * You don't need to enter card details every time
 * You can also use our *444# to recharge securely with the same card
 * You still need to authenticate each transaction with your secure PIN

Phone Number
Email Address
Pay


This payment option is not available on this version of checkout. Please use a
different payment option or contact the merchant to update to the new checkout
version.

eNaira payment options

QR

Pay with eNaira QR

Token

eNaira token payment

Direct Wallet Debit

Pay with Direct Wallet Debit


Pay



Please enter your details to make payment


Mobile Number
Token
Generate token from your eNaira app
Pay

CHOOSE ANOTHER OPTION


Choose your bank

Please choose your bank to begin payment

Please choose your preferred bank to generate a USSD code for this transaction.

Choose Your Bank Access Bank Ecobank Fidelity Bank First Bank of Nigeria First
City Monument Bank (FCMB) GTBank Heritage Bank Keystone Bank Stanbic IBTC Bank
Sterling Bank Union Bank United Bank for Africa Unity Bank VFD Microfinance Bank
Wema Bank Zenith Bank



Please click the button below to pay with Apple Pay


Pay


Please click the button below to pay with Google Pay


Pay


Fetching QR code

Please wait, a QR code is being generated for this transaction at the moment.

Please wait...

Try Again


Please wait...

Pay


Initializing PayPal payment

Please wait a little while for your payment to be initialized.

Initializing PayPal Payment...

Checkout to PayPal

You will be redirected to PayPal to complete this payment.

Proceed to
Try again with

You will be redirected to PayPal to complete this payment using your selected
funding method.

CLICK HERE TO CHOOSE MTN AIRTEL - TIGO VODAFONE Choose Network


Voucher
Phone Number
Phone Number
Pay

Pay

AIRTEL MTN ZAMTEL Choose Network


Phone Number
Pay

Phone Number
Pay


Enter your phone number to begin payment.

Phone Number
Pay

Phone Number
Pay

Phone Number
Pay


Please provide your country and mobile information to proceed with this payment.


Choose Country

CLICK HERE TO CHOOSE Choose Mobile Operator

Phone Number
Authorization Code Dial *144*4*6*amount*secret code# on your line.
Pay


Please enter voucher PIN and your phone number to begin payment

Voucher Pin
Mobile Number
Pay


Enter your phone number to start the payment.

Phone Number
Pay


Enter your phone number to start the payment.


Phone Number
Pay

The amount displayed is exclusive of the standard processing fee at the outlet.
Pay


You will be redirected to your US Bank to complete this payment.


Pay

Pay

Pay

Paga Email
Pay

Pay


ACCOUNT
ROUTING

FIRST NAME
LAST NAME

MOBILE NUMBER
Pay

Pay


Phone Number
Date of Birth
Account Number
BVN
Enter OTP Dial *822*999*0# on your mobile to get OTP.
Pay

GO BACK

Enter your phone number to begin payment.

Choose Network M-PESA AIRTEL Choose Network


Phone Number
Pay


Please enter your phone number to begin payment

Phone Number
Pay


Terms & Conditions

Pay with Migo allows you to complete your transaction of immediately on credit
and pay back (principal + interest) in days.

I Agree to the Terms & Conditions


Your payment has been initiated. Please complete the payment on your mobile
phone or app.

Phone Number
Pay

Change payment method

Cancel Payment

Close