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

USER STORY : Stripe and Webhooks Setup #56

Closed
7 tasks done
Tracked by #53
tomik-z-cech opened this issue Mar 2, 2024 · 1 comment
Closed
7 tasks done
Tracked by #53

USER STORY : Stripe and Webhooks Setup #56

tomik-z-cech opened this issue Mar 2, 2024 · 1 comment

Comments

@tomik-z-cech
Copy link
Owner

tomik-z-cech commented Mar 2, 2024

As a Site Admin, I need to be able to process the order functions even in event of failure in order to ensure no paying customer is left without goods.

Acceptance Criteria :

When User provides valid payment media number but connection is interrupted for some reason during the confirmation process then all other functions (saving order, email, invoice) needs to proceed as normal via webhooks.

Tasks :

  • Create webhooks handlers
  • Set webhooks endpoint on stripe.com
  • Copy functionality from sucesfull checkout view to webhooks
  • Adjsut the functionality so saved info based on stripe metadata
  • Test locally via stripe CLI
  • Test functionality as logged in User
  • Test functionality as not logged in User

Epic :
EPIC 10

@tomik-z-cech
Copy link
Owner Author

This was done in commit 9d07b91.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant