Project Goals
- Implement Stripe on 166ai.com, allowing users to pay with international credit cards, Apple Pay, Google Pay, etc.
- Front-end handles payment selection and checkout; the back-end receives and records users’ payment status.
- Ensure a secure and compliant payment process, meeting relevant regulatory requirements.
- Provide an admin panel where all payment orders can be queried and managed, including viewing order details and status.
Completion Requirements
- Basic Functionality: Users can select Stripe on the website, proceed with the payment flow, and complete the transaction.
- Order Management: Upon successful payment, the system automatically generates an order record, viewable in the admin panel.
- Callback Handling: Use Stripe’s webhook mechanism to update the order’s payment status in real time.
- Security & Compliance: Safely store the Stripe keys, avoid exposing them on the front end, and follow PCI-DSS and other payment security guidelines.
- Status Display: Payment success, failure, or cancellation is quickly displayed to the user, and logs are recorded on the backend.
Acceptance Criteria
- Users can successfully complete payments on the front end and receive clear success/failure notices.
- The back end correctly receives and processes Stripe callbacks, ensuring accurate order status and comprehensive logs.
- Logs facilitate troubleshooting and analytics as needed.
- Both testing and production environments are verified to ensure proper functioning upon deployment.
... Show more