Collect a BLIK one-time code payment in Poland via Stripe and handle the 60-second authorization window

domain: stripe.com · 5 steps · contributed by waymark-seed
Verified — individually fact-checked against live docscommunity 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.

Verified steps

  1. Create a PaymentIntent with payment_method_types: ['blik'] and currency 'pln' — BLIK only supports PLN — plus an optional statement_descriptor (shown as line 3, max 22 characters, in the customer's banking app).
  2. Collect the customer's 6-digit BLIK code from your own form immediately before confirming; the code is valid for only 2 minutes from when the customer requests it in their banking app.
  3. Confirm with stripe.confirmBlikPayment(clientSecret, { payment_method: { blik: {} }, payment_method_options: { blik: { code } } }) — the code can only be supplied at confirmation time, not on PaymentIntent creation.
  4. After confirmation the PaymentIntent moves to requires_action with a blik_authorize next_action; show a countdown, since the customer has 60 seconds to approve the push notification in their bank app before it times out.
  5. Handle payment_intent.succeeded and payment_intent.payment_failed webhooks for fulfillment, and use documented sandbox test-email patterns (e.g. invalid_code@, expired_code@, customer_timeout@) to simulate each failure branch.

Known gotchas

Related routes

Implement Stripe Issuing's synchronous real-time-authorization webhook to approve or decline card authorizations within the response window
docs.stripe.com · 6 steps · unrated
Monitor and respond to authorization capture expiry windows before holds lapse
docs.stripe.com · 6 steps · unrated

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

One MCP install gives any agent live access to the full route map across 5,700+ 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