WeSearch

The Bank That Blocked Me Twice in One Week

·4 min read · 0 reactions · 0 comments · 14 views
#banking#software#payments
The Bank That Blocked Me Twice in One Week
TL;DR · WeSearch summary

The article discusses the challenges faced by a software company due to banking sanctions that affected their payment processing. After multiple failed attempts with various payment providers, they established a Delaware corporation to facilitate transactions. This pivot allowed them to continue operations and save on transaction fees without disrupting their customer experience.

Key facts
About this source

DEV.to (Top) files mainly under programming. We currently carry 4,900 of its stories.

Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3942413) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Alice Nkosi Posted on May 21 The Bank That Blocked Me Twice in One Week #community #webdev #programming #opensource The Problem We Were Actually Solving We shipped a binary diff tool named diffsweep in 2021. It saved engineering teams 40 percent of their CI minutes by only running tests that touched changed files. By mid-2023 we had 1,800 paying customers, most of them small engineering managers who expensed it on the company card.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)