hyperswitch
hyperswitch copied to clipboard
feat(merchant_account): add merchant account retrieve v2 route
Type of Change
- [x] New feature
Description
This PR adds a route to retrieve merchant account
Motivation and Context
How did you test it?
- Postman tests
Checklist
- [x] I formatted the code
cargo +nightly fmt --all - [x] I addressed lints thrown by
cargo clippy - [x] I reviewed the submitted code