prompt
stringlengths
83
247k
response
stringlengths
121
36.1k
metadata
stringlengths
314
42.3k
fix(wasm): invalid variant for payout bank transfers ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix ## Description This PR fixes SEPA payout routing failures by updating database configurations to use `sepa_bank_transfer` instead of `sepa` for payout flows. This was missed as part o...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. Other** - `crates/euclid/src/enums.rs` **Detailed Identifier Changes:** Commit 00b792d8: Files to modify: **crates/euclid/src/enums.rs** Modify existing code
{"pr_number": 8765, "pr_title": "fix(wasm): invalid variant for payout bank transfers", "merged_at": "2025-08-01T13:34:38Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"other": ["crates/euclid/src/enums.rs"]}, "change_types": {}, "has_i...
fix(connector): [Novalnet] Send decoded wallet token to applepay ## Type of Change <!-- Put an `x` in the boxes that apply --> - [X] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Novalnet expects decoded wallet token f...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs` **Code Patterns Applied:** - Extend existing types with new fields (1 changes) **Detailed Identifier Chang...
{"pr_number": 6503, "pr_title": "fix(connector): [Novalnet] Send decoded wallet token to applepay", "merged_at": "2024-11-08T13:05:27Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["token"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connectors/novalnet/transf...
Refactor(connector): Migrate [AdyenPlatform, Ebanx, GPayments, Netcetera, Plaid] from crates/router to crates/hyperswitch_connectors ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/admin.rs` - `crates/router/src/core/payments/flows.rs` **2. External Connector Integration** - `crates/hyperswitch_connectors/Cargo.toml` - `crates/hyperswit...
{"pr_number": 7913, "pr_title": "Refactor(connector): Migrate [AdyenPlatform, Ebanx, GPayments, Netcetera, Plaid] from crates/router to crates/hyperswitch_connectors", "merged_at": "2025-05-06T07:38:22Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"...
feat(connector): Add Connector Specifications ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD Closes this [issue](https://github.com/juspay/hyperswitch/issues/8796) ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/archipel.rs` - `crates/hyperswitch_connectors/src/connectors/bamboraapac.rs` - `crates/hyperswitch_connectors/src/connectors/ban...
{"pr_number": 8797, "pr_title": "feat(connector): Add Connector Specifications", "merged_at": "2025-09-01T12:44:33Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "refund"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connectors/archipel.r...
feat(payments_v2): implement create and confirm intent flow ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/events/payment.rs` - `crates/api_models/src/payments.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/payment_attempt.rs` - `c...
{"pr_number": 7106, "pr_title": "feat(payments_v2): implement create and confirm intent flow", "merged_at": "2025-02-05T14:59:36Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/events/payment.rs...
feat(payments_v2): add logic to render required_fields in response of payment_method list ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Core Business Logic** - `crates/router/src/core/payments/payment_methods.rs` **3. Other** - `api-reference/v2/openapi_spec_v2.json` *...
{"pr_number": 8317, "pr_title": "feat(payments_v2): add logic to render required_fields in response of payment_method list", "merged_at": "2025-06-17T07:12:21Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "user"]}, "hierarchy": {"api_models": ["crates/api_mo...
feat(router): add `merchant_category_code` in business profile ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/admin.rs` - `crates/api_models/src/open_router.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/business_profile.rs` - `crates...
{"pr_number": 8296, "pr_title": "feat(router): add `merchant_category_code` in business profile", "merged_at": "2025-06-12T11:02:04Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/admin.rs", "cr...
feat(connector): Added ThreeDs server integration template pr ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] New feature ## Description <!-- Describe your changes in detail --> Added ThreeDs server integration template pr ## Checklist <!-- Put an `x` in the boxes that apply --> -...
To implement this **connector_integration** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/admin.rs` - `crates/router/src/core/payments/connector_integration_v2_impls.rs` - `crates/router/src/core/payments/flows.rs` **2. External Connector Int...
{"pr_number": 7424, "pr_title": "feat(connector): Added ThreeDs server integration template pr", "merged_at": "2025-03-06T10:48:26Z", "intent": {"feature_type": "connector_integration", "action": "add_feature", "entities": []}, "hierarchy": {"core_business": ["crates/router/src/core/admin.rs", "crates/router/src/core/p...
fix(connector): [nordea] pass valid connector metadata fields and properly throw error unsupported flows ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/connector_configs/src/connector.rs` - `crates/connector_configs/toml/development.toml` - `crates/connector_configs/toml/production.toml` - ... and 3 more files **...
{"pr_number": 9041, "pr_title": "fix(connector): [nordea] pass valid connector metadata fields and properly throw error unsupported flows", "merged_at": "2025-08-26T07:17:56Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "user"]}, "hierarchy": {"connectors": ...
fix(routing): cache redaction on updation of mca ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> This pull req...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/admin.rs` - `crates/router/src/core/routing/helpers.rs` **Code Patterns Applied:** - Extend existing types with new fields (6 changes) - Add conditional logic for ...
{"pr_number": 9729, "pr_title": "fix(routing): cache redaction on updation of mca", "merged_at": "2025-10-08T08:06:23Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "connector"]}, "hierarchy": {"core_business": ["crates/router/src/core/admin.rs", "crates/router/src/core...
feat(router): Add tokenization support for proxy and update the route for proxy ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your chang...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/proxy.rs` - `crates/router/src/core/proxy/utils.rs` **2. Utils** - `crates/common_utils/src/id_type/global_id/token.rs` **3. Other** - `crates/router/src/ro...
{"pr_number": 8530, "pr_title": "feat(router): Add tokenization support for proxy and update the route for proxy", "merged_at": "2025-08-08T13:19:54Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/sr...
refactor(connector): add amount conversion framework to Riskified ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/router/src/connector/riskified.rs` - `crates/router/src/connector/riskified/transformers/api.rs` **2. Type Definitions** - `crates/router/src/types/api/fraud_check.r...
{"pr_number": 6359, "pr_title": " refactor(connector): add amount conversion framework to Riskified ", "merged_at": "2024-11-26T09:14:52Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/router/src/connector/ris...
refactor(accounts): move accounts related tables to accounts schema ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Database Layer (Queries & Schema)** - `crates/diesel_models/src/business_profile.rs` - `crates/diesel_models/src/merchant_connector_account.rs` - `crates/diesel_models/src/schema.rs` - ... and 1 more files ...
{"pr_number": 7626, "pr_title": "refactor(accounts): move accounts related tables to accounts schema", "merged_at": "2025-04-03T16:25:14Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "user", "connector"]}, "hierarchy": {"database": ["crates/diesel_models/src/business_p...
feat(payouts): apple pay decrypt payout ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> - Payout is done via D...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/enums.rs` - `crates/api_models/src/payouts.rs` **2. Core Business Logic** - `crates/router/src/core/payment_methods/vault.rs` **3. External Connector In...
{"pr_number": 9857, "pr_title": "feat(payouts): apple pay decrypt payout", "merged_at": "2025-10-16T08:06:22Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "merchant", "order"]}, "hierarchy": {"api_models": ["crates/api_models/src/enums.rs", "crates/api_models/src/payou...
fix(router): conditionally store saved cards with cvc in temp locker based on config ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your ...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments/helpers.rs` **Code Patterns Applied:** - Add conditional logic for feature flags or filtering (1 changes) **Detailed Identifier Changes:** Commit 9f94900c: File...
{"pr_number": 7773, "pr_title": "fix(router): conditionally store saved cards with cvc in temp locker based on config", "merged_at": "2025-04-30T12:05:16Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src...
feat(nuvei): applepay decrypt at hyperswitch flow ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Add suppor...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/connector_configs/toml/development.toml` - `crates/connector_configs/toml/production.toml` - `crates/connector_configs/toml/sandbox.toml` - ... and 2 more files *...
{"pr_number": 9431, "pr_title": "feat(nuvei): applepay decrypt at hyperswitch flow", "merged_at": "2025-09-19T12:22:52Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/connector_configs/toml/development.toml", ...
feat(router): add confirm flag in kafka payment intent events ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payments/payment_intent.rs` **2. Core Business Logic** - `crates/router/src/core/payments/operations/payment_confirm.rs` - `crate...
{"pr_number": 8444, "pr_title": "feat(router): add confirm flag in kafka payment intent events", "merged_at": "2025-06-24T15:32:26Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/payments/payment_intent.rs"]...
feat(connector): Recurly incoming webhook support ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Adds support...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/admin.rs` **2. External Connector Integration** - `crates/common_enums/src/connector_enums.rs` - `crates/connector_configs/src/connector.rs` - `crates/hypers...
{"pr_number": 7439, "pr_title": "feat(connector): Recurly incoming webhook support", "merged_at": "2025-03-17T10:06:06Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user", "webhook"]}, "hierarchy": {"core_business": ["crates/router/src/core/admin.rs"], "connectors": ["...
feat(core): add redis lock during insertion of event in event table during initial attempt of outgoing webhook delivery ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [X] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/webhooks/outgoing.rs` - `crates/router/src/core/webhooks/utils.rs` **2. Tests** - `config/deployments/integration_test.toml` - `loadtest/config/development.t...
{"pr_number": 7579, "pr_title": "feat(core): add redis lock during insertion of event in event table during initial attempt of outgoing webhook delivery", "merged_at": "2025-04-28T13:45:22Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "webhook"]}, "hierarchy": {"core_b...
test(cypress): add cypress tests for void payment in v2 ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [X] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> This i...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `.github/workflows/cypress-tests-runner.yml` - `cypress-tests-v2/cypress/e2e/configs/Payment/Commons.js` - `cypress-tests-v2/cypress/e2e/configs/Payment/Utils.js` - ... and 6 more files **Code Pa...
{"pr_number": 9646, "pr_title": "test(cypress): add cypress tests for void payment in v2", "merged_at": "2025-10-07T17:28:46Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user"]}, "hierarchy": {"tests": [".github/workflows/cypress-tests-runner.yml", "cypress-tests-v2/c...
fix(connector): [AUTHORIZEDOTNET] Added Invoice Number Fix ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> R...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs` **Code Patterns Applied:** - Extend existing types with new fields (4 changes) - Add conditional log...
{"pr_number": 8686, "pr_title": "fix(connector): [AUTHORIZEDOTNET] Added Invoice Number Fix", "merged_at": "2025-07-18T09:31:52Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers...
fix(users): Check lineage across entities in invite [## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Currently...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/user.rs` **Code Patterns Applied:** - Extend existing types with new fields (5 changes) - Add conditional logic for feature flags or filtering (1 changes) **Detailed...
{"pr_number": 6680, "pr_title": "fix(users): Check lineage across entities in invite", "merged_at": "2024-11-27T14:40:31Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "user"]}, "hierarchy": {"core_business": ["crates/router/src/core/user.rs"]}, "change_types": {"fields...
chore: `xof` currency to cybersource cards ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [x] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> this pr adds `xof...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `config/deployments/integration_test.toml` - `loadtest/config/development.toml` **2. Configuration Files** - `config/config.example.toml` - `config/deployments/production.toml` - `config/deplo...
{"pr_number": 8799, "pr_title": "chore: `xof` currency to cybersource cards", "merged_at": "2025-08-01T08:08:42Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"tests": ["config/deployments/integration_test.toml", "loadtest/config/d...
chore: wasm paze additional details ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Addition details for Paze Wallet <img width="569" alt="image" src...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/connector_configs/src/connector.rs` - `crates/connector_configs/toml/development.toml` **Code Patterns Applied:** - Extend existing types with new fields (1 changes) *...
{"pr_number": 6710, "pr_title": "chore: wasm paze additional details", "merged_at": "2024-12-04T09:54:38Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"connectors": ["crates/connector_configs/src/connector.rs", "crates/connector_configs/toml/development.tom...
feat(connector): [worldpay] add support for mandates ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Described in #6316 point `#6` ### Additional C...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/errors/api_error_response.rs` **2. Core Business Logic** - `crates/router/src/core/payments/operations/payment_response.rs` **3. Ex...
{"pr_number": 6479, "pr_title": "feat(connector): [worldpay] add support for mandates", "merged_at": "2024-11-08T13:37:39Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/errors/api_er...
refactor(dynamic_routing): update the authentication for update config to include JWT type ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `api-reference/openapi_spec.json` - `crates/openapi/src/openapi.rs` - `crates/openapi/src/routes/routing.rs` - ... and 1 more files **Code Patterns Applied:** - Implement new functions (1 changes...
{"pr_number": 6785, "pr_title": "refactor(dynamic_routing): update the authentication for update config to include JWT type", "merged_at": "2024-12-18T09:24:15Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "token", "card"]}, "hierarchy": {"other": ["api-reference/openap...
feat(routing): Add routing evaluation rule endpoint and related flow ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detai...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments/routing/utils.rs` **2. Type Definitions** - `crates/router_env/src/logger/types.rs` **3. Utils** - `crates/router/src/routes/lock_utils.rs` **4. Othe...
{"pr_number": 8656, "pr_title": "feat(routing): Add routing evaluation rule endpoint and related flow", "merged_at": "2025-07-18T08:48:13Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"core_business": ["crates/router/src/core/payments...
fix(openapi): Revert Standardise API naming scheme for V2 Dashboard Changes Reverts part of juspay/hyperswitch#6510 This PR also changed the dashboard related APIs, which doesn't come under the V2 changes that team is doing. As this is not a backwards compatible change, dashboard is breaking. Revert the dashboard A...
To implement this **unknown** feature, you'll need to modify these architectural layers: **1. Other** - `crates/router/src/routes/app.rs` **Detailed Identifier Changes:** Commit b097d7f5: Files to modify: **crates/router/src/routes/app.rs** Modify existing code
{"pr_number": 6712, "pr_title": "fix(openapi): Revert Standardise API naming scheme for V2 Dashboard Changes", "merged_at": "2024-12-02T09:29:35Z", "intent": {"feature_type": "unknown", "action": "unknown", "entities": []}, "hierarchy": {"other": ["crates/router/src/routes/app.rs"]}, "change_types": {}, "has_identifier...
refactor(connector): [WorldPay] migrate from modular to standard payment APIs ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Described in #6316 #...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/connector_configs/toml/development.toml` - `crates/connector_configs/toml/production.toml` - `crates/connector_configs/toml/sandbox.toml` - ... and 5 more files *...
{"pr_number": 6317, "pr_title": "refactor(connector): [WorldPay] migrate from modular to standard payment APIs", "merged_at": "2024-10-21T10:24:32Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/connector_conf...
refactor(router): add support to store `signature_network` and `is_regulated` in payment attempts ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- D...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/analytics/payments.rs` - `crates/api_models/src/open_router.rs` - `crates/api_models/src/payment_methods.rs` - ... and 1 more files **2. Domain Models...
{"pr_number": 8891, "pr_title": "refactor(router): add support to store `signature_network` and `is_regulated` in payment attempts", "merged_at": "2025-08-13T12:03:51Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["c...
refactor(core): Revert "filter default routing config response based on connector type" Reverts juspay/hyperswitch#7199 ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/routing.rs` **Code Patterns Applied:** - Modify database queries (1 changes) **Detailed Identifier Changes:** Commit 66e507e0: Files to modify: **crates/router/s...
{"pr_number": 7556, "pr_title": "refactor(core): Revert \"filter default routing config response based on connector type\"", "merged_at": "2025-03-18T15:06:40Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "connector", "token"]}, "hierarchy": {"core_business": ["crates/r...
chore: address Rust 1.89.0 clippy lints ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> This PR addresses the ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments.rs` - `crates/router/src/core/user.rs` **2. Other** - `crates/euclid_macros/src/inner/knowledge.rs` **Detailed Identifier Changes:** Commit 9de83ee7...
{"pr_number": 8873, "pr_title": "chore: address Rust 1.89.0 clippy lints", "merged_at": "2025-08-13T10:07:23Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"core_business": ["crates/router/src/core/payments.rs", "crates/router/src/core/user.rs"], "other": ["...
feat(core): Add support for updating metadata after payment has been authorized ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description - Add support where merc...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/events/payment.rs` - `crates/api_models/src/payments.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payments.rs`...
{"pr_number": 7776, "pr_title": "feat(core): Add support for updating metadata after payment has been authorized", "merged_at": "2025-04-15T07:39:02Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/s...
fix(Nuvei): post capture void , proper mapping for nuvei ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> - pre...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs` **Code Patterns Applied:** - Implement new functions (2 changes) - Extend existing types with new fields (3 ch...
{"pr_number": 9292, "pr_title": "fix(Nuvei): post capture void , proper mapping for nuvei", "merged_at": "2025-09-08T16:15:31Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connecto...
feat(routing): Add audit trail for routing ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Audit trail for SR ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/analytics.rs` - `crates/api_models/src/analytics/routing_events.rs` - `crates/api_models/src/events.rs` - ... and 1 more files **2. Core Business Logi...
{"pr_number": 8188, "pr_title": "feat(routing): Add audit trail for routing", "merged_at": "2025-06-02T21:25:35Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/analytics.rs", "crates/api_models/...
feat(connector): [Gigadat] Connector Template code ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Connector Template code ### Additional Changes ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/connector_endpoints.rs` **2. External Connector Integration** - `crates/connector_configs/src/connector.rs` - `crates/connector_c...
{"pr_number": 9450, "pr_title": "feat(connector): [Gigadat] Connector Template code", "merged_at": "2025-09-22T18:39:33Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["connector"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/connector_endpoints.rs"], "connectors...
feat(payments): [Payment links] Add locale case fix ## Type of Change <!-- Put an `x` in the boxes that apply --> - [X] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Changed locale case to snakecase for `const locale`...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payment_link/locale.js` **Code Patterns Applied:** - Extend existing types with new fields (3 changes)
{"pr_number": 6789, "pr_title": "feat(payments): [Payment links] Add locale case fix", "merged_at": "2024-12-10T14:04:52Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/payment_link/locale.j...
feat(router): add /relay endpoint ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> /relay is a api that will be...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/lib.rs` - `crates/api_models/src/relay.rs` **2. Utils** - `crates/common_utils/src/id_type.rs` - `crates/common_utils/src/id_type/relay.rs` **3. Othe...
{"pr_number": 6870, "pr_title": "feat(router): add /relay endpoint", "merged_at": "2024-12-20T14:34:47Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src/lib.rs", "crates/api_models/src/relay.rs"], "ut...
ci(cypress): Add Dynamic fields Test Cases ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description Added Dynamic field Test cases for cybersource connector ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests/cypress/e2e/PaymentMethodListTest/00000-PaymentMethodListTests.cy.js` - `cypress-tests/cypress/e2e/PaymentMethodListUtils/Commons.js` - `cypress-tests/cypress/e2e/PaymentTest/00026-Dyn...
{"pr_number": 6703, "pr_title": "ci(cypress): Add Dynamic fields Test Cases", "merged_at": "2024-12-04T16:29:10Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "connector"]}, "hierarchy": {"tests": ["cypress-tests/cypress/e2e/PaymentMethodListTest/00000-PaymentMethodListTest...
feat(docker): add webhook notifiers for installation tracking ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Configuration Files** - `docker-compose.yml` **2. Other** - `scripts/poststart_hook.sh` - `scripts/prestart_hook.sh` **Code Patterns Applied:** - Extend existing types with new fields (13 changes) - Add cond...
{"pr_number": 7647, "pr_title": "feat(docker): add webhook notifiers for installation tracking", "merged_at": "2025-04-09T09:33:33Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "webhook"]}, "hierarchy": {"config": ["docker-compose.yml"], "other": ["scripts/poststart_hook.s...
docs(cypress): refactor cypress documentation for more clarity ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `.github/workflows/cypress-tests-runner.yml` - `cypress-tests/readme.md` **Code Patterns Applied:** - Extend existing types with new fields (3 changes) - Add conditional logic for feature flags or filt...
{"pr_number": 6415, "pr_title": "docs(cypress): refactor cypress documentation for more clarity", "merged_at": "2024-10-24T08:59:24Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"tests": [".github/workflows/cypress-tests-runner.yml", "cypress-tests/readme.m...
ci(cypress): fix `archipel` cypress test cases ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Describe your changes in detail --> Enhancements fo...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests/cypress/e2e/configs/Payment/Archipel.js` - `cypress-tests/cypress/e2e/configs/Payment/Utils.js` **Code Patterns Applied:** - Extend existing types with new fields (104 changes)
{"pr_number": 8189, "pr_title": "ci(cypress): fix `archipel` cypress test cases", "merged_at": "2025-07-23T16:24:53Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "connector"]}, "hierarchy": {"tests": ["cypress-tests/cypress/e2e/configs/Payment/Archipel.js", "cypress-tests/...
feat(router): add support to use signature_network and is_issuer_regulated as filters ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/analytics/payments.rs` **2. Core Business Logic** - `crates/analytics/src/payments/core.rs` **3. External Connector Integration** - `crates/analytics/sr...
{"pr_number": 9033, "pr_title": "feat(router): add support to use signature_network and is_issuer_regulated as filters", "merged_at": "2025-08-22T14:12:31Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "connector"]}, "hierarchy": {"api_models": ["crates/api_m...
feat(users): Add `force_two_factor_auth` environment variable ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/user.rs` **2. Core Business Logic** - `crates/router/src/core/user.rs` **3. Tests** - `config/deployments/integration_test.toml` - `loadtest/config/d...
{"pr_number": 6466, "pr_title": "feat(users): Add `force_two_factor_auth` environment variable", "merged_at": "2024-11-05T14:59:29Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"api_models": ["crates/api_models/src/user.rs"], "core_business": ["crates/route...
refactor(utils): match string for state with SDK's naming convention ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Hotfix pr https://github.com/juspay...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/utils.rs` **2. Other** - `crates/common_enums/src/enums.rs` **Code Patterns Applied:** - Extend existing types with new fields (42 changes) ...
{"pr_number": 7311, "pr_title": "refactor(utils): match string for state with SDK's naming convention", "merged_at": "2025-02-19T13:11:40Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/utils.rs"], "other": ["...
fix(connector): [Cybersource] send type selection indicator for co-batch cards ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your change...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs` **Code Patterns Applied:** - Extend existing types with new fields (2 changes) **Detailed Identifier Ch...
{"pr_number": 7828, "pr_title": "fix(connector): [Cybersource] send type selection indicator for co-batch cards", "merged_at": "2025-04-17T12:11:05Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_c...
fix(connector): [SHIFT4, WORLDLINE] removed currencies CUC, STD, VEF from sandbox configs ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Configuration Files** - `config/deployments/sandbox.toml`
{"pr_number": 7572, "pr_title": "fix(connector): [SHIFT4, WORLDLINE] removed currencies CUC, STD, VEF from sandbox configs", "merged_at": "2025-03-20T14:39:32Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"config": ["config/deployments/sandbox.toml"]}, "change_ty...
feat(users): add global support in user roles ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description This PR includes - Use of global interface for user roles...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Database Layer (Queries & Schema)** - `crates/diesel_models/src/schema.rs` - `crates/diesel_models/src/schema_v2.rs` - `crates/diesel_models/src/user_role.rs` **2. Core Business Logic** - `crates/router/sr...
{"pr_number": 6458, "pr_title": "feat(users): add global support in user roles", "merged_at": "2024-11-13T07:24:13Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "token"]}, "hierarchy": {"database": ["crates/diesel_models/src/schema.rs", "crates/diesel_models/src/schema_v2....
fix(analytics): add dynamic limit by clause in failure reasons metric query ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes i...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `crates/analytics/src/payments/metrics/sessionized_metrics/failure_reasons.rs` **Code Patterns Applied:** - Modify database queries (1 changes) **Detailed Identifier Changes:** Commit 88253780: Files t...
{"pr_number": 6462, "pr_title": "fix(analytics): add dynamic limit by clause in failure reasons metric query", "merged_at": "2024-11-04T14:51:58Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"other": ["crates/analytics/src/payments/me...
feat(dynamic_routing): add get api for dynamic routing volume split ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/events/routing.rs` - `crates/api_models/src/routing.rs` **2. Core Business Logic** - `crates/router/src/core/routing.rs` **3. Tests** - `cypress-test...
{"pr_number": 8114, "pr_title": "feat(dynamic_routing): add get api for dynamic routing volume split", "merged_at": "2025-05-27T17:51:02Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/events/routing.rs", "crates/api_...
fix(update_metadata): Update Metadata for any connectors other than stripe gives 500 error ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments/flows/update_metadata_flow.rs` - `crates/router/src/core/payments/transformers.rs` **Code Patterns Applied:** - Implement new functions (1 changes) - Exte...
{"pr_number": 7984, "pr_title": "fix(update_metadata): Update Metadata for any connectors other than stripe gives 500 error", "merged_at": "2025-05-08T11:07:30Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "order", "connector"]}, "hierarchy": {"core_business": ["crates/...
feat(connector): [payload] add webhook support ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [x] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Describe your changes in detail --> This PR: - A...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/webhooks.rs` **2. External Connector Integration** - `crates/connector_configs/toml/development.toml` - `crates/connector_configs/toml/production.toml` ...
{"pr_number": 8558, "pr_title": "feat(connector): [payload] add webhook support", "merged_at": "2025-07-11T12:58:37Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/webhooks.rs"], "connectors": [...
fix(connector): [Volt] handle 5xx error for Volt payments webhooks ## Type of Change - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description handle 5xx error for Volt payments webhooks In the Volt connector for payment w...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/volt/transformers.rs` **Detailed Identifier Changes:** Commit 75ec96b6: Files to modify: **crates/hyperswitch_connectors/src/conn...
{"pr_number": 6576, "pr_title": "fix(connector): [Volt] handle 5xx error for Volt payments webhooks", "merged_at": "2024-11-20T12:21:57Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "user"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/co...
refactor: Added api-key auth for routing APIs ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Added api-key au...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/routing/helpers.rs` **2. Other** - `crates/router/src/routes/routing.rs` **Code Patterns Applied:** - Extend existing types with new fields (3 changes) **Detaile...
{"pr_number": 8083, "pr_title": "refactor: Added api-key auth for routing APIs", "merged_at": "2025-05-21T14:51:27Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "connector", "token"]}, "hierarchy": {"core_business": ["crates/router/src/core/routing/helpers.rs"], "other...
feat(core): Add support for updating metadata after payment has been authorized ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description - Hotfix for - https://g...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/events/payment.rs` - `crates/api_models/src/payments.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payments.rs`...
{"pr_number": 7811, "pr_title": "feat(core): Add support for updating metadata after payment has been authorized", "merged_at": "2025-04-15T09:26:18Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/s...
fix(connector): 5xx error for Volt Payment Sync ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description - 5xx error for Volt Payment Sync, for PaymentStatus. We...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/volt/transformers.rs` **Code Patterns Applied:** - Implement new functions (1 changes) **Detailed Identifier Changes:** Commit 588...
{"pr_number": 6846, "pr_title": "fix(connector): 5xx error for Volt Payment Sync", "merged_at": "2024-12-17T11:00:48Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connectors/volt/t...
fix(core): payments - map billing first and last name to card holder name ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description This PR contains below changes...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payment_method_data.rs` **3. Core Business Logic** - `c...
{"pr_number": 6791, "pr_title": "fix(core): payments - map billing first and last name to card holder name", "merged_at": "2024-12-10T16:42:07Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/pay...
chore: Updated openapi spec added labels to wallet data ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Update...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Other** - `api-reference/v1/openapi_spec_v1.json` - `api-reference/v2/openapi_spec_v2.json` **Detailed Identifier Changes:** Commit ...
{"pr_number": 9287, "pr_title": "chore: Updated openapi spec added labels to wallet data", "merged_at": "2025-09-08T07:33:56Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"], "other": ["api-reference/v1/opena...
fix(users): Check lineage across entities in invite ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Currently ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/user.rs` **Code Patterns Applied:** - Extend existing types with new fields (5 changes) - Add conditional logic for feature flags or filtering (1 changes) **Detailed...
{"pr_number": 6677, "pr_title": "fix(users): Check lineage across entities in invite", "merged_at": "2024-11-27T14:33:37Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "user"]}, "hierarchy": {"core_business": ["crates/router/src/core/user.rs"]}, "change_types": {"fields...
fix(connector): revert noon-paypal ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Main PR - https://github.com/juspay/hyperswitch/pull/7864 ### Addi...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/connector_configs/toml/production.toml` - `crates/hyperswitch_connectors/src/connectors/noon.rs` - `crates/hyperswitch_connectors/src/connectors/noon/transformers.rs`...
{"pr_number": 7865, "pr_title": "fix(connector): revert noon-paypal", "merged_at": "2025-04-22T10:01:20Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/connector_configs/toml/production.toml", "crates/hyperswi...
fix(connector): [CYBERSOURCE] change ucaf_collection_indicator for mastercard payments via netcetera ## Type of Change <!-- Put an `x` in the boxes that apply --> - [X] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Ex...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs` **Detailed Identifier Changes:** Commit b19b195f: Files to modify: **crates/hyperswitch_connectors/s...
{"pr_number": 7623, "pr_title": "fix(connector): [CYBERSOURCE] change ucaf_collection_indicator for mastercard payments via netcetera", "merged_at": "2025-03-26T12:33:55Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors":...
refactor(core): add webhook_url for v2 tunnel ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> This PR adds sup...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payments.rs` **3. Core Business Logic** - `crates/route...
{"pr_number": 9625, "pr_title": "refactor(core): add webhook_url for v2 tunnel", "merged_at": "2025-10-08T15:25:10Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"], "domain": ["crat...
fix(core): add payment_id as query param in merchant return url ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail -->...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments/helpers.rs` **Detailed Identifier Changes:** Commit 68294786: Files to modify: **crates/router/src/core/payments/helpers.rs** Modify existing code
{"pr_number": 6665, "pr_title": "fix(core): add payment_id as query param in merchant return url", "merged_at": "2024-11-26T14:43:14Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"core_business": ["crates/router/src/core/payments/help...
ci(cypress): Added Dlocal Connector Test ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description 1.Enhanced Dlocal Connector in cypress for Comprehensive Testin...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests/cypress/e2e/configs/Payment/Dlocal.js` - `cypress-tests/cypress/e2e/configs/Payment/Utils.js` **Code Patterns Applied:** - Extend existing types with new fields (402 changes)
{"pr_number": 8362, "pr_title": "ci(cypress): Added Dlocal Connector Test", "merged_at": "2025-07-11T09:41:09Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "connector"]}, "hierarchy": {"tests": ["cypress-tests/cypress/e2e/configs/Payment/Dlocal.js", "cypress-tests/cypress/...
feat(connector): [Finix] Add support for Apple Pay ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Add support...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/connector_configs/toml/development.toml` - `crates/connector_configs/toml/production.toml` - `crates/connector_configs/toml/sandbox.toml` - ... and 3 more files *...
{"pr_number": 9810, "pr_title": "feat(connector): [Finix] Add support for Apple Pay", "merged_at": "2025-10-16T08:13:01Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/connector_configs/toml/development.toml",...
fix(multitenancy): add a fallback for get commands in redis ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Enhancement ## Description <!-- Describe your changes in detail --> - Add a fallback for Redis gets with prefix - Add a Domain type for Redis for the correctness of adding a prefix ...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/api_locking.rs` - `crates/router/src/core/health_check.rs` - `crates/router/src/core/payment_methods/cards.rs` - ... and 10 more files **2. External Connector Inte...
{"pr_number": 7043, "pr_title": "fix(multitenancy): add a fallback for get commands in redis", "merged_at": "2025-01-28T20:01:57Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["payment", "user", "card"]}, "hierarchy": {"core_business": ["crates/router/src/core/api_locking.rs", "crates/ro...
refactor(dynamic_routing): add info logs to log the grpc request and response ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments/routing.rs` **2. Other** - `crates/external_services/src/grpc_client.rs` - `crates/external_services/src/grpc_client/dynamic_routing/elimination_rate_c...
{"pr_number": 6962, "pr_title": "refactor(dynamic_routing): add info logs to log the grpc request and response", "merged_at": "2025-01-16T11:12:32Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/...
fix(payment-methods): fetch payment method details in payouts flow ## Type of Change - [x] Bugfix ## Description Fixed payout method data not being fetched from card vault when using `payout_method_id` in payouts flow. **Changes:** - Added `force_fetch_card_from_vault` parameter to `get_pm_list_context` to en...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payment_methods/cards.rs` - `crates/router/src/core/payouts/validator.rs` **2. Other** - `crates/payment_methods/src/controller.rs` **Code Patterns Applied:** - Impl...
{"pr_number": 8729, "pr_title": "fix(payment-methods): fetch payment method details in payouts flow", "merged_at": "2025-07-24T15:48:58Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/payment_meth...
fix(connector): [Peachpayments] Fix Bugs ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD Closes this [issue](https://github.com/juspay/hyperswitch/issues/9392) ## De...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/peachpayments/transformers.rs` - `crates/payment_methods/src/configs/payment_connector_required_fields.rs` **Code Patterns Applied...
{"pr_number": 9393, "pr_title": "fix(connector): [Peachpayments] Fix Bugs", "merged_at": "2025-09-16T18:02:31Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connectors/peachpayments...
feat(connector): [Paysafe] implement Skrill, interac and paysafecard Payment Method ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description implement Skrill, in...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/connector_configs/Cargo.toml` - `crates/connector_configs/src/common_config.rs` - `crates/connector_configs/src/connector.rs` - ... and 6 more files **2. Other** ...
{"pr_number": 9396, "pr_title": "feat(connector): [Paysafe] implement Skrill, interac and paysafecard Payment Method", "merged_at": "2025-09-18T08:54:42Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/connecto...
fix(payments): add connector metadata parsing and order category to payment router data ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description The Noon Con...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payments.rs` - `crates/hyperswitch_domain_models/src/pay...
{"pr_number": 9825, "pr_title": "fix(payments): add connector metadata parsing and order category to payment router data", "merged_at": "2025-10-16T10:25:01Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_...
ci(cypress): Move MIT requests to configs and add Paybox Mandates ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description MIT payment requests were previously h...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests/cypress/e2e/PaymentTest/00009-RefundPayment.cy.js` - `cypress-tests/cypress/e2e/PaymentTest/00011-CreateSingleuseMandate.cy.js` - `cypress-tests/cypress/e2e/PaymentTest/00012-CreateMul...
{"pr_number": 6650, "pr_title": "ci(cypress): Move MIT requests to configs and add Paybox Mandates", "merged_at": "2024-11-27T18:43:05Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user", "connector"]}, "hierarchy": {"tests": ["cypress-tests/cypress/e2e/PaymentTest/000...
feat(payment-link): emit intent status to parent before rendering payment link UI ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description This PR adds functiona...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Core Business Logic** - `crates/router/src/core/payment_link.rs` - `crates/router/src/core/payment_link/payment_link_initiate/payment_l...
{"pr_number": 7531, "pr_title": "feat(payment-link): emit intent status to parent before rendering payment link UI", "merged_at": "2025-03-19T11:00:08Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models...
refactor(required_fields): move pm required fields to pm crate ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [X] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payment_methods/cards.rs` **2. External Connector Integration** - `crates/payment_methods/src/configs/payment_connector_required_fields.rs` - `crates/router/src...
{"pr_number": 7539, "pr_title": "refactor(required_fields): move pm required fields to pm crate", "merged_at": "2025-04-21T08:33:28Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user", "connector"]}, "hierarchy": {"core_business": ["crates/router/src/core/payment_metho...
fix(dashboard): added apikey auth for juspay threeds server in wasm file ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix ## Description <!-- Describe your changes in detail --> Added apikey auth for juspay threeds server in wasm file ## Checklist <!-- Put an `x` in the bo...
To implement this **authentication** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/connector_configs/toml/development.toml` - `crates/connector_configs/toml/sandbox.toml`
{"pr_number": 7456, "pr_title": "fix(dashboard): added apikey auth for juspay threeds server in wasm file", "merged_at": "2025-03-07T07:15:32Z", "intent": {"feature_type": "authentication", "action": "add_feature", "entities": []}, "hierarchy": {"connectors": ["crates/connector_configs/toml/development.toml", "crates/c...
feat(connector): Add Incremental Authorization flow for Paypal ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD Closes this [issue](https://github.com/juspay/hyperswitch...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/router_request_types.rs` **2. Core Business Logic** - `crates/router/src/core/payments/transformers.rs` **3. External Connector Int...
{"pr_number": 8517, "pr_title": "feat(connector): Add Incremental Authorization flow for Paypal", "merged_at": "2025-07-14T11:26:18Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/rou...
feat(connector): [tesouro] google pay ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> This PR adds support f...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/connector_configs/toml/development.toml` - `crates/connector_configs/toml/production.toml` - `crates/connector_configs/toml/sandbox.toml` - ... and 2 more files *...
{"pr_number": 9706, "pr_title": "feat(connector): [tesouro] google pay", "merged_at": "2025-10-07T15:14:55Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/connector_configs/toml/development.toml", "crates/conn...
feat(business_profile): added merchant country code in business profile ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] New feature ## Description <!-- Describe your changes in detail --> ### 1. __Database Migration__ - __Added__: New migration `2025-07-02-071146_add-merchant-countr...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/admin.rs` - `crates/api_models/src/profile_acquirer.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/business_profile.rs` - `crates/...
{"pr_number": 8529, "pr_title": "feat(business_profile): added merchant country code in business profile", "merged_at": "2025-07-14T12:28:40Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/admin.rs", ...
refactor(connector): add amount conversion framework to cybersource ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/router/src/connector/cybersource.rs` - `crates/router/src/connector/cybersource/transformers.rs` - `crates/router/tests/connectors/cybersource.rs` **2. Type Definiti...
{"pr_number": 6335, "pr_title": "refactor(connector): add amount conversion framework to cybersource", "merged_at": "2024-12-04T11:00:45Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/router/src/connector/cyb...
chore(router): events enhancement for kafka ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> This feature allow...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Configuration Files** - `crates/router/src/configs/secrets_transformers.rs` - `crates/router/src/configs/settings.rs` **2. Other** - `crates/router/src/routes/app.rs` - `crates/router/src/services/api.rs` ...
{"pr_number": 8780, "pr_title": "chore(router): events enhancement for kafka", "merged_at": "2025-07-30T12:01:26Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"config": ["crates/router/src/configs/secrets_transformers.rs", "crates...
feat(core): Add support for partial auth in proxy payments [V2] ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail -->...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/payment_intent.rs` **3. Domain Models (Business Logic Types)** - `crat...
{"pr_number": 9503, "pr_title": "feat(core): Add support for partial auth in proxy payments [V2]", "merged_at": "2025-09-30T07:14:23Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"]...
refactor(authn): Enable cookies in Integ ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> This PR will add logg...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/user.rs` **2. Tests** - `config/deployments/integration_test.toml` - `loadtest/config/development.toml` **3. Configuration Files** - `config/config.example....
{"pr_number": 6599, "pr_title": "refactor(authn): Enable cookies in Integ", "merged_at": "2024-11-26T12:42:14Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"core_business": ["crates/router/src/core/user.rs"], "tests": ["config/deployments/integration_test.t...
refactor(connector): [Paysafe] populate error code and message for 200 errors ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs` **Code Patterns Applied:** - Extend existing types with new fields (9 changes) **Detailed Identifier Change...
{"pr_number": 9497, "pr_title": "refactor(connector): [Paysafe] populate error code and message for 200 errors", "merged_at": "2025-09-23T19:41:28Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_co...
feat(injector): injector request formation changes ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Request cre...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Type Definitions** - `crates/injector/src/types.rs` **2. Other** - `crates/injector/src/consts.rs` - `crates/injector/src/injector.rs` - `crates/injector/src/lib.rs` - ... and 1 more files **Code Patte...
{"pr_number": 9306, "pr_title": "feat(injector): injector request formation changes", "merged_at": "2025-09-11T12:12:41Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"types": ["crates/injector/src/types.rs"], "other": ["crates/inj...
refactor(openapi): update authentication for profiles and mca openapi ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in deta...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/openapi/src/routes/merchant_connector_account.rs` **2. Other** - `api-reference/openapi_spec.json` - `crates/openapi/src/routes/profile.rs` **Detailed Identifier Ch...
{"pr_number": 7678, "pr_title": "refactor(openapi): update authentication for profiles and mca openapi", "merged_at": "2025-04-02T07:01:58Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"connectors": ["crates/openapi/src/routes/merchant_connector_account.rs"], "ot...
fix(connector): [Novalnet] Get email from customer email if billing.email is not present ## Type of Change <!-- Put an `x` in the boxes that apply --> - [X] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description 1. Fetching e...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs` **Code Patterns Applied:** - Extend existing types with new fields (1 changes) **Detailed Identifier Chang...
{"pr_number": 6619, "pr_title": "fix(connector): [Novalnet] Get email from customer email if billing.email is not present ", "merged_at": "2024-11-21T21:55:07Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/h...
fix(connector): [NEXIXPAY] Updated the Api Response Schema ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> We ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs` **Code Patterns Applied:** - Define new data structures (1 changes) - Extend existing types with new fields...
{"pr_number": 9476, "pr_title": "fix(connector): [NEXIXPAY] Updated the Api Response Schema", "merged_at": "2025-09-23T08:41:29Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connec...
feat(routing): elimination routing switch for toggling the feature ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/events/routing.rs` - `crates/api_models/src/routing.rs` **2. Core Business Logic** - `crates/router/src/core/payments/routing.rs` - `crates/router/src...
{"pr_number": 6568, "pr_title": "feat(routing): elimination routing switch for toggling the feature", "merged_at": "2024-12-02T15:10:20Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/events/routing.rs", "crates/api_m...
feat(connector): [ADYEN] Integrate Paze ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Integrate Wallet Paze ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/router/src/connector/adyen.rs` - `crates/router/src/connector/adyen/transformers.rs` **Code Patterns Applied:** - Define new data structures (1 changes) - Extend existi...
{"pr_number": 6545, "pr_title": "feat(connector): [ADYEN] Integrate Paze", "merged_at": "2024-11-13T10:27:07Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["card"]}, "hierarchy": {"connectors": ["crates/router/src/connector/adyen.rs", "crates/router/src/connector/adyen/transformers...
fix(router): Fix wasm bug juspay threeds ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix ## Description <!-- Describe your changes in detail --> Fix wasm bug juspay threeds currently wasm build is not showing any error because of double bracket issue ## How did you test ...
To implement this **connector_integration** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/connector_configs/toml/development.toml` - `crates/connector_configs/toml/production.toml` - `crates/connector_configs/toml/sandbox.toml`
{"pr_number": 9757, "pr_title": "fix(router): Fix wasm bug juspay threeds", "merged_at": "2025-10-08T16:41:58Z", "intent": {"feature_type": "connector_integration", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"connectors": ["crates/connector_configs/toml/development.toml", "crates/connector_configs/to...
feat: migration api for migrating routing rules to decision_engine ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description This PR introduces a new migration ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/events/routing.rs` - `crates/api_models/src/routing.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/routing_algorithm.rs` **3. ...
{"pr_number": 8233, "pr_title": "feat: migration api for migrating routing rules to decision_engine", "merged_at": "2025-06-13T09:36:07Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src/events/routing...
feat(connectors): [Worldpayvantiv] add card support ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Hotfix for...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/configs.rs` **2. Core Business Logic** - `crates/router/src/core/admin.rs` **3. External Connector Integration** - `crates/commo...
{"pr_number": 8263, "pr_title": "feat(connectors): [Worldpayvantiv] add card support", "merged_at": "2025-06-05T11:56:14Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/configs.rs"], ...
refactor(connector): [Worldpayvantiv] refactor void flow and handle transaction status ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe you...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/worldpayvantiv.rs` - `crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs` **Code Patterns Applied:** - Define n...
{"pr_number": 8540, "pr_title": "refactor(connector): [Worldpayvantiv] refactor void flow and handle transaction status", "merged_at": "2025-07-04T14:15:27Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch...
fix(router): get apple pay certificates only from metadata during the session call ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your ch...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments/flows/session_flow.rs` - `crates/router/src/core/payments/helpers.rs` **Detailed Identifier Changes:** Commit 491334f3: Files to modify: **crates/rout...
{"pr_number": 6517, "pr_title": "fix(router): get apple pay certificates only from metadata during the session call", "merged_at": "2024-11-08T12:12:56Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router...
feat(core): diesel models, domain models and db interface changes for callback_mapper table ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Database Layer (Queries & Schema)** - `crates/diesel_models/src/callback_mapper.rs` - `crates/diesel_models/src/lib.rs` - `crates/diesel_models/src/query.rs` - ... and 3 more files **2. Domain Models (Busi...
{"pr_number": 6571, "pr_title": "feat(core): diesel models, domain models and db interface changes for callback_mapper table", "merged_at": "2025-01-15T10:48:14Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "user", "webhook"]}, "hierarchy": {"database": ["crates/diesel...
fix(nuvei): For NTID/proxy flow `is_rebilling` should always be sent 1 & pass customer_details in proxy flow + Add US as supported countries for GOOGLEPAY ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates -...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments.rs` **2. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs` **3. Tests** - `config/deployments/in...
{"pr_number": 9738, "pr_title": "fix(nuvei): For NTID/proxy flow `is_rebilling` should always be sent 1 & pass customer_details in proxy flow + Add US as supported countries for GOOGLEPAY", "merged_at": "2025-10-10T12:43:31Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer",...
feat(core): Fix Applepay/Gpay for Trustpay ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Hotfix :https://g...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments.rs` **Detailed Identifier Changes:** Commit 7a3b4dac: Files to modify: **crates/router/src/core/payments.rs** Modify existing code
{"pr_number": 8881, "pr_title": "feat(core): Fix Applepay/Gpay for Trustpay", "merged_at": "2025-08-10T19:15:51Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/payments.rs"]}, "change_types"...
feat(injector): add support for new crate - injector for external vault proxy ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your change...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Type Definitions** - `crates/injector/src/types.rs` **2. Configuration Files** - `crates/injector/Cargo.toml` - `crates/router/Cargo.toml` **3. Other** - `Cargo.lock` - `crates/injector/src/injector.rs...
{"pr_number": 8959, "pr_title": "feat(injector): add support for new crate - injector for external vault proxy", "merged_at": "2025-08-25T13:24:15Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "card"]}, "hierarchy": {"types": ["crates/injector/src/types.rs"], "config": ["...
fix(core): Update error for routing instead of Internal Server Error ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detai...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments.rs` **Detailed Identifier Changes:** Commit e4b1d45b: Files to modify: **crates/router/src/core/payments.rs** Modify existing code
{"pr_number": 8512, "pr_title": "fix(core): Update error for routing instead of Internal Server Error", "merged_at": "2025-07-03T09:17:13Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "connector"]}, "hierarchy": {"core_business": ["crates/router/src/core/payments.rs"]},...
fix(payment_methods): Re-revert changes done in `pr#7866` by `pr#7882` ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in det...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payment_methods/cards.rs` **Code Patterns Applied:** - Modify database queries (1 changes) **Detailed Identifier Changes:** Commit d5eee96f: Files to modify: **c...
{"pr_number": 7954, "pr_title": "fix(payment_methods): Re-revert changes done in `pr#7866` by `pr#7882`", "merged_at": "2025-05-05T12:58:42Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"core_business": ["crates/router/src/core/paymen...