The stripe webhook for cyan-store. This is required for orders to process and payments to complete. Requires an SQL server along with redis.
$ make build # build for production
$ make dev # run for development
$ make format # format & lint code
$ make listen # listen to webhook with stripe-cli
- Insert orders from webhook
- Read cached incomplete orders
- Email error reporting
- Email successful purchases
- Validate order information