hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

feat(connector): add authorize, capture, void, psync, refund, rsync for Forte connector

Open prasunna09 opened this issue 1 year ago • 0 comments

Type of Change

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

Description

Updating support for Forte payment gateway Payment Method: card Supported payment flows:

Authorize Capture Void PSync Refund RSync

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?

Screenshot 2023-04-26 at 6 18 26 PM

Checklist

  • [x] I formatted the code cargo +nightly fmt --all
  • [x] I addressed lints thrown by cargo clippy
  • [x] I reviewed submitted code
  • [x] I added unit tests for my changes where possible
  • [ ] I added a CHANGELOG entry if applicable

prasunna09 avatar Apr 21 '23 18:04 prasunna09