feat: add Stripe checkout page demo with multiple payment methods#641
Draft
sean-brydon wants to merge 7 commits intomainfrom
Draft
feat: add Stripe checkout page demo with multiple payment methods#641sean-brydon wants to merge 7 commits intomainfrom
sean-brydon wants to merge 7 commits intomainfrom
Conversation
Co-Authored-By: sean@cal.com <Sean@brydon.io>
… page Co-Authored-By: sean@cal.com <Sean@brydon.io>
Co-Authored-By: sean@cal.com <Sean@brydon.io>
Co-Authored-By: sean@cal.com <Sean@brydon.io>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Co-Authored-By: sean@cal.com <Sean@brydon.io>
Co-Authored-By: sean@cal.com <Sean@brydon.io>
Co-Authored-By: sean@cal.com <Sean@brydon.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a checkout page demo at
/checkoutshowcasing a Stripe-style checkout form with multiple payment methods:Uses coss/ui components including Card, CardHeader, CardPanel, Tabs, Form, Field, Input, Select, Button, Badge, Separator, and Spinner. Includes an Order Summary sidebar with line items, tax calculation, and security badge.
Updates since last revision
/checkout-stripevariant per user request - keeping only the original tabbed checkout pagep-form-3) - sticking with full page demo onlyReview & Testing Checklist for Human
/checkoutpage: Runbun run dev --filter=uiand navigate to/ui/checkout. Verify all three payment tabs (Card, Wallet, SEPA) display and switch correctly.Recommended test plan:
bun run dev --filter=ui/ui/checkoutNotes
This is a UI mockup only - payment handlers show alerts after a simulated delay rather than integrating with actual Stripe APIs. The component is intended as a starting point/example for building checkout flows.
Devin session: https://app.devin.ai/sessions/aeea8179c5b7482a912ae787ed12ab96
Requested by: @sean-brydon