How to Fix Square Instant Deposit Not Showing Up
Operator-first breakdown: what causes this, the fastest checks, and what usually fixes it — in plain English.
What this is
Square instant deposits that are not showing up in 2026 are almost always one of three things: the deposit was initiated but the bank has not processed it yet (instant means Square sends it immediately — your bank determines when it posts, which can take 1–2 hours), the account you are depositing to does not support instant transfers, or you have reached Square's daily instant deposit limit.
Most likely causes
- Recent change — update, integration flip, or settings drift
- Account or permissions mismatch
- Vendor policy or rate-limit change (often undocumented)
- Stale API key, webhook secret, or auth token
- Hidden dependency — DNS, auth, environment variable, billing limit
- Gap between documentation and current platform behavior
Fast checks (10–15 minutes)
- Capture the exact error message and timestamp
- Reproduce with the smallest possible test case
- Confirm you're in the right account/workspace/environment
- Check vendor status pages and recent changelogs
- Roll back your last change (if safe) to isolate the trigger
- Test with a fresh credential or minimal config
What usually fixes it
- Re-authenticate or regenerate credentials (keys, tokens, secrets)
- Rebuild from the minimal config that worked most recently
- Move one change at a time — avoid "big bang" configuration changes
- Contact vendor support with timestamps and the exact error string
- Document the fix so it never costs you the same time twice
Related concepts
Still stuck? Text PJ.
Check in Square Dashboard: go to Balance → Transfers → find the instant deposit. The status shows "Sent" (Square sent it to your bank) or "Processing." If it shows "Sent" more than 2 hours ago and is not in your bank account, contact your bank — some accounts (savings accounts, credit union accounts) do not support real-time payments. If it shows "Processing," Square is still sending it — usually under 30 minutes. Daily instant deposit limits vary by account age and history — your current limit is shown in Balance settings.