DarrachBarneveld / ci-swag

Project 5 for Code Institute - Diploma in Full Stack Software Development (E-commerce Applications)
0 stars 2 forks source link

User Story: Stripe Payments #37

Closed DarrachBarneveld closed 8 months ago

DarrachBarneveld commented 8 months ago

As a Developer, I can securely complete my payment using Stripe integration with webhooks, ensuring that my transaction is protected and verified.

Acceptance Criteria:

  1. Stripe Card payment option is rendered to order form
  2. Users can enter a payment or test card
  3. Stripe pid is added to order
  4. Stripe webhook is utilised to ensure order creation based on payment intent success/charge

Tasks

DarrachBarneveld commented 8 months ago

Stripe payments perform independent of form submission. Webhooks handle and create orders in case of errors on front end