create-payment-credential

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

Score 0(?)VerifiedCodeby StripeSourceDocs
Verified for:

Install

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

Requires link-cli auth login. The skill is user-invocable and the human approves every purchase; it can also run as an MCP server with link-cli --mcp.

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 this skill

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.

Agentic checkoutStripe LinkPayments

Score breakdown

Score breakdown

rubric 1.0
Install count
0/20
Provenance
12.8/15
GitHub stars
8/15
Recency
10/10
Compatibility
2/10
Documentation depth
10/10
Install ergonomics
10/10
License
5/5
Verification freshness
0.5/5

Composite 0–100 score derived from 9 verifiable signals. See the rubric →

Stripe's own integration playbook: pick the right API, set up Connect and billing, and handle keys and webhooks securely.

StripePaymentsSubscriptions
Code
Low3 min

Stripe's version-upgrade guide: move API versions and SDKs without breaking your integration.

StripeMigrationSDK
Code
Low3 min

Provision a Postgres, Redis, auth, or LLM provider through the Stripe Projects catalog rather than signing up by hand.

StripeProvisioningInfra
Code
Medium3 min

Ranked #4 in Payments

Publish the ranking in your README. The badge reads the live score, so it updates when the ranking does.

create-payment-credential — ranked #4 in Payments on Top Agent Skills
Markdown
[![create-payment-credential — ranked #4 in Payments on Top Agent Skills](https://top-agent-skills.com/badge/stripe-link-checkout.svg)](https://top-agent-skills.com/skill/stripe-link-checkout)
HTML
<a href="https://top-agent-skills.com/skill/stripe-link-checkout"><img src="https://top-agent-skills.com/badge/stripe-link-checkout.svg" alt="create-payment-credential — ranked #4 in Payments on Top Agent Skills"></a>

Skill FAQ

About create-payment-credential

What is the create-payment-credential skill?

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.

Which agents does create-payment-credential work with?

Claude Code.

How do I install create-payment-credential?

Run `npx skills add stripe/link-cli --skill create-payment-credential` for Claude Code. See the install panel for per-agent commands.

Is create-payment-credential free to use?

Yes — create-payment-credential is open source (MIT).

Who maintains create-payment-credential?

create-payment-credential is published by Stripe and was last updated on 2026-08-18.

What is 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.