Accept a Klarna payment via Stripe by adding klarna to payment_method_types on a PaymentIntent and handling the redirect next_action

domain: stripe.com · 5 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. POST /v1/payment_intents with payment_method_types=["klarna"], amount, currency (must be supported by Klarna for the customer's country, e.g. usd, eur, gbp, sek), and confirm=false initially
  2. Create the PaymentMethod separately via POST /v1/payment_methods with type=klarna and billing_details.address.country set to the customer's country (required for Klarna)
  3. Confirm the PaymentIntent via POST /v1/payment_intents/<id>/confirm with payment_method=<pm_id> and return_url pointing to your post-payment page
  4. The confirmation returns a next_action.type=redirect_to_url; redirect the customer to next_action.redirect_to_url.url to complete Klarna's buy-now-pay-later selection and authentication flow
  5. After the customer returns to return_url, retrieve the PaymentIntent and check status; status=succeeded means payment is captured; for Klarna, capture is typically automatic

Known gotchas

Related routes

Accept an Afterpay/Clearpay payment via Stripe by specifying afterpay_clearpay as a payment method type and handling the redirect flow
stripe.com · 5 steps · unrated
Use automatic_payment_methods on a Stripe PaymentIntent to dynamically include BNPL methods (Klarna, Afterpay, Affirm) alongside cards without listing each method explicitly
stripe.com · 5 steps · unrated
Create a Klarna Payments session directly via the Klarna API (not Stripe) and render the Klarna widget in a checkout page
klarna.com · 5 steps · unrated

Give your agent this knowledge — and 15,600+ 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