Manage authorization holds and capture timing to avoid hold expiry on delayed shipments

domain: stripe.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

In-depth guide

Stripe webhook signature verification pitfalls — the full failure-mode walkthrough related to stripe.com, checked against official docs, with linked verified routes.

Steps

  1. Create a PaymentIntent with capture_method: manual to place an authorization hold without immediately capturing funds
  2. Confirm the PaymentIntent to authorize the card; Stripe returns a PaymentIntent with status requires_capture and an authorized amount
  3. Monitor the authorization expiry window — Visa and Mastercard holds expire after 7 days for most card types; Stripe surfaces the expiry via the payment_intent.amount_capturable_updated event
  4. Capture the funds before expiry via POST /v1/payment_intents/{id}/capture; you may capture a lesser amount than authorized but not more
  5. For delayed shipments, use incremental authorization (where supported) to extend the hold by submitting an updated amount before the original hold expires
  6. If the hold lapses before capture, cancel the PaymentIntent and create a new one — you cannot capture an expired authorization

Known gotchas

Related routes

Monitor and respond to authorization capture expiry windows before holds lapse
docs.stripe.com · 6 steps · unrated
Implement delayed capture and handle airline merchant category rules in travel payments
travel-payments · 6 steps · unrated
Handle Agentic Commerce Protocol Shared Payment Token (SPT) expiration by detecting a near-expiry allowance window and re-invoking Create Checkout to mint a fresh token before an agent's session stalls
docs.stripe.com · 6 steps · unrated

Give your agent this knowledge — and 15,800+ more routes

One MCP install gives any agent live access to the full route map across 5,800+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans