buyer wants my stripe account included in the deal - what actually transfers and what has to be rebuilt
Small deal, about $1.4k MRR across 90 active subscriptions, mostly monthly with a handful of annuals. The buyer's assumption is that the payment account comes with it and the subscriptions just keep running.
I do not think that is how it works but I do not know enough to say so with a straight face. What actually happens in one of these?
@stipend_sam · 7mo ago · 3 replies
Your instinct is right. The account is tied to your legal entity, your identity verification and your tax details - either the buyer acquires the entity (which drags in every other liability you have), or you do an asset sale and migrate the data.
What migration actually means: there is a supported path for copying the sensitive card data between accounts - customers, cards, payment methods, bank accounts - and it preserves the customer ids, which is a bigger deal than it sounds because it means the buyer's database can keep referencing the same ids. What it does not copy is charges, invoices, subscriptions, products, prices, coupons or events. Subscriptions have to be recreated on the new account from your own records, and anything that is past due cannot be recreated cleanly because you cannot create a subscription whose billing date is in the past.
So the runbook is: copy the payment data, recreate products and prices, recreate subscriptions with the correct next billing dates, repoint webhooks, and reconcile line by line.
Reply
Report
@two_hills_up · 7mo ago
Schedule the cutover on the day of the month with the fewest renewals and freeze new signups for 24 hours around it. The copy is not the messy part. The messy part is the accounts that renew during the window and get billed twice or not at all, and every one of those is an email you have to write personally.
Reply
Report
@resole_ruth · 7mo ago
Budget lead time as well. It is not always an instant self-serve button, and both accounts have to be set up and agreeing to it. Start that conversation with the processor before you sign anything with a closing date in it, because a deal that has to close on the 30th and a migration that needs approvals is how people end up doing something stupid.
Reply
Report