---
name: create-payment-credential
slug: stripe-link-checkout
score: 58
rubric: 1.0
provenance: verified-org
publisher: Stripe
license: MIT
capability: action-taking
canonical: https://top-agent-skills.com/skill/stripe-link-checkout
---

# create-payment-credential

Stripe's answer to agentic checkout: one-time payment credentials so an agent can buy without ever seeing the underlying card.

## Install

### Claude Code

```bash
npx skills add stripe/link-cli --skill create-payment-credential
```

## Best for

Letting an agent complete a real purchase on a merchant site, with the human approving each transaction and the real credentials never exposed.

## Not ideal for

Anything resembling a sandbox. This spends real money on live merchant sites — treat it as a production capability with a human in the loop, never as a dev-time convenience.

## About

Gets secure, one-time-use payment credentials (cards, tokens) from a Link wallet so agents can complete purchases on behalf of users. Use when the user says "get me a card", "buy something", "pay for X", "make a purchase", "I need to pay", "complete checkout", or asks to transact on any merchant site. Use when the user asks to connect, log in to, or sign up for their Link account.

## Compatibility

claude-code

## Metadata

- Categories: payments-billing, ai-ml-agent-tooling
- Surfaces: claude-code
- Tags: Agentic checkout, Stripe Link, Payments
- Setup time: 5 min
- Complexity: Medium
- Last update: 2026-08-18
- Verified: —
- Source: https://github.com/stripe/link-cli/tree/main/skills/create-payment-credential
- Docs: https://github.com/stripe/link-cli/blob/main/skills/create-payment-credential/SKILL.md

---

_Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_
