hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

feat(connector): add support for capture, void, psync, refund and rsync for cybersource

Open jagan-jaya opened this issue 1 year ago • 0 comments

Type of Change

  • [ ] Bugfix
  • [X] New feature
  • [ ] Enhancement
  • [ ] Refactoring
  • [ ] Dependency updates

Description

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

Note: refund and void can be done in two different ways. below flows for refund and void are yet to be implemented

Additional Changes

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

Motivation and Context

Updating connector cybersource Extends #228

How did you test it?

Screenshot 2023-01-16 at 12 35 16 AM

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

jagan-jaya avatar Jan 15 '23 19:01 jagan-jaya