Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Payments 100: Stripe Frontend Integration in React #1321

Open
3 tasks
nickcastel50 opened this issue Jan 30, 2025 · 0 comments
Open
3 tasks

Payments 100: Stripe Frontend Integration in React #1321

nickcastel50 opened this issue Jan 30, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nickcastel50
Copy link
Contributor

  • Task: Install Stripe SDK

  • Install @stripe/stripe-js and @stripe/react-stripe-js

  • Task: Checkout Form / Stripe Elements

  • If using Stripe Elements: Build a CheckoutForm component. Include card inputs, billing info, etc.

  • If using Stripe Checkout (redirect to a Stripe-hosted page): A button that calls backend to create a Checkout Session.

  • Task: Integration Testing (UI)

  • Test that the “Buy Now” button loads the Stripe form or triggers the flow.

  • Check basic validation states (e.g., invalid card input).

@nickcastel50 nickcastel50 added the enhancement New feature or request label Jan 30, 2025
@nickcastel50 nickcastel50 self-assigned this Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant