hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

feat(connector): add dispute and refund webhooks for Airwallex

Open ShankarSinghC opened this issue 1 year ago • 0 comments

Type of Change

  • [ ] Bugfix
  • [x] New feature
  • [ ] Enhancement
  • [ ] Refactoring
  • [ ] Dependency updates
  • [ ] Documentation
  • [ ] CI/CD

Description

Implemented Dispute and Refund Webhooks for Airwallex

Additional Changes

  • [ ] This PR modifies the API contract
  • [ ] This PR modifies the database schema
  • [ ] This PR modifies application configuration/environment variables

Motivation and Context

How did you test it?

Dispute and Refund webhooks can not be tested, but the schema has been followed https://www.airwallex.com/docs/online-payments__disputes__dispute-notifications

Airwallex_test

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 28 '23 07:04 ShankarSinghC