From 20d95b3212eba9ae206fe6758f89a149ba170abd Mon Sep 17 00:00:00 2001 From: shirleyz-stripe Date: Wed, 12 Aug 2026 21:51:22 -0700 Subject: [PATCH] Clarify payment method confirmation in SKILL.md Updated step 3 to clarify payment method confirmation process and adjusted related instructions. Agent no longer needs to list out payment methods and input into spend request; should make the buying process faster --- skills/create-payment-credential/SKILL.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/skills/create-payment-credential/SKILL.md b/skills/create-payment-credential/SKILL.md index bf150a6..b283edc 100644 --- a/skills/create-payment-credential/SKILL.md +++ b/skills/create-payment-credential/SKILL.md @@ -135,9 +135,9 @@ What you find determines which credential type to use: **For 402 responses:** Use `mpp pay` — it handles the entire flow automatically (probes URL, parses challenge, picks payment method, creates spend request, gets approval, and pays). See Step 5. -### Step 3: Get payment methods and potentially shipping addresses +### Step 3: Confirm payment method and potentially shipping addresses -Use the default payment method, unless the user explicitly asks to select a different one. +Link will automatically use the default payment method on the account. If the user explicitly asks to pay with a specific card or bank, use the list command to show available options. Note that not all of the user's payment methods might appear; this will filter on "agentic-ready" payment types. ```bash link-cli payment-methods list @@ -157,7 +157,6 @@ Step 5 after you have read the merchant account ID from the checkout DOM. ```bash link-cli spend-request create \ - --payment-method-id \ --amount \ --context "" \ --merchant-name "" \