prompt
stringlengths
83
247k
response
stringlengths
121
36.1k
metadata
stringlengths
314
42.3k
feat(auth): add new authentication to communicate between microservices ## 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 de...
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/env_specific.toml` - `config/dep...
{"pr_number": 9547, "pr_title": "feat(auth): add new authentication to communicate between microservices", "merged_at": "2025-09-29T18:26:45Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"tests": ["config/deployments/integration_t...
fix(connector): fix incorrect mapping of attempt status in AuthorizeDotNet connector ## 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....
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` **Detailed Identifier Changes:** Commit 04ede122: Files to modify: **crates/hyperswitch_connecto...
{"pr_number": 7523, "pr_title": "fix(connector): fix incorrect mapping of attempt status in AuthorizeDotNet connector", "merged_at": "2025-03-17T14:53:38Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["connector", "transaction"]}, "hierarchy": {"connectors": ["crates/hyperswitch_co...
refactor(payment-links): use top redirection in status page ## 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 updates the behavior of final redire...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payment_link/payment_link_status/status.js`
{"pr_number": 8641, "pr_title": "refactor(payment-links): use top redirection in status page", "merged_at": "2025-07-16T10:19:33Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/payment_link/...
feat(connector): Introduce connector template code for WorldpayXML ## 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 **payment** 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/common_enum...
{"pr_number": 7968, "pr_title": "feat(connector): Introduce connector template code for WorldpayXML ", "merged_at": "2025-05-12T14:33:38Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["payment"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/configs.rs"], "core_business...
feat(connector): [BLACKHAWKNETWORK] Add Template Code ## 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 --> Templat...
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": 8632, "pr_title": "feat(connector): [BLACKHAWKNETWORK] Add Template Code ", "merged_at": "2025-07-21T11:06:59Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/connector_endpoints.rs"], "connectors": ["cr...
refactor(connector): [FISERV, HELCIM] Add amount conversion framework to Fiserv, Helcim ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe yo...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/fiserv.rs` - `crates/hyperswitch_connectors/src/connectors/fiserv/transformers.rs` - `crates/hyperswitch_connectors/src/connecto...
{"pr_number": 7336, "pr_title": "refactor(connector): [FISERV, HELCIM] Add amount conversion framework to Fiserv, Helcim", "merged_at": "2025-03-12T07:58:54Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hype...
feat(payment_methods): add `external_vault_details` for payments v2 sdk session call ## 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/admin.rs` - `crates/api_models/src/enums.rs` - `crates/api_models/src/payments.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/sr...
{"pr_number": 8003, "pr_title": "feat(payment_methods): add `external_vault_details` for payments v2 sdk session call", "merged_at": "2025-06-06T12:34:21Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_mod...
fix(connector): [CASHTOCODE] Added supported countries and currencies ## 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 deta...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `config/deployments/integration_test.toml` **2. Configuration Files** - `config/deployments/production.toml` - `config/deployments/sandbox.toml` - `config/development.toml` - ... and 1 more fi...
{"pr_number": 8060, "pr_title": "fix(connector): [CASHTOCODE] Added supported countries and currencies", "merged_at": "2025-05-19T12:06:18Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"tests": ["config/deployments/integration_test.toml"], "config": ["config/depl...
feat(ai): add endpoints to chat with ai service ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description The PR does the following actions - Adds endpoints to t...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/chat.rs` - `crates/api_models/src/events.rs` - `crates/api_models/src/events/chat.rs` - ... and 1 more files **2. Domain Models (Business Logic Types)...
{"pr_number": 8585, "pr_title": "feat(ai): add endpoints to chat with ai service", "merged_at": "2025-07-16T20:33:11Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src/chat.rs", "crates/api_models/src/events.rs", ...
feat(connector): [jpmorgan] implement refund flow ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Describe your changes in detail --> This PR im...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/jpmorgan.rs` - `crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs` **2. Tests** - `cypress-tests/cypress/e2...
{"pr_number": 8436, "pr_title": "feat(connector): [jpmorgan] implement refund flow", "merged_at": "2025-06-25T07:01:17Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "refund", "connector"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connectors/jpmorgan...
feat(nix): add support for running external services through services-flake ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Described in #57 ### Add...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `.gitignore` - `docs/try_local_system.md` - `flake.lock` - ... and 1 more files
{"pr_number": 6377, "pr_title": "feat(nix): add support for running external services through services-flake", "merged_at": "2024-11-05T14:07:43Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"other": [".gitignore", "docs/try_local_system.md", "flake.lock", "flake...
feat(authentication): Added eligibility flow for modular authentication ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] New feature ## Description <!-- Describe your changes in detail --> ### Additional Changes - [x] This PR modifies the API contract - [x] This PR modifies the da...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/authentication.rs` - `crates/api_models/src/payments.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/authentication.rs` - `crates/d...
{"pr_number": 8431, "pr_title": "feat(authentication): Added eligibility flow for modular authentication", "merged_at": "2025-07-21T13:38:52Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src/authentication....
build(deps): migrate usages of `once_cell` crate to standard library equivalents ## 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 chan...
To implement this **connector_integration** feature, you'll need to modify these architectural layers: **1. Database Layer (Queries & Schema)** - `crates/diesel_models/src/lib.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/consts.rs` - `crates/hyperswitch_domain_mode...
{"pr_number": 8030, "pr_title": "build(deps): migrate usages of `once_cell` crate to standard library equivalents", "merged_at": "2025-05-19T11:07:05Z", "intent": {"feature_type": "connector_integration", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"database": ["crates/diesel_models/src/lib.rs"], "dom...
fix(connector): [CYBERSOURCE] fix incorrect consumer authentication information fields ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Fix consumer auth...
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 (13 changes) **Detailed Identifier C...
{"pr_number": 8927, "pr_title": "fix(connector): [CYBERSOURCE] fix incorrect consumer authentication information fields", "merged_at": "2025-08-13T12:20:13Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connector...
feat(users): Incorporate themes in user APIs ## 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 will in...
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` - `crates/api_models/src/user/theme.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/query/user/theme.rs` - `crates/d...
{"pr_number": 6772, "pr_title": "feat(users): Incorporate themes in user APIs", "merged_at": "2024-12-16T09:20:21Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "user", "token"]}, "hierarchy": {"api_models": ["crates/api_models/src/user.rs", "crates/api_models/src/user/...
refactor(gsm): add `error_category` column to gsm table ## 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 P...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/gsm.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/gsm.rs` - `crates/diesel_models/src/schema.rs` - `crates/diesel_models/sr...
{"pr_number": 6648, "pr_title": "refactor(gsm): add `error_category` column to gsm table", "merged_at": "2024-12-04T11:00:45Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "connector"]}, "hierarchy": {"api_models": ["crates/api_models/src/gsm.rs"], "database": ["crates/d...
refactor(v1v2): refactor database queries for v1 and v2 ## 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 --> Other ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Database Layer (Queries & Schema)** - `crates/diesel_models/drop_id.patch` - `crates/diesel_models/src/schema.rs` - `crates/diesel_models/remove_id.patch` - ... and 13 more files **2. Domain Models (Busine...
{"pr_number": 7244, "pr_title": "refactor(v1v2): refactor database queries for v1 and v2", "merged_at": "2025-02-27T07:41:43Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"database": ["crates/diesel_models/drop_id.patch", "crates/dies...
feat(analytics): add new filters, dimensions and metrics for authentication analytics ## 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/analytics.rs` - `crates/api_models/src/analytics/auth_events.rs` - `crates/api_models/src/events.rs` **2. Database Layer (Queries & Schema)** - `crate...
{"pr_number": 7453, "pr_title": "feat(analytics): add new filters, dimensions and metrics for authentication analytics", "merged_at": "2025-03-06T17:17:23Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"api_models": ["crates/api_models/src/analytics.rs", "crates/a...
Feat(connector): Rapyd, Bamboraapac, Gocardless, Powertranz, Shift4 and Worldline added in feature matrix ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] 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/hyperswitch_connectors/src/connectors/bamboraapac.rs` - `crates/hyperswitch_connectors/src/connectors/gocardless.rs` - `crates/hyperswitch_connectors/src/connectors/p...
{"pr_number": 7136, "pr_title": "Feat(connector): Rapyd, Bamboraapac, Gocardless, Powertranz, Shift4 and Worldline added in feature matrix", "merged_at": "2025-03-11T11:46:47Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connecto...
fix(diesel_models): Fix error message while using generic filter ## 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. Database Layer (Queries & Schema)** - `crates/diesel_models/src/query/generics.rs` **Detailed Identifier Changes:** Commit 997ef019: Files to modify: **crates/diesel_models/src/query/generics.rs** Modify exis...
{"pr_number": 7935, "pr_title": "fix(diesel_models): Fix error message while using generic filter", "merged_at": "2025-05-02T12:44:50Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "refund"]}, "hierarchy": {"database": ["crates/diesel_models/src/query/generics.rs"]}, "chang...
fix: invalidate surcharge cache during update ## 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 --> When surcharge r...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/surcharge_decision_config.rs` **Detailed Identifier Changes:** Commit 8ac1b839: Files to modify: **crates/router/src/core/surcharge_decision_config.rs** Modify ...
{"pr_number": 6907, "pr_title": "fix: invalidate surcharge cache during update", "merged_at": "2025-02-04T01:18:46Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/surcharge_decision_config.r...
feat(router): [Xendit] add support for split payments ## 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 supp...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payments.rs` - `crates/hyperswitch_domain_models/src/payments/payment_intent.rs` - `crates/hyperswitch_domain_models/src/router_request_...
{"pr_number": 7143, "pr_title": "feat(router): [Xendit] add support for split payments", "merged_at": "2025-02-20T15:30:54Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/payments.rs", "cra...
refactor(connector): [RAZORPAY] update generate_connector_request_reference_id to consume merchant_reference_id ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Descr...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/razorpay.rs` **Code Patterns Applied:** - Extend existing types with new fields (1 changes) **Detailed Identifier Changes:** Commi...
{"pr_number": 9404, "pr_title": "refactor(connector): [RAZORPAY] update generate_connector_request_reference_id to consume merchant_reference_id", "merged_at": "2025-09-18T07:18:58Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"connec...
feat(authentication): add authentication api for modular authentication ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] New feature ## Description <!-- Describe your changes in detail --> add authentication api for modular authentication ## Authentication Authenticate API - `POST /auth...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/authentication.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/authentication.rs` - `crates/hyperswitch_domain_mo...
{"pr_number": 8459, "pr_title": "feat(authentication): add authentication api for modular authentication", "merged_at": "2025-07-25T09:47:50Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src/authentic...
fix(router): check payment_method_data before the decryption flow ## 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.rs` **Detailed Identifier Changes:** Commit b4e6be74: Files to modify: **crates/router/src/core/payments.rs** Modify existing code
{"pr_number": 9522, "pr_title": "fix(router): check payment_method_data before the decryption flow", "merged_at": "2025-09-24T08:06:03Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/payment...
feat(users): refactor `ProdIntent` to support product-type context and merchant-scope ## 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/user/dashboard_metadata.rs` **2. Core Business Logic** - `crates/router/src/core/user.rs` - `crates/router/src/core/user/dashboard_metadata.rs` **3. Typ...
{"pr_number": 7787, "pr_title": "feat(users): refactor `ProdIntent` to support product-type context and merchant-scope", "merged_at": "2025-04-10T15:33:01Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"api_models": ["crates/api_models/src/user/dashboard_metadata....
feat(router): add /retrieve api for relay ## 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...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/relay.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/query/relay.rs` - `crates/diesel_models/src/relay.rs` **3. Core Business ...
{"pr_number": 6918, "pr_title": "feat(router): add /retrieve api for relay", "merged_at": "2024-12-23T13:21:14Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "refund"]}, "hierarchy": {"api_models": ["crates/api_models/src/relay.rs"], "database": ["crates/dies...
fix(connector): Change Refund Reason Type in Adyen ## 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/8845...
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/adyen/transformers.rs` **Code Patterns Applied:** - Implement new functions (1 c...
{"pr_number": 8849, "pr_title": "fix(connector): Change Refund Reason Type in Adyen", "merged_at": "2025-08-08T13:06:37Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/connector_configs/toml/production.toml", ...
feat(billing): add support to configure billing processor in 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 detai...
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` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/business_profile.rs` - `crates/diesel_models/src/schema.rs` - `crates/d...
{"pr_number": 9438, "pr_title": "feat(billing): add support to configure billing processor in profile", "merged_at": "2025-09-23T19:41:29Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/admin.rs...
feat(core): Hyperswitch <|> UCS Mandate flow integration ## 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 ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments/flows/authorize_flow.rs` - `crates/router/src/core/payments/flows/setup_mandate_flow.rs` - `crates/router/src/core/unified_connector_service.rs` - .....
{"pr_number": 8738, "pr_title": "feat(core): Hyperswitch <|> UCS Mandate flow integration", "merged_at": "2025-07-28T08:00:47Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/payments/flows/a...
feat(payments): [Payment links] add hide card nickname field config for secure payment links ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Descri...
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/payments.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/business_profile.rs` - `crates/di...
{"pr_number": 6554, "pr_title": "feat(payments): [Payment links] add hide card nickname field config for secure payment links", "merged_at": "2024-11-18T12:32:16Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates...
refactor: remove unused functions crates/router/src/connector/utils.rs ## 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 ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/router/src/connector/utils.rs` **Detailed Identifier Changes:** Commit 46e830a8: Files to modify: **crates/router/src/connector/utils.rs** Remove: - function: pu...
{"pr_number": 7994, "pr_title": "refactor: remove unused functions", "merged_at": "2025-05-14T10:29:02Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["connector"]}, "hierarchy": {"connectors": ["crates/router/src/connector/utils.rs"]}, "change_types": {}, "has_identifier_data": tru...
feat(utils): add iso representation for each state for european countries ## 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 ...
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/mandates.rs` **3. Core Business Logic** - `crates/route...
{"pr_number": 7282, "pr_title": "feat(utils): add iso representation for each state for european countries", "merged_at": "2025-02-17T12:55:02Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"], "domain": ["...
feat(router): add support for partial authorization ## 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. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/payment_attempt.rs` - `crates/diesel_models/src/payment_intent.rs` -...
{"pr_number": 8833, "pr_title": "feat(router): add support for partial authorization", "merged_at": "2025-08-06T14:28:24Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"], "database"...
refactor(constraint_graph): revert handle for cases where setup_future_usage is null in payments is null in payments ## 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/payment_methods/cards.rs` - `crates/router/src/core/payment_methods/utils.rs` **Detailed Identifier Changes:** Commit 62f99435: Files to modify: **crates/route...
{"pr_number": 6812, "pr_title": "refactor(constraint_graph): revert handle for cases where setup_future_usage is null in payments is null in payments", "merged_at": "2024-12-11T17:08:34Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment"]}, "hierarchy": {"core_business": ["cra...
feat(router): Add Confirm-Intent API contract changes for split 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...
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/v2/openapi_spec_v2.json` - `crates/openapi/src/openapi_v2.rs` **Code Patterns Applied:** - Define new data st...
{"pr_number": 9469, "pr_title": "feat(router): Add Confirm-Intent API contract changes for split payments (v2)", "merged_at": "2025-09-25T17:56:40Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src...
chore(analytics): opensearch client creation based on config ## 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 --> R...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/health_check.rs` **2. Configuration Files** - `config/config.example.toml` - `config/deployments/env_specific.toml` - `config/development.toml` - ... and ...
{"pr_number": 7881, "pr_title": "chore(analytics): opensearch client creation based on config", "merged_at": "2025-04-23T14:25:19Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"core_business": ["crates/router/src/core/health_check.rs"], "config": ["config/c...
feat(connector): add 3DS flow for Worldpay ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Described in #6177 ### Additional Changes - [ ] This P...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Database Layer (Queries & Schema)** - `crates/diesel_models/src/query/payment_attempt.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/router_response_types.rs` **3. Core ...
{"pr_number": 6374, "pr_title": "feat(connector): add 3DS flow for Worldpay", "merged_at": "2024-10-21T14:14:20Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"database": ["crates/diesel_models/src/query/payment_attempt.rs"], "doma...
feat(payment-link): add config for enabling form button only when form is complete ## 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 adds a paymen...
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/payments.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/business_profile.rs` - `crates/di...
{"pr_number": 7517, "pr_title": "feat(payment-link): add config for enabling form button only when form is complete", "merged_at": "2025-03-17T15:05:30Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_model...
fix(connector): [fiuu] update PSync and webhooks response ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description This PR fixes Fiuu integration for PSync respo...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/fiuu.rs` - `crates/hyperswitch_connectors/src/connectors/fiuu/transformers.rs` **Code Patterns Applied:** - Extend existing types ...
{"pr_number": 7211, "pr_title": "fix(connector): [fiuu] update PSync and webhooks response", "merged_at": "2025-02-10T06:39:04Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["connector", "webhook"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connectors/fiuu.rs...
feat(connector): [Finix] Add Google Pay Connector Tokenization Flow ## 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/hypers...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/connector_validation.rs` **2. External Connector Integration** - `crates/connector_configs/toml/development.toml` - `crates/connector_configs/toml/production.to...
{"pr_number": 9734, "pr_title": "feat(connector): [Finix] Add Google Pay Connector Tokenization Flow", "merged_at": "2025-10-10T07:59:16Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/conne...
fix(eps_bank_name): send eps supported bank names inside the structs for sdk. ## 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...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payment_methods.rs` **2. External Connector Integration** - `crates/payment_methods/src/configs/payment_connector_required_fields.rs` **3. Configuration Fi...
{"pr_number": 8779, "pr_title": "fix(eps_bank_name): send eps supported bank names inside the structs for sdk.", "merged_at": "2025-08-11T07:33:49Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src...
refactor(connector): [TrustPay] Fix status and wasm changes ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Hotfix for - https://github.com/juspay/hype...
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": 7651, "pr_title": "refactor(connector): [TrustPay] Fix status and wasm changes ", "merged_at": "2025-03-27T08:56:21Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/connector_configs/toml/developm...
feat(connector): [DWOLLA] - Add 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 Added template code for Dwolla. API reference : https://d...
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": 8496, "pr_title": "feat(connector): [DWOLLA] - Add template code", "merged_at": "2025-07-01T12:34:47Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/configs.rs"], "core_business": ["crates/router/src/co...
fix: duplicate entries in total count when filtering by object ID ## 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/webhooks/webhook_events.rs` **Code Patterns Applied:** - Add conditional logic for feature flags or filtering (1 changes) **Detailed Identifier Changes:** Commit 5...
{"pr_number": 8109, "pr_title": "fix: duplicate entries in total count when filtering by object ID", "merged_at": "2025-05-27T07:22:39Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "refund"]}, "hierarchy": {"core_business": ["crates/router/src/core/webhooks/...
fix(samsung_pay): populate `payment_method_data` in the payment response ## 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 d...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payment_methods.rs` - `crates/api_models/src/payments.rs` - `crates/api_models/src/payments/additional_info.rs` **2. Domain Models (Business Logic Types)...
{"pr_number": 7095, "pr_title": "fix(samsung_pay): populate `payment_method_data` in the payment response", "merged_at": "2025-02-03T21:50:07Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/paym...
refactor(paymentMethods): move all pm migration related changes to payment methods 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 y...
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/cards_info.rs` - `crates/hyperswitch_domain_models/src/ext_traits.rs` - `crates/hyperswitch_domain_models/src/lib.rs` **2. Core B...
{"pr_number": 7786, "pr_title": "refactor(paymentMethods): move all pm migration related changes to payment methods crate", "merged_at": "2025-05-13T08:44:52Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"domain": ["crates/hypersw...
ci(cypress): fix cypress api-key validation ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description This PR fixes the Cypress API key validation issue, where ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Utils** - `cypress-tests/cypress/utils/RequestBodyUtils.js` **Code Patterns Applied:** - Extend existing types with new fields (1 changes)
{"pr_number": 9815, "pr_title": "ci(cypress): fix cypress api-key validation", "merged_at": "2025-10-14T08:07:47Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"utils": ["cypress-tests/cypress/utils/RequestBodyUtils.js"]}, "change_types": {"fields_added": 1}...
chore: run clippy with default number of jobs in github workflows ## 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. External Connector Integration** - `.github/workflows/connector-sanity-tests.yml` - `.github/workflows/connector-ui-sanity-tests.yml` **2. Configuration Files** - `.github/workflows/CI-pr.yml` - `.github/w...
{"pr_number": 7088, "pr_title": "chore: run clippy with default number of jobs in github workflows", "merged_at": "2025-01-29T09:06:00Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"connectors": [".github/workflows/connector-sanity-tests.yml", ".github/workflows/...
refactor(dynamic_routing): add logic for creating merchant account in 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 <!-- 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/routing.rs` **2. Core Business Logic** - `crates/router/src/core/admin.rs` - `crates/router/src/core/routing.rs` - `crates/router/src/core/routing/hel...
{"pr_number": 8191, "pr_title": "refactor(dynamic_routing): add logic for creating merchant account in decision engine", "merged_at": "2025-06-04T08:50:40Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_mo...
chore(docker): prefix Hyperswitch Docker image URIs with `docker.juspay.io` ## 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. Configuration Files** - `config/deployments/README.md` - `docker-compose-development.yml` - `docker-compose.yml` **2. Other** - `aws/hyperswitch_aws_setup.sh` **Code Patterns Applied:** - Extend existing ...
{"pr_number": 7368, "pr_title": "chore(docker): prefix Hyperswitch Docker image URIs with `docker.juspay.io`", "merged_at": "2025-03-03T15:37:11Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"config": ["config/deployments/README.md", "docker-compose-development.y...
fix(config): Add VGS baseurl to deployments toml files ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Describe your changes in detail --> Added b...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `config/deployments/integration_test.toml` **2. Configuration Files** - `config/deployments/production.toml` - `config/deployments/sandbox.toml`
{"pr_number": 8059, "pr_title": "fix(config): Add VGS baseurl to deployments toml files", "merged_at": "2025-05-16T13:03:19Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["connector"]}, "hierarchy": {"tests": ["config/deployments/integration_test.toml"], "config": ["config/deployme...
fix(connectors): [TSYS] change order of order_number in tsys auth request body ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description This PR fixes the request...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/tsys/transformers.rs` **Code Patterns Applied:** - Extend existing types with new fields (2 changes) **Detailed Identifier Changes:*...
{"pr_number": 9579, "pr_title": "fix(connectors): [TSYS] change order of order_number in tsys auth request body", "merged_at": "2025-10-08T15:39:41Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_c...
fix: docker changes in setup script ## 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 --> Repopulating the docker ch...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Configuration Files** - `docker-compose-development.yml` - `docker-compose.yml` **2. Other** - `README.md` - `scripts/docker_output.sh` - `scripts/poststart_hook.sh` - ... and 2 more files **Code Pa...
{"pr_number": 7979, "pr_title": "fix: docker changes in setup script", "merged_at": "2025-05-08T09:01:27Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"config": ["docker-compose-development.yml", "docker-compose.yml"], "other": ["README.md", "scripts/docker_outpu...
fix(core): Add Default Enum Variant in RequestIncrementalAuthorization ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD Closes this [issue](https://github.com/juspay/hyp...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `api-reference/v2/openapi_spec_v2.json` - `crates/common_enums/src/enums.rs` **Detailed Identifier Changes:** Commit 176e1ccc: Files to modify: **crates/common_enums/src/enums.rs** Modify existin...
{"pr_number": 8948, "pr_title": "fix(core): Add Default Enum Variant in RequestIncrementalAuthorization", "merged_at": "2025-08-18T07:35:59Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"other": ["api-reference/v2/openapi_spec_v2....
chore: update org retrieve api response to include org type ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Updated `organization_retrieve` api response...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/organization.rs` **2. Type Definitions** - `crates/router/src/types/api/admin.rs` **3. Other** - `api-reference/v1/openapi_spec_v1.json` - `api-refer...
{"pr_number": 8660, "pr_title": "chore: update org retrieve api response to include org type", "merged_at": "2025-07-18T12:18:24Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"api_models": ["crates/api_models/src/organization.rs"], "types": ["crates/router/src/ty...
feat(connector): introduce `feature_matrix` api to coinbase, iatapay, nexixpay and square ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/coinbase.rs` - `crates/hyperswitch_connectors/src/connectors/iatapay.rs` - `crates/hyperswitch_connectors/src/connectors/nexixpa...
{"pr_number": 7339, "pr_title": "feat(connector): introduce `feature_matrix` api to coinbase, iatapay, nexixpay and square", "merged_at": "2025-03-03T09:11:11Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "refund", "connector"]}, "hierarchy": {"connectors": ["crates/hyp...
FEAT: Add Support for Amazon Pay Redirect and Amazon Pay payment via Stripe ## 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 i...
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": 7056, "pr_title": "FEAT: Add Support for Amazon Pay Redirect and Amazon Pay payment via Stripe", "merged_at": "2025-02-05T15:24:59Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/p...
ci: update wise connector cypress creds ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description Update Cypress Creds ### Additional Changes - [ ] This P...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `.github/workflows/cypress-tests-runner.yml` **Code Patterns Applied:** - Extend existing types with new fields (1 changes)
{"pr_number": 7477, "pr_title": "ci: update wise connector cypress creds", "merged_at": "2025-03-11T08:47:32Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["connector"]}, "hierarchy": {"tests": [".github/workflows/cypress-tests-runner.yml"]}, "change_types": {"fields_added": 1}, "h...
feat(connector): [Moneris] Implement mandate for Moneris ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Implement mandate for Moneris Card ### Addit...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/moneris.rs` - `crates/hyperswitch_connectors/src/connectors/moneris/transformers.rs` **Code Patterns Applied:** - Define new data ...
{"pr_number": 7322, "pr_title": "feat(connector): [Moneris] Implement mandate for Moneris", "merged_at": "2025-03-05T12:25:27Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connecto...
fix(required_fields): add correct field_type for required_fields ## 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. Configuration Files** - `config/payment_required_fields_v2.toml`
{"pr_number": 8625, "pr_title": "fix(required_fields): add correct field_type for required_fields", "merged_at": "2025-07-13T12:02:48Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"config": ["config/payment_required_fields_v2.toml"]}, "change_types": {}, "has_ide...
refactor(cypress): update `Stripe` response `status`, `error_code`, and `error_message` for deprecated `Sofort` ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Descr...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests/cypress/e2e/configs/Payment/Stripe.js` **Code Patterns Applied:** - Extend existing types with new fields (3 changes)
{"pr_number": 7672, "pr_title": "refactor(cypress): update `Stripe` response `status`, `error_code`, and `error_message` for deprecated `Sofort`", "merged_at": "2025-04-01T08:50:24Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user"]}, "hierarchy": {"tests": ["cypress-...
feat(router): add v2 endpoint retrieve payment aggregate based on merchant profile ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Add Aggregate API whi...
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.rs` **3. Other** - `crates/router/src/...
{"pr_number": 7196, "pr_title": "feat(router): add v2 endpoint retrieve payment aggregate based on merchant profile", "merged_at": "2025-02-14T14:02:44Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"domain": ["crates/hyperswitch_domai...
refactor(config): enable payout in prod release ## 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 enable...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Configuration Files** - `crates/router/Cargo.toml`
{"pr_number": 8819, "pr_title": "refactor(config): enable payout in prod release", "merged_at": "2025-08-05T07:53:31Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"config": ["crates/router/Cargo.toml"]}, "change_types": {}, "has_identifier_data": false, "commits_...
refactor(connector): [Authorizedotnet] fix refund status mapping ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description - If Authorize.Net returns status code ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/router/src/connector/authorizedotnet/transformers.rs` **Detailed Identifier Changes:** Commit bfcaf003: Files to modify: **crates/router/src/connector/authorizedotnet/...
{"pr_number": 7208, "pr_title": "refactor(connector): [Authorizedotnet] fix refund status mapping", "merged_at": "2025-02-10T13:08:56Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/router/src/connector/author...
refactor(connector): [BRAINTREE] Pass email in payment requests ## 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/hyperswitch_connectors/src/connectors/braintree/transformers.rs` **Code Patterns Applied:** - Define new data structures (1 changes) - Extend existing types with new field...
{"pr_number": 7591, "pr_title": "refactor(connector): [BRAINTREE] Pass email in payment requests", "merged_at": "2025-03-21T15:18:23Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/c...
feat(connector): [Nuvei] Implement setup mandate flow for cards ## 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/router_request_types.rs` **2. Core Business Logic** - `crates/router/src/core/payments/flows/setup_mandate_flow.rs` - `crates/rou...
{"pr_number": 9012, "pr_title": "feat(connector): [Nuvei] Implement setup mandate flow for cards", "merged_at": "2025-08-26T12:31:56Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/ro...
fix(core): change condition for updating payment method status ## 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/operations/external_vault_proxy_payment_intent.rs` **Code Patterns Applied:** - Add conditional logic for feature flags or filtering (1 changes) **Detailed ...
{"pr_number": 9259, "pr_title": "fix(core): change condition for updating payment method status", "merged_at": "2025-09-03T14:00:30Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/payments/o...
feat(dashboard): Added wasm changes to collect metadata for visa_ctp ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Enhancement ## Description <!-- Describe your changes in detail --> Added wasm changes to collect metadata for visa_ctp ## How did you test it? <!-- Did you write a...
To implement this **payment** 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": 7674, "pr_title": "feat(dashboard): Added wasm changes to collect metadata for visa_ctp", "merged_at": "2025-04-01T12:03:54Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["merchant", "connector", "card"]}, "hierarchy": {"connectors": ["crates/connector_configs/toml/developm...
refactor(utils): use to_state_code of hyperswitch_connectors in router ## 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 det...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/utils.rs` - `crates/router/src/connector/netcetera/netcetera_types.rs` - `crates/router/src/connector/threedsecureio/transformers.rs` - ...
{"pr_number": 7278, "pr_title": "refactor(utils): use to_state_code of hyperswitch_connectors in router", "merged_at": "2025-02-17T12:52:33Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "connector"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/utils...
refactor(core): add recurring customer support for nomupay payouts. ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] 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. API Request/Response Models** - `crates/api_models/src/payment_methods.rs` - `crates/api_models/src/payouts.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/payment_method.rs` **3. Do...
{"pr_number": 6687, "pr_title": "refactor(core): add recurring customer support for nomupay payouts.", "merged_at": "2025-02-05T14:28:03Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/payment_m...
feat(webhooks): adyen - consume and update connector's network_transaction_id in payment_methods ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Hotfix ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Database Layer (Queries & Schema)** - `crates/diesel_models/src/payment_method.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/router_flow_types/webhooks.rs` **3. Core Bu...
{"pr_number": 6759, "pr_title": "feat(webhooks): adyen - consume and update connector's network_transaction_id in payment_methods", "merged_at": "2024-12-06T09:24:30Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"database": ["crates/diesel_models/src/payment_meth...
fix(connector): [BRAINTREE] Added fix for Braintree Creds Identifier ## 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 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` - `crates/router/src/core/payments/helpers.rs` - `crates/router/src/core/payments/operations/payment_complete_authorize.rs` - ... and 1 more file...
{"pr_number": 7501, "pr_title": "fix(connector): [BRAINTREE] Added fix for Braintree Creds Identifier", "merged_at": "2025-03-18T07:24:37Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/paym...
refactor(connector): [AUTHORIZEDOTNET,CHECKOUT,NOON,OPAYO,OPENNODE,PAYME,TRUSTPAY] Move to crate hyperswitch_connectors ## 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/payments/connector_integration_v2_impls.rs` - `crates/router/src/core/payments/flows.rs` **2. External Connector Integration** - `crates/hyperswitch_connectors/...
{"pr_number": 7235, "pr_title": "refactor(connector): [AUTHORIZEDOTNET,CHECKOUT,NOON,OPAYO,OPENNODE,PAYME,TRUSTPAY] Move to crate hyperswitch_connectors", "merged_at": "2025-03-04T07:12:31Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarch...
fix(router): Fixed stack over flow for session call in authentication connectors ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix ## Description <!-- Describe your changes in detail --> Fixed stack over flow for session call in authentication connectors ## Motivation and Context...
To implement this **authentication** feature, you'll need to modify these architectural layers: **1. Other** - `crates/router/src/db/kafka_store.rs` **Detailed Identifier Changes:** Commit 19337226: Files to modify: **crates/router/src/db/kafka_store.rs** Modify existing code
{"pr_number": 7983, "pr_title": "fix(router): Fixed stack over flow for session call in authentication connectors", "merged_at": "2025-05-08T10:10:33Z", "intent": {"feature_type": "authentication", "action": "add_feature", "entities": ["connector", "session"]}, "hierarchy": {"other": ["crates/router/src/db/kafka_store....
refactor: Payment Attempt as mandatory field in PaymentStatusData ## 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. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payments.rs` - `crates/hyperswitch_domain_models/src/router_data.rs` **2. Core Business Logic** - `crates/router/src/core/payment...
{"pr_number": 8126, "pr_title": "refactor: Payment Attempt as mandatory field in PaymentStatusData", "merged_at": "2025-05-29T10:25:00Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/...
refactor(connector): implement amount converter framework for bambora, dlocal and opennode ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/bambora.rs` - `crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs` - `crates/hyperswitch_connectors/src/connec...
{"pr_number": 8883, "pr_title": "refactor(connector): implement amount converter framework for bambora, dlocal and opennode ", "merged_at": "2025-08-18T14:41:34Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/...
feat(webhook): add filter by event class and type ## 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 --> Webhook even...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/webhook_events.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/query/events.rs` **3. Core Business Logic** - `crates/router/src...
{"pr_number": 7275, "pr_title": "feat(webhook): add filter by event class and type", "merged_at": "2025-04-11T10:46:08Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "refund"]}, "hierarchy": {"api_models": ["crates/api_models/src/webhook_events.rs"], "databas...
fix(connector): [STRIPE] fix stripe mandate ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description - Revert this [PR](https://github.com/juspay/hyperswitch/pul...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments/transformers.rs` **2. External Connector Integration** - `crates/router/src/connector/stripe/transformers.rs` **Code Patterns Applied:** - Extend existin...
{"pr_number": 6899, "pr_title": "fix(connector): [STRIPE] fix stripe mandate", "merged_at": "2024-12-20T10:59:46Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/payments/transformers.rs"], "...
feat: scheme error code and messages in payments api response ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description This PR introduces - - Core functionality...
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` - `crates/api_models/src/refunds.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/payment_attempt.rs` - `crates/d...
{"pr_number": 7528, "pr_title": "feat: scheme error code and messages in payments api response", "merged_at": "2025-03-17T15:03:23Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "refund", "connector"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs", "c...
fix(metadata): fix nordea metadata again ## 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 --> fixes connector met...
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`
{"pr_number": 9126, "pr_title": "fix(metadata): fix nordea metadata again", "merged_at": "2025-09-02T11:21:47Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "connector"]}, "hierarchy": {"connectors": ["crates/connector_configs/toml/development.toml", "crates/connector_confi...
feat(refunds_v2): Add refund create core 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 --> This PR is a par...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/Cargo.toml` - `crates/api_models/src/events/refund.rs` - `crates/api_models/src/refunds.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_mode...
{"pr_number": 7619, "pr_title": "feat(refunds_v2): Add refund create core flow", "merged_at": "2025-04-21T09:19:22Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/Cargo.toml", "crates/api_models/src...
fix(connector): [Nexixpay] handle error code and message in failure response ## 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 ...
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:** - Implement new functions (1 changes) - Extend existing types with new fields (8...
{"pr_number": 7713, "pr_title": "fix(connector): [Nexixpay] handle error code and message in failure response", "merged_at": "2025-04-04T13:26:49Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_con...
chore: update the docker for wasm ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [x] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Describe your changes in detail --> This pull request updates ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Configuration Files** - `crates/euclid_wasm/Cargo.toml` **2. Other** - `docker/wasm-build.Dockerfile`
{"pr_number": 8080, "pr_title": "chore: update the docker for wasm", "merged_at": "2025-05-26T07:57:18Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"config": ["crates/euclid_wasm/Cargo.toml"], "other": ["docker/wasm-build.Dockerfile"]}, "change_types": {}, "has_...
docs: add new logos for README and API reference ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [X] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ### Addit...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `api-reference-v2/logo/dark.svg` - `api-reference-v2/logo/light.svg` - `api-reference/logo/dark.svg` - ... and 3 more files
{"pr_number": 6783, "pr_title": "docs: add new logos for README and API reference", "merged_at": "2024-12-10T11:57:39Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"other": ["api-reference-v2/logo/dark.svg", "api-reference-v2/logo/light.svg", "api-reference/logo/...
fix: Map attempt_status_unspecified to None instead of Unresolved for HS<>UCS ErrorResponse ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] 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. Core Business Logic** - `crates/router/src/core/payments/flows/authorize_flow.rs` - `crates/router/src/core/payments/flows/external_proxy_flow.rs` - `crates/router/src/core/payments/flows/psync_flow.rs` - ....
{"pr_number": 9445, "pr_title": "fix: Map attempt_status_unspecified to None instead of Unresolved for HS<>UCS ErrorResponse", "merged_at": "2025-09-24T16:51:54Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crat...
feat(revenue_recovery): Introducing new calculate job for card switching and invoice queueing ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Descr...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Database Layer (Queries & Schema)** - `crates/diesel_models/src/process_tracker.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payments.rs` **3. Core Business Logic** ...
{"pr_number": 8848, "pr_title": "feat(revenue_recovery): Introducing new calculate job for card switching and invoice queueing", "merged_at": "2025-08-25T12:56:41Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"database": ["crates/...
feat(utils): add iso representation for each state for european countries ## 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 ...
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/mandates.rs` **3. Core Business Logic** - `crates/route...
{"pr_number": 7273, "pr_title": "feat(utils): add iso representation for each state for european countries", "merged_at": "2025-02-15T15:54:41Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"], "domain": ["...
refactor(users): update url and text in welcome email ## 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 --> Update...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `crates/router/src/services/email/assets/welcome_to_community.html`
{"pr_number": 9341, "pr_title": "refactor(users): update url and text in welcome email", "merged_at": "2025-09-16T17:53:28Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"other": ["crates/router/src/services/email/assets/welcome_to_community.html"]}, "change...
feat(analytics): refactor and rewrite authentication related analytics ## 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...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/analytics/auth_events.rs` **2. Database Layer (Queries & Schema)** - `crates/analytics/src/query.rs` **3. Core Business Logic** - `crates/analytics/src/...
{"pr_number": 7448, "pr_title": "feat(analytics): refactor and rewrite authentication related analytics", "merged_at": "2025-03-06T13:15:49Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"api_models": ["crates/api_models/src/analytics/auth_events.rs"], "database":...
feat(payment-methods): add filtering logic for payment method list v2 ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description ### Implementation Details The ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/Cargo.toml` - `crates/api_models/src/events/payment.rs` - `crates/api_models/src/payment_methods.rs` - ... and 1 more files **2. Domain Models (Business L...
{"pr_number": 8606, "pr_title": "feat(payment-methods): add filtering logic for payment method list v2", "merged_at": "2025-08-05T08:19:29Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "user"]}, "hierarchy": {"api_models": ["crates/api_models/Cargo.toml", "c...
fix(router): fix retry_count and add validation for process_tracker ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [x] 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. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/lib.rs` - `crates/hyperswitch_domain_models/src/merchant...
{"pr_number": 7614, "pr_title": "fix(router): fix retry_count and add validation for process_tracker", "merged_at": "2025-04-09T09:56:59Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"]...
refactor: Move CustomerAcceptance to common_types ## 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 --> - Moved `Cus...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/mandates.rs` - `crates/api_models/src/payments.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/payment_attempt.rs` **3. Domain ...
{"pr_number": 8299, "pr_title": "refactor: Move CustomerAcceptance to common_types", "merged_at": "2025-06-25T06:30:07Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/mandates.rs", "crates/api_m...
chore(stripe): Eps bank_name should be mandatory ## 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 --> Make bank_nam...
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` **2. External Connector Integration** - `crates/payment_methods/src/configs/payment_connector_required_fields.rs` **3. Other** - `api-referenc...
{"pr_number": 8577, "pr_title": "chore(stripe): Eps bank_name should be mandatory", "merged_at": "2025-07-14T10:44:42Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/enums.rs"], "connectors": ["...
fix(core): make parsing optional for connector_wallet_details in session token flow ## 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 c...
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` **Code Patterns Applied:** - Add conditional logic for feature flags or filtering (1 changes) **Detailed Identifier Changes:** Comm...
{"pr_number": 7370, "pr_title": "fix(core): make parsing optional for connector_wallet_details in session token flow", "merged_at": "2025-02-25T13:55:35Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/route...
feat(vsaas): integrate onboarding flow for vertical saas ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description The PR supports onboarding for new VSAAS mercha...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/events/user.rs` - `crates/api_models/src/organization.rs` - `crates/api_models/src/user.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_...
{"pr_number": 7884, "pr_title": "feat(vsaas): integrate onboarding flow for vertical saas", "merged_at": "2025-05-12T15:02:09Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "user", "token"]}, "hierarchy": {"api_models": ["crates/api_models/src/events/user.rs", "crates/a...
feat: add invoice table ## 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 --> <img width="539" height="305" alt="Scr...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Database Layer (Queries & Schema)** - `crates/diesel_models/src/invoice.rs` - `crates/diesel_models/src/lib.rs` - `crates/diesel_models/src/query.rs` - ... and 3 more files **2. External Connector Integrat...
{"pr_number": 9348, "pr_title": "feat: add invoice table", "merged_at": "2025-09-23T16:29:59Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"database": ["crates/diesel_models/src/invoice.rs", "crates/diesel_models/src/lib.rs", "cra...
feat(payment_methods): add payment-methods/filter endpoint to list countries and currencies for connector payment method in v2 ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [X] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `crates/router/src/routes/app.rs` - `crates/router/src/routes/payment_methods.rs` **Code Patterns Applied:** - Implement new functions (1 changes) - Extend existing types with new fields (7 changes) *...
{"pr_number": 8978, "pr_title": "feat(payment_methods): add payment-methods/filter endpoint to list countries and currencies for connector payment method in v2", "merged_at": "2025-08-22T13:26:14Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "connector"]}, "hierarchy": ...
docs: add initial authentication page ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [x] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ### Additional Chang...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `api-reference/docs.json` - `api-reference/essentials/authentication.mdx`
{"pr_number": 8719, "pr_title": "docs: add initial authentication page", "merged_at": "2025-07-28T09:57:35Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"other": ["api-reference/docs.json", "api-reference/essentials/authentication.mdx"]}, "change_types": {}, "has...
ci(nix): update om command invocation ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description Updates `om` CLI invocation based on this PR - https://github.com/...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `.github/workflows/nix.yaml`
{"pr_number": 7259, "pr_title": "ci(nix): update om command invocation", "merged_at": "2025-02-14T10:53:13Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"other": [".github/workflows/nix.yaml"]}, "change_types": {}, "has_identifier_data": false, "commits_matched":...