Accept an Afterpay/Clearpay payment via Stripe by specifying afterpay_clearpay as a payment method type and handling the redirect flow

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=["afterpay_clearpay"], amount, currency (supported currencies include aud, cad, gbp, nzd, usd depending on market), and capture_method=automatic
  2. Create the PaymentMethod with type=afterpay_clearpay and billing_details including name and email (required by Afterpay)
  3. Confirm the PaymentIntent with the PaymentMethod id and return_url; Afterpay requires an HTTPS return_url and will redirect the customer to their checkout flow
  4. The next_action.type=redirect_to_url; redirect the customer to complete the Afterpay installment agreement in their account
  5. On return, retrieve the PaymentIntent; status=succeeded means Afterpay has approved the installment arrangement and funds are guaranteed; do not ship before confirming succeeded status

Known gotchas

Related routes

Create an Afterpay/Clearpay direct checkout session and capture payment using the Afterpay direct API (outside of Stripe)
afterpay.com · 5 steps · unrated
Accept a Klarna payment via Stripe by adding klarna to payment_method_types on a PaymentIntent and handling the redirect next_action
stripe.com · 5 steps · unrated
Accept an Affirm payment via Stripe and understand capture timing and redirect handling for this BNPL method
stripe.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