From dabf26288f2783026eaa4e7197c49b1648dc1ea3 Mon Sep 17 00:00:00 2001 From: Steve Kaliski Date: Mon, 9 Feb 2026 14:28:19 -0500 Subject: [PATCH] add machine-payments sample --- samples.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/samples.json b/samples.json index 1f8a07b..ec96b4f 100644 --- a/samples.json +++ b/samples.json @@ -194,6 +194,11 @@ "name": "stripe-connect-furever-demo", "description": "Integrate with Connect embedded Components to build a fully embedded Connect integration.", "URL": "https://github.com/stripe/stripe-connect-furever-demo" + }, + { + "name": "machine-payments", + "description": "Learn how to implement machine-to-machine payments.", + "URL": "https://github.com/stripe-samples/machine-payments" } ] }