Kashif
Kashif
## Type of Change - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation -...
### Bug Description payment_method_type is a sub category of payment_method for defining the the payment_method's type. This is useful for PMs like banks and wallets to differentiate between SEPA /...
### Feature Description WorldPay payments integration currently makes use of modular APIs which gives more control over the integration. This approach is not best compatible with HyperSwitch due to WP's...
### Feature Description Reconciliation module in HyperSwitch provides various operations. Every operation needs to permitted for the end user to use it. As of today, recon has a single permission...
### Bug Description There are a couple of 5xx errors which are thrown during payouts flow. These include - Usage of unsupported payment method types for a given connector Eg:...
## Type of Change - [ ] Bugfix - [ ] New feature - [x] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [...
### Feature Description `generic_links` table is being used for storing payout link resources at the moment. Redis is used as in-memory cache for faster r/w operations in a local store...