hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

feat(connector): add dispute webhooks for Stripe

Open ShankarSinghC opened this issue 1 year ago • 0 comments

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 Screenshot 2023-04-19 at 1 15 10 PM

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

ShankarSinghC avatar Apr 19 '23 08:04 ShankarSinghC