hyperswitch
hyperswitch copied to clipboard
feat(connector): add dispute webhooks for Stripe
Type of Change
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
Description
Implemented Dispute Webhooks for Stripe
Additional Changes
- [x] This PR modifies the database schema
- [ ] This PR modifies application configuration/environment variables
Motivation and Context
Fixes #967.
How did you test it?
I tested this change manually
Out going webhook to merchant
Checklist
- [x] I formatted the code
cargo +nightly fmt --all
- [x] I addressed lints thrown by
cargo clippy
- [x] I reviewed submitted code
- [ ] I added unit tests for my changes where possible
- [ ] I added a CHANGELOG entry if applicable