stripe-pay · git:20260822.a6dcd1e · 2026-08-22 · sha256 04e40b838bee86c9
stripe-pay git:20260822.a6dcd1eA
Immutable. This exact content is served forever at /api/v1/blob/04e40b838bee86c9.
--- name: stripe-pay description: Execute a Stripe SPT payment through the canonical hosted spend contract. runx: category: payments --- # Stripe Pay `stripe-pay` is a discoverable branded facade over `spend`. Its only runner selects the hosted `stripe-spt` rail and forwards the exact payment signal, parent authority, opaque rail profile, optional opaque admission material, realm, and idempotency seed to the canonical contract. There is no Stripe SDK, API client, SPT adapter, credential custody, ledger, or finality implementation in OSS. Those responsibilities live in Runx Hosted. The local graph cannot fall back to a simulator and cannot claim settlement without hosted mutation plus provider readback. ## Composes <!-- Generated from the native execution closure; run pnpm core-skills:composes:generate. --> - `spend#spend` ## Operator guide Use `mock-pay` only for deterministic local tests. For real Stripe execution, use this skill with an explicitly configured hosted Stripe grant. Stop on missing authority, profile, approval, hosted binding, or consistent readback, and never pass Stripe secrets in skill input.