hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

feat(connector): [Nexinets] add mandates and applepay support to nexinets

Open srujanchikke opened this issue 1 year ago • 0 comments

Type of Change

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

Description

  1. Add support for card mandates for nexinets
  2. Add apple pay wallet for nexinets

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?

1)Apple pay testing is pending(Need to generate apple pay token)

2)Manual testing in postman for mandates Customer initiated transaction for 3ds card Screenshot 2023-04-27 at 12 07 21 PM payment retrieval for CIT

Screenshot 2023-04-27 at 12 08 00 PM

Successful merchant initiated transaction without challenge

Screenshot 2023-04-27 at 12 08 40 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

srujanchikke avatar Apr 27 '23 06:04 srujanchikke