How to Apply

The application process is simple. There is no credit check, no need to fax anything and no paperwork. You just need two things:
logo facebook

Facebook Account
Active more than a year

Bank Account

Bank Account
Checking or Savings

To be able to lend money with low fees, or no fees, we need to keep default rates very low. In order to do that, we rely on our customers to help us in two ways:

  • To only borrow what they can pay back on time
  • To only recommend friends and family member who they feel will repay their loans

As such, most new Rainy Day members are accepted based on the recommendation of a current Rainy Day member. If you have a friend or family member who is currently a Rainy Day member, you can join immediately with their recommendation. If not, you'll be placed on the waiting list when you finish the brief application.

To start the application process, login using facebook

We will never contact your friends and as Facebook will confirm when you login, we are not requesting the ability to post to your page or friends. We require everyone to login using Facebook because it reduces fraud and default rates and allow us to give you a loan with much lower fees.
(default) 11 queries took 15 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT `Configuration`.`name`, `Configuration`.`value` FROM `rainyday_live`.`configurations` AS `Configuration` WHERE 1 = 11291290
2SELECT `Menu`.`id`, `Menu`.`title`, `Menu`.`position`, `Menu`.`icon`, `Menu`.`order`, `Menu`.`url_path`, `Menu`.`created`, `Menu`.`modified` FROM `rainyday_live`.`menus` AS `Menu` WHERE `Menu`.`position` = 'top' ORDER BY `Menu`.`order` ASC220
3SELECT `Menu`.`id`, `Menu`.`title`, `Menu`.`position`, `Menu`.`icon`, `Menu`.`order`, `Menu`.`url_path`, `Menu`.`created`, `Menu`.`modified` FROM `rainyday_live`.`menus` AS `Menu` WHERE `Menu`.`position` = 'bottom' ORDER BY `Menu`.`order` ASC660
4SELECT `State`.`code`, `State`.`id` FROM `rainyday_live`.`states` AS `State` LEFT JOIN `rainyday_live`.`countries` AS `Country` ON (`State`.`country_id` = `Country`.`id`) LEFT JOIN `rainyday_live`.`contents` AS `Content` ON (`State`.`agreement_id` = `Content`.`id`) LEFT JOIN `rainyday_live`.`contents` AS `License` ON (`State`.`license_id` = `License`.`id`) LEFT JOIN `rainyday_live`.`loan_rules` AS `LoanRule` ON (`LoanRule`.`entity_id` = `State`.`id` AND `LoanRule`.`entity_name` = 'State') WHERE ((`State`.`max_loans` > 0) OR (`State`.`max_loans` IS NULL))330
5SELECT `User`.`id`, `User`.`first_name`, `User`.`last_name`, `User`.`birthday`, `User`.`facebook_birthday`, `User`.`username`, `User`.`profile_name`, `User`.`external_id`, `User`.`opt_in`, `User`.`status`, `User`.`address`, `User`.`zip_code`, `User`.`city`, `User`.`token`, `User`.`service`, `User`.`password`, `User`.`group_id`, `User`.`state_id`, `User`.`ach_gateway_id`, `User`.`grade_period`, `User`.`notification_free_days`, `User`.`invitation_code`, `User`.`priority`, `User`.`available_invitations`, `User`.`consumed_invitations`, `User`.`granted_invitations`, `User`.`note`, `User`.`user_notes`, `User`.`armed_forces_active_member`, `User`.`evs_verified`, `User`.`clarity_verified`, `User`.`provider_age_verified`, `User`.`step`, `User`.`custom_fees`, `User`.`ranking_score`, `User`.`created`, `User`.`modified`, `User`.`last_login`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`last_name`, " ", `User`.`first_name`, " - ", `User`.`username`)) AS `User__full_name_with_username` FROM `rainyday_live`.`users` AS `User` WHERE `User`.`state_id` IN (2, 42, 4) 2000200015
6SELECT `StatePaydayResponse`.`id`, `StatePaydayResponse`.`type`, `StatePaydayResponse`.`code`, `StatePaydayResponse`.`description`, `StatePaydayResponse`.`others`, `StatePaydayResponse`.`display_errors`, `StatePaydayResponse`.`state_id` FROM `rainyday_live`.`state_payday_responses` AS `StatePaydayResponse` WHERE `StatePaydayResponse`.`state_id` IN (2, 42, 4) 000
7SELECT `State`.`id`, `State`.`name`, `State`.`country_id`, `State`.`verify_new_users`, `State`.`agreement_id`, `State`.`license_id`, `State`.`max_loans`, `State`.`code`, `State`.`payday_url`, `State`.`payday_username`, `State`.`payday_password`, `State`.`payday_license`, `State`.`payday_root_element`, `State`.`verify_payday`, `State`.`monthly_income_percent`, `State`.`capping_fees_percent`, `State`.`created`, `State`.`modified` FROM `rainyday_live`.`states` AS `State` WHERE `State`.`code` IN ('CA', 'TN', 'LA')330
8SELECT `Content`.`id`, `Content`.`slug` FROM `rainyday_live`.`contents` AS `Content` WHERE `Content`.`id` IN (105, 94) AND `Content`.`type` = 'state_license'220
9SELECT `Content`.`id`, `Content`.`title`, `Content`.`class`, `Content`.`body`, `Content`.`slug`, `Content`.`type`, `Content`.`lft`, `Content`.`parent_id`, `Content`.`rght`, `Content`.`nav_label`, `Content`.`meta_custom`, `Content`.`visible`, `Content`.`created`, `Content`.`modified`, `ParentContent`.`id`, `ParentContent`.`title`, `ParentContent`.`class`, `ParentContent`.`body`, `ParentContent`.`slug`, `ParentContent`.`type`, `ParentContent`.`lft`, `ParentContent`.`parent_id`, `ParentContent`.`rght`, `ParentContent`.`nav_label`, `ParentContent`.`meta_custom`, `ParentContent`.`visible`, `ParentContent`.`created`, `ParentContent`.`modified`, `ContentMetatag`.`id`, `ContentMetatag`.`title`, `ContentMetatag`.`description`, `ContentMetatag`.`content_id`, `ContentMetatag`.`created`, `ContentMetatag`.`modified`, `CampaignList`.`id`, `CampaignList`.`title`, `CampaignList`.`type`, `CampaignList`.`content_id`, `CampaignList`.`priority_code_id`, `CampaignList`.`multi_queued_task_id`, `CampaignList`.`message`, `CampaignList`.`sent_count`, `CampaignList`.`scheduled_date`, `CampaignList`.`incoming_numbers`, `CampaignList`.`status`, `CampaignList`.`bounce_status`, `CampaignList`.`created`, `CampaignList`.`modified` FROM `rainyday_live`.`contents` AS `Content` LEFT JOIN `rainyday_live`.`contents` AS `ParentContent` ON (`Content`.`parent_id` = `ParentContent`.`id`) LEFT JOIN `rainyday_live`.`content_metatags` AS `ContentMetatag` ON (`ContentMetatag`.`content_id` = `Content`.`id`) LEFT JOIN `rainyday_live`.`campaign_lists` AS `CampaignList` ON (`CampaignList`.`content_id` = `Content`.`id`) WHERE `Content`.`slug` = 'how-to-apply' AND `Content`.`visible` = '1' AND `Content`.`type` IN ('pages', 'help', 'state_license') LIMIT 1110
10SELECT `Content`.`lft`, `Content`.`rght` FROM `rainyday_live`.`contents` AS `Content` WHERE `Content`.`id` = 39 LIMIT 1110
11SELECT `Content`.`id`, `Content`.`title`, `Content`.`class`, `Content`.`body`, `Content`.`slug`, `Content`.`type`, `Content`.`lft`, `Content`.`parent_id`, `Content`.`rght`, `Content`.`nav_label`, `Content`.`meta_custom`, `Content`.`visible`, `Content`.`created`, `Content`.`modified` FROM `rainyday_live`.`contents` AS `Content` WHERE 1 = 1 AND `Content`.`lft` <= 15 AND `Content`.`rght` >= 18 ORDER BY `Content`.`lft` asc110