Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions skills/create-payment-credential/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 <id> \
--amount <cents> \
--context "<description>" \
--merchant-name "<name>" \
Expand Down
Loading