From 0fd9a43d4dbcc3762c8802cda05b1d65e8828fa2 Mon Sep 17 00:00:00 2001 From: MikeGarciaAGM Date: Sun, 31 May 2026 08:59:45 -0500 Subject: [PATCH] feat(blog): add post from issue #259 --- posts.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/posts.json b/posts.json index 9ad7a6f..c7e0730 100644 --- a/posts.json +++ b/posts.json @@ -571,5 +571,18 @@ "tags": [], "date": "2026-04-04", "order": 52 + }, + { + "id": "fe295a3c", + "title": "Stripe sans Stripe — alternatives en 2026", + "url": "https://github.com/khalilbenaz/khalilbenaz.github.io/issues/259", + "excerpt": "## Stripe en 2026 Stripe reste leader paiements mais : - 2.9 % + $0.30 par transaction US (un peu plus pour international). - Compliance VAT/sales tax à gérer (sauf Stripe Tax payant). - Pas idéal pour subscriptions complexes hors box. Plusieurs alternatives mûres ont émergé. ## Lemon Squeezy **Merchant of Record** : Lemon gère VAT/sales tax, vous recevez net. ```ts // Pas de Stripe API, Lemon-specific const checkout", + "tags": [ + "BLOG", + "FINTECH", + "PAYMENTS" + ], + "date": "2026-05-23", + "order": 53 } -] \ No newline at end of file +]