feat(web): flatten frontmatter — drop slug, flat tags/cats, auto-bump updatedDate [skip ci]
diff --git a/content/posts/2026/payment-delays-bank-freezes/index.md b/content/posts/2026/payment-delays-bank-freezes/index.md index 01b04d8..fc101c9 100644 --- a/content/posts/2026/payment-delays-bank-freezes/index.md +++ b/content/posts/2026/payment-delays-bank-freezes/index.md @@ -1,17 +1,16 @@ --- title: "Payment delays, bank freezes" -slug: payment-delays-bank-freezes pubDate: 2026-04-05T20:04:48.000Z updatedDate: 2026-04-05T20:04:48.000Z draft: false excerpt: "Payment processing issues will hit you at the worst possible time. Not when business is slow and you can absorb the hit, but when sales spike and the payment platform … Read more" categories: - - { name: Guides, slug: guides } + - Guides tags: - - { name: financial, slug: financial } - - { name: format-how-to, slug: format-how-to } - - { name: legal, slug: legal } - - { name: tone-instructional, slug: tone-instructional } + - financial + - format-how-to + - legal + - tone-instructional featured: src: https://cdn.slist.net/posts/payment-delays-bank-freezes/cover.png alt: "Frozen payment concept with dramatic red lighting"content: rewrite image URLs from slist.net/wp-content to cdn.slist.net/posts/<slug>/
diff --git a/content/posts/2026/payment-delays-bank-freezes/index.md b/content/posts/2026/payment-delays-bank-freezes/index.md index 1f2d281..01b04d8 100644 --- a/content/posts/2026/payment-delays-bank-freezes/index.md +++ b/content/posts/2026/payment-delays-bank-freezes/index.md @@ -13,7 +13,7 @@ tags: - { name: legal, slug: legal } - { name: tone-instructional, slug: tone-instructional } featured: - src: https://slist.net/wp-content/uploads/ai_69d2a77585fdb8.21756596.png + src: https://cdn.slist.net/posts/payment-delays-bank-freezes/cover.png alt: "Frozen payment concept with dramatic red lighting" legacy_wp_id: 16001 ---fix(web): point upload URLs at slist.net (cdn.slist.net not wired up yet)
diff --git a/content/posts/2026/payment-delays-bank-freezes/index.md b/content/posts/2026/payment-delays-bank-freezes/index.md index 5f7ffaa..1f2d281 100644 --- a/content/posts/2026/payment-delays-bank-freezes/index.md +++ b/content/posts/2026/payment-delays-bank-freezes/index.md @@ -13,7 +13,7 @@ tags: - { name: legal, slug: legal } - { name: tone-instructional, slug: tone-instructional } featured: - src: https://cdn.slist.net/ai_69d2a77585fdb8.21756596.png + src: https://slist.net/wp-content/uploads/ai_69d2a77585fdb8.21756596.png alt: "Frozen payment concept with dramatic red lighting" legacy_wp_id: 16001 ---feat(web): visually mirror slist.net blog (index + single post)
diff --git a/content/posts/2026/payment-delays-bank-freezes/index.md b/content/posts/2026/payment-delays-bank-freezes/index.md index 79c503b..5f7ffaa 100644 --- a/content/posts/2026/payment-delays-bank-freezes/index.md +++ b/content/posts/2026/payment-delays-bank-freezes/index.md @@ -4,6 +4,17 @@ slug: payment-delays-bank-freezes pubDate: 2026-04-05T20:04:48.000Z updatedDate: 2026-04-05T20:04:48.000Z draft: false +excerpt: "Payment processing issues will hit you at the worst possible time. Not when business is slow and you can absorb the hit, but when sales spike and the payment platform … Read more" +categories: + - { name: Guides, slug: guides } +tags: + - { name: financial, slug: financial } + - { name: format-how-to, slug: format-how-to } + - { name: legal, slug: legal } + - { name: tone-instructional, slug: tone-instructional } +featured: + src: https://cdn.slist.net/ai_69d2a77585fdb8.21756596.png + alt: "Frozen payment concept with dramatic red lighting" legacy_wp_id: 16001 --- Payment processing issues will hit you at the worst possible time. Not when business is slow and you can absorb the hit, but when sales spike and the payment platform flags you for suspicious activity. This happened to us. Here is what we learned about surviving it.feat(web): full posts+pages sync, browseable UI, curated pages allowlist
diff --git a/content/posts/2026/payment-delays-bank-freezes/index.md b/content/posts/2026/payment-delays-bank-freezes/index.md new file mode 100644 index 0000000..79c503b --- /dev/null +++ b/content/posts/2026/payment-delays-bank-freezes/index.md @@ -0,0 +1,51 @@ +--- +title: "Payment delays, bank freezes" +slug: payment-delays-bank-freezes +pubDate: 2026-04-05T20:04:48.000Z +updatedDate: 2026-04-05T20:04:48.000Z +draft: false +legacy_wp_id: 16001 +--- +Payment processing issues will hit you at the worst possible time. Not when business is slow and you can absorb the hit, but when sales spike and the payment platform flags you for suspicious activity. This happened to us. Here is what we learned about surviving it. + +## The Square seizure + +Our Square account got disabled because they detected the pattern of drink sales at events. They held $3,300 in frozen funds with a January release date — assuming they even released it at all. The timing could not have been worse: too broke to celebrate a birthday, had to appear in person to resolve it, could not leave the country until the situation was settled. + +The save: we had withdrawn half the funds early to cover venue and security costs. That early withdrawal kept the operation alive. Without it, events would have stopped entirely. DJ payments got delayed but were honored in full once the funds cleared. + +The lesson is structural: never leave all your revenue sitting in a single payment processor. Withdraw early and often. Treat every payment platform as a temporary partner that can freeze you out without warning. + +## Bank account freezes from scaling + +Separate from the Square issue, bank accounts got frozen due to a large uptick in sales that triggered compliance reviews. When you go from processing $2,000 per month to $10,000 in a single weekend, the bank’s fraud detection algorithms flag your account. The 50:50 venue profit split model caused additional accounting review bottlenecks because the transaction patterns looked unusual to the bank’s automated systems. + +The fix required in-person visits, document submissions, and time. Meanwhile, DJ payments from events months prior remained unsettled. The communication channels were too messy — balances tracked across DMs, text messages, and memory. The solution: a centralized spreadsheet with all outstanding balances, submitted to every DJ owed money, with a clear payment timeline. +Diff truncated (58 lines total). View full commit on GitHub →