
How to Pass a Tenant Screening: Tips That Work
Learn how to pass a tenant screening with practical tips on credit, income, references, and a strong application packet to get approved faster.
Struggling to find the perfect home? Explore Movely services that can help you!

Rental scams are stressful anywhere. When you are moving to a new country, they become more dangerous because scammers can exploit distance, language barriers, unfamiliar laws, and the pressure to secure housing fast.
The good news is that most rental fraud follows predictable patterns. If you use a consistent verification process, you can filter out the majority of scams before you ever send money or share sensitive documents.
International movers are ideal targets because:
The FBI has repeatedly warned that rental and real estate fraud often relies on urgency, impersonation, and pressure to pay before verification is possible. A practical takeaway is simple: anyone who tries to prevent verification is signaling risk. You can review reporting trends and prevention advice via the FBI Internet Crime Complaint Center (IC3).
Scammers mix and match tactics, but the underlying goal is usually one of two things: get your money, or get your identity documents.
A scammer copies photos from a real listing, a hotel, or a past rental ad, then reposts it with a new email or WhatsApp number. They may claim they are “out of the country” and can only do a remote handover.
How to spot it:
This is one of the oldest patterns: the “landlord” claims they are abroad for work, mission trips, or family emergencies. They offer to mail keys after you pay a deposit.
In legitimate rentals, it is normal to pay a deposit close to move-in, but it is not normal to pay a stranger before confirming they control the property.
If a place is 30 to 50 percent below market for the neighborhood, scammers will explain it away with a story about needing a “fast, respectful tenant.”
A better explanation is often that the property does not exist or is not theirs.
Some scammers ask for a small amount to “reserve” a viewing slot, to “take it off the market,” or to process your application. After you pay, they disappear, or they keep pushing for additional fees.
Rules vary by country, but fees before you have verified the property and the landlord are a high-risk zone.
Scammers prefer irreversible payments:
Consumer protection agencies repeatedly warn that these methods are common in fraud because they are difficult or impossible to reverse. In the US, the FTC’s scam guidance is a solid starting point for understanding payment red flags.
A scammer may appear to run a normal application process and ask for passport scans, national IDs, bank statements, payslips, or even a full set of documents “for the landlord’s file.”
If they are not the real landlord or agent, you have just handed over everything needed for identity fraud.
The goal is not to become a real estate investigator. It is to follow a repeatable checklist that forces legitimacy to reveal itself.
Start with the listing itself:
If the listing cannot survive basic internet cross-checks, do not “keep talking just in case.” That is how urgency wins.
Your job is to confirm one thing: does this person have the legal right to rent this property?
Ways to do that, depending on the country:
Be careful with document “proof.” IDs can be stolen, and PDF ownership documents can be forged. That is why live verification and independent checks matter.
Even if the place is real, scammers can be running a “rental hijack” where they advertise a real home they do not control.
To reduce this risk:
A good rule: if the payment method is chosen because it is irreversible, it benefits the sender of the request, not you.
Prefer options that create a paper trail and possible dispute mechanisms:
Avoid:
If you are unsure what is normal locally (some countries rely heavily on bank transfers), the key is sequencing: verification first, payment second.
A legitimate lease should reduce uncertainty, not add it.
Before signing:
If the lease is not in your strongest language, pay for a translation or a local legal review. It can cost money, but it is often cheaper than one wrong deposit.
When you are applying from abroad, some documentation is normal. The mistake is sharing everything too early.
A safer progression:
If someone asks for passport scans on day one, treat that as a red flag unless you can independently confirm they are a licensed agent or the verified property manager.
If you are moving internationally, your best anti-scam move is often strategic, not detective work.
Consider booking a short-term stay for your first 2 to 6 weeks (serviced apartment, extended-stay hotel, reputable short-term rental) and then renting long-term once you are on the ground.
This approach:
Large property managers and established agencies can still be imperfect, but scams are less common than in one-off “private landlord via messaging app” situations.
If you work with an agent, verify licensing and company presence. Look for:
Many employers, universities, and relocation departments maintain country-specific guidance on:
Even a brief email can help you avoid the biggest cultural and legal surprises.
Not every red flag proves fraud, but multiple red flags should end the conversation.
Speed matters. The earlier you act, the better your chances of limiting damage.
First steps:
Reporting options (choose what fits your location):
If you shared identity documents, consider placing fraud alerts or credit freezes where available in your home country, and ask your bank what additional monitoring they recommend.
When moving to a new country, it is easy to treat housing as a race. Scammers thrive on that feeling.
A safer approach is to treat every rental as a two-part decision:
You can fall in love with a space and still walk away if the verification steps do not check out. In international moves, walking away is often the smartest financial decision you make.
- **`xs`** → `--space-xs` = `0.5rem` (≈ 8px)
- **`sm`** → `--space-sm` = `0.625rem` (≈ 10px)
- **`s`** → `--space-s` = `0.75rem` (≈ 12px)
- **`m`** → `--space-m` = `1rem` (≈ 16px, базовый)
- **`md`** → `--space-md` = `1.25rem` (≈ 20px)
- **`l`** → `--space-l` = `1.5rem` (≈ 24px)
- **`xl`** → `--space-xl` = `2rem` (≈ 32px)
- **`2xl`** → `--space-2xl` = `3rem` (≈ 48px)
- **`3xl`** → `--space-3xl` = `4rem` (≈ 64px)
- **`4xl`** → `--space-4xl` = `5rem` (≈ 80px)
- **`huge`** → `--space-huge` = `3.75rem` (≈ 60px, спец‑размер)
- **`giant`** → `--space-giant` = `6.25rem` (≈ 100px, максимум)
#### 3.1. Margin (десктоп)
- `mt-*` — `margin-top`
- `mb-*` — `margin-bottom`
- `mv-*` — вертикальный margin (top + bottom)
#### 3.2. Margin (мобильный)
Те же, но с префиксом `m-`:
- `m-mt-*`, `m-mb-*`, `m-mv-*`
#### 3.3. Padding (десктоп)
- `p-*` — padding со всех сторон
- `pv-*` — padding по вертикали (top + bottom)
- `ph-*` — padding по горизонтали (left + right)
- `pt-*` — `padding-top`
- `pb-*` — `padding-bottom`
- `pl-*` — `padding-left`
- `pr-*` — `padding-right`
Аналогично, но с `m-`:
- `m-p-*`, `m-pv-*`, `m-ph-*`, `m-pt-*`, `m-pb-*`, `m-pl-*`, `m-pr-*`
#### 3.5. Gap
- `gap-*` — `gap` между элементами (flex/grid), базовое значение.
- `m-gap-*` — `gap` только на мобилках.
- `fl-l` — `display: flex; justify-content: flex-start;`
- `fl-c` — `display: flex; justify-content: center;`
- `fl-r` — `display: flex; justify-content: flex-end;`
- `fl-m` — центр и по горизонтали, и по вертикали (`justify-content: center; align-items: center;`)
- `fl-btwn` — `justify-content: space-between;`
- `fl-w` — `flex-wrap: wrap;`
- `ta-l` — `text-align: left;`
- `ta-c` — `text-align: center;`
- `ta-r` — `text-align: right;`
- `m-ta-l`, `m-ta-c`, `m-ta-r`