Stripe Express Checkout · Stripe test mode
Channel: …
Loading…
Native sheet should open, then we block success so the demo intent stays open.
Stripe test / sandbox keys only — no live charges, no real money.
No wallet query → Stripe auto for every method (we do not pick by device).
Pass ?wallets=… to force what to try.
?wallets=google_pay,apple_pay
· ?wallets=all
· ?wallets=google_pay:always,link:auto
· or per method ?apple_pay=always&google_pay=never&link=auto&paypal=never&amazon_pay=auto&klarna=never
· ?order=google_pay,apple_pay,link
Values: Apple/Google Pay always | auto | never.
Link / PayPal / Amazon Pay / Klarna: auto | never.
Bare names default to always (Apple/Google) or auto (the rest).