From 8a811ce8a5e13cd87765bb528f7a71e37d64c2d1 Mon Sep 17 00:00:00 2001 From: Ben Stokes Date: Thu, 9 Apr 2026 20:39:24 +0100 Subject: [PATCH] docs: update README example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cfc3cd6..6f2eb5f 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ const account = await client.accounts.create({ email: 'seller@example.com', }); +// Fee: $0.002 instead of $2+ await client.payouts.create({ amount: 10000, currency: 'usdc',