prompt
stringlengths
83
247k
response
stringlengths
121
36.1k
metadata
stringlengths
314
42.3k
fix(connector): [ADYEN] Add fallback parsing for refusal codes and messages ## 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 i...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs` **Code Patterns Applied:** - Extend existing types with new fields (7 changes) **Detailed Identifier Changes:...
{"pr_number": 9361, "pr_title": "fix(connector): [ADYEN] Add fallback parsing for refusal codes and messages", "merged_at": "2025-09-19T11:35:08Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_conn...
fix: trustpay `eps` redirection in cypress ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Describe your changes in detail --> Fix EPS Bank Redi...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests/cypress/support/redirectionHandler.js`
{"pr_number": 6529, "pr_title": "fix: trustpay `eps` redirection in cypress", "merged_at": "2024-11-12T07:17:51Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"tests": ["cypress-tests/cypress/support/redirectionHandler.js"]}, "change_types": {}, "has_identif...
chore(openapi): resolve openapi semantic inconsistency ## 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 --> 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/organization.rs` **2. External Connector Integration** - `crates/openapi/src/routes/merchant_connector_account.rs` **3. Other** - `api-reference/openapi...
{"pr_number": 8099, "pr_title": "chore(openapi): resolve openapi semantic inconsistency", "merged_at": "2025-05-22T10:23:45Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"api_models": ["crates/api_models/src/organization.rs"], "connectors": ["crates/openapi/src/...
fix(router): add payment method Wallet check for decrypted wallet payment method token logic ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Descri...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments.rs` **Code Patterns Applied:** - Add conditional logic for feature flags or filtering (1 changes) **Detailed Identifier Changes:** Commit be002728: Files ...
{"pr_number": 8744, "pr_title": "fix(router): add payment method Wallet check for decrypted wallet payment method token logic", "merged_at": "2025-07-24T11:35:29Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["cra...
fix(multitenancy): consistently use tenant nomenclature everywhere ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Enhancement ## Description <!-- Describe your changes in detail --> This fixes the inconsistent nomenclature used for tenants in router and drainer code ### Additional Change...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payment_methods/cards.rs` - `crates/router/src/core/routing/helpers.rs` **2. Type Definitions** - `crates/router/src/types/storage/payment_attempt.rs` **3. Tests** ...
{"pr_number": 6389, "pr_title": "fix(multitenancy): consistently use tenant nomenclature everywhere", "merged_at": "2024-10-28T15:42:38Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"core_business": ["crates/router/src/core/payment_methods/...
Feat(connector): [JP MORGAN] Added Template code for cards 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 det...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/connector_enums.rs` **2. Core Business Logic** - `crates/router/src/core/payments/connector_integration_v2_impls.rs` - `crates/router/src/core/payments/f...
{"pr_number": 6467, "pr_title": "Feat(connector): [JP MORGAN] Added Template code for cards integration", "merged_at": "2024-11-05T15:51:59Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "connector", "card"]}, "hierarchy": {"api_models": ["crates/api_models/src/connector...
feat(connector): [INESPAY] Integrate Sepa Bank Debit ## 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 --> Added pay...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/admin.rs` **2. External Connector Integration** - `crates/common_enums/src/connector_enums.rs` - `crates/connector_configs/src/connector.rs` - `crates/hypers...
{"pr_number": 6755, "pr_title": "feat(connector): [INESPAY] Integrate Sepa Bank Debit", "merged_at": "2025-02-05T15:18:13Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/admin.rs"], "connect...
fix: capture installation errors from one-click and docker compose setup ## 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 your changes in d...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Configuration Files** - `docker-compose.yml` **2. Other** - `.gitignore` - `scripts/create_default_user.sh` - `scripts/notify_scarf.sh` - ... and 3 more files **Code Patterns Applied:** - Extend existi...
{"pr_number": 8237, "pr_title": "fix: capture installation errors from one-click and docker compose setup", "merged_at": "2025-06-12T13:58:48Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"config": ["docker-compose.yml"], "other": [".gitignore", "scripts/cr...
refactor(connector): fix wasm for Loonio ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description fix wasm for Loonio ### Additional Changes - [ ] This PR ...
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": 9647, "pr_title": "refactor(connector): fix wasm for Loonio", "merged_at": "2025-10-01T13:42:36Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"connectors": ["crates/connector_configs/toml/development.toml", "crates/connector_configs/toml/production....
feat(core): add bulk tokenization flows ## 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 introduces below changes - Exposes two endpoints for ...
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. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/bulk_tokenization.rs` - `crates/hyperswitch_domai...
{"pr_number": 7066, "pr_title": "feat(core): add bulk tokenization flows", "merged_at": "2025-03-07T13:24:06Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/payment_methods.rs"], "domain": ["cra...
fix: web-docker pull from docker hub ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Docker pull from latest stable tag ### Additional Changes -...
To implement this **validation** feature, you'll need to modify these architectural layers: **1. Configuration Files** - `docker-compose.yml` **Code Patterns Applied:** - Extend existing types with new fields (2 changes)
{"pr_number": 7700, "pr_title": "fix: web-docker pull from docker hub", "merged_at": "2025-04-03T07:29:59Z", "intent": {"feature_type": "validation", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"config": ["docker-compose.yml"]}, "change_types": {"fields_added": 2}, "has_identifier_data": false, "commi...
fix(users): add bad request for openidconnect ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Added a BadRequest response for SSO login when an invalid ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `crates/router/src/services/openidconnect.rs` **Code Patterns Applied:** - Add conditional logic for feature flags or filtering (1 changes) **Detailed Identifier Changes:** Commit 09d475b4: Files to mo...
{"pr_number": 9244, "pr_title": "fix(users): add bad request for openidconnect", "merged_at": "2025-09-10T08:51:15Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"other": ["crates/router/src/services/openidconnect.rs"]}, "change_types": {"conditionals_added"...
revert: implement `NameType` for name validation (#6734) This reverts commit 1100dcc6053990cf832c00cf29db700d77f78480. ## 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. API Request/Response Models** - `crates/api_models/src/customers.rs` - `crates/api_models/src/mandates.rs` - `crates/api_models/src/payment_methods.rs` - ... and 3 more files **2. Domain Models (Business L...
{"pr_number": 7718, "pr_title": "revert: implement `NameType` for name validation (#6734)", "merged_at": "2025-04-03T16:24:25Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["card"]}, "hierarchy": {"api_models": ["crates/api_models/src/customers.rs", "crates/api_models/src/mandates....
feat(data-migration): add connector customer and mandate details support for multiple profiles ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description This pull...
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. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/lib.rs` - `crates/hyperswitch_domain_models/src/p...
{"pr_number": 8473, "pr_title": "feat(data-migration): add connector customer and mandate details support for multiple profiles", "merged_at": "2025-07-01T10:07:08Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crat...
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 --> ...
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": 7810, "pr_title": "chore(analytics): opensearch client creation based on config", "merged_at": "2025-04-17T08:33:47Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"core_business": ["crates/router/src/core/health_check.rs"], "config": ["config/c...
fix(mandates): Allow connector_mandate_detail updation in case of 'Authorized' Payments ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Earlier we used...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments/operations/payment_response.rs` **Code Patterns Applied:** - Add conditional logic for feature flags or filtering (1 changes) **Detailed Identifier Changes:...
{"pr_number": 6379, "pr_title": "fix(mandates): Allow connector_mandate_detail updation in case of 'Authorized' Payments", "merged_at": "2024-10-21T14:18:31Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/...
fix(deployment-config): remove invalid currencies from worldpay filters ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description Includes below changes - - Fixe...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/router/src/connector/worldpay/transformers.rs` **2. Configuration Files** - `config/deployments/sandbox.toml` **Code Patterns Applied:** - Extend existing types with n...
{"pr_number": 6400, "pr_title": "fix(deployment-config): remove invalid currencies from worldpay filters", "merged_at": "2024-10-23T14:23:28Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/router/src/connector...
feat(router): Handle incoming webhooks adyen ## 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 --> Hotfix for https:...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/common_enums/src/connector_enums.rs` - `crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs` **Detailed Identifier Changes:** Commit eb...
{"pr_number": 9425, "pr_title": "feat(router): Handle incoming webhooks adyen", "merged_at": "2025-09-17T18:56:54Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/common_enums/src/connector_enums.rs", "crates/h...
fix(dashboard_metadata): mask `poc_email` and `data_value` for DashboardMetadata ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your chan...
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. Database Layer (Queries & Schema)** - `crates/diesel_models/src/user/dashboard_metadata.rs` **3. Core Business Logic** ...
{"pr_number": 7130, "pr_title": "fix(dashboard_metadata): mask `poc_email` and `data_value` for DashboardMetadata", "merged_at": "2025-02-06T15:16:20Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "token"]}, "hierarchy": {"api_models": ["crates/api_models/src/user/dashboard...
refactor(core): add support for expand attempt list in psync v2 ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail -->...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/query/payment_attempt.rs` **3. Domain Models (Business Logic Types)** ...
{"pr_number": 7209, "pr_title": "refactor(core): add support for expand attempt list in psync v2", "merged_at": "2025-02-11T11:34:47Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"]...
feat(payments): [Payment links] Add locale case fix (cherry picked from commit 84318427108a0f974b2519587d0e336807a9600c) ## 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_link/locale.js` **Code Patterns Applied:** - Extend existing types with new fields (3 changes)
{"pr_number": 6820, "pr_title": "feat(payments): [Payment links] Add locale case fix", "merged_at": "2024-12-12T06:40:53Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"core_business": ["crates/router/src/core/payment_link/locale.js"]}, "change_types": {"fields_ad...
fix(errors): Entry not found error as 4xx instead of 5xx ## 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 --> Hot...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `crates/storage_impl/src/errors.rs` **Code Patterns Applied:** - Extend existing types with new fields (2 changes) **Detailed Identifier Changes:** Commit f59eeccb: Files to modify: **crates/storage_...
{"pr_number": 7719, "pr_title": "fix(errors): Entry not found error as 4xx instead of 5xx", "merged_at": "2025-04-04T10:35:44Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"other": ["crates/storage_impl/src/errors.rs"]}, "change_t...
feat(core): [Nuvei] add stored credentials flag ## 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 --> Connectors ...
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/schema.rs` - `crates...
{"pr_number": 9515, "pr_title": "feat(core): [Nuvei] add stored credentials flag ", "merged_at": "2025-09-30T12:33:11Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"], "database": [...
refactor(connector): wasm changes ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Wasm changes for paysafe card 3ds ### Additional Changes - [ ] T...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/connector_configs/src/connector.rs` - `crates/connector_configs/toml/development.toml` - `crates/connector_configs/toml/production.toml` - ... and 1 more files **...
{"pr_number": 9380, "pr_title": "refactor(connector): wasm changes", "merged_at": "2025-09-16T07:22:05Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "card"]}, "hierarchy": {"connectors": ["crates/connector_configs/src/connector.rs", "crates/connector_configs/toml/developme...
feat(connector): Add VGS connector impls ## 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 --> - Added Connector cha...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payment_methods.rs` **2. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/vgs.rs` - `crates/hyperswitch_connectors/src/connector...
{"pr_number": 7942, "pr_title": "feat(connector): Add VGS connector impls", "merged_at": "2025-08-25T09:52:19Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "user"]}, "hierarchy": {"core_business": ["crates/router/src/core/payment_methods.rs"], "connectors": ...
feat(core): add support for consuming eci for AuthNResponse in Authentication flow …tication flow ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [X] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Add...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Database Layer (Queries & Schema)** - `crates/diesel_models/src/authentication.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/router_request_types/unified_authentication_...
{"pr_number": 8225, "pr_title": "feat(core): add support for consuming eci for AuthNResponse in Authentication flow", "merged_at": "2025-06-03T12:49:46Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "user"]}, "hierarchy": {"database": ["crates/diesel_models/s...
fix(router): fixed click to pay metadata parsing issue ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix ## Description <!-- Describe your changes in detail --> Currently click to pay session token is failing as it is not able to parse card brands, which should ideally be fetched from...
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` **Detailed Identifier Changes:** Commit 951f4c29: Files to modify: **crates/hyperswitch_domain_models/src/payments.rs** Mo...
{"pr_number": 9784, "pr_title": "fix(router): fixed click to pay metadata parsing issue", "merged_at": "2025-10-13T15:45:48Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["payment", "merchant", "connector"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/payments.rs"]}, ...
feat(core): Altered the amount field in DisputePayload to StringMinorUnit ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description The amount field in DisputePay...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/disputes.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/dispute.rs` **3. Core Business Logic** - `crates/router/src/core/webho...
{"pr_number": 8131, "pr_title": "feat(core): Altered the amount field in DisputePayload to StringMinorUnit", "merged_at": "2025-05-30T14:57:38Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/dis...
feat(users): add support for tenant level users ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description - Add api to create tenant users - Add api to create or...
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/user.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/query/merchant_account.rs` **3. C...
{"pr_number": 6708, "pr_title": "feat(users): add support for tenant level users", "merged_at": "2024-12-06T13:19:57Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "user", "token"]}, "hierarchy": {"api_models": ["crates/api_models/src/events/user.rs", "crates/api_models...
refactor(users): Use domain email type in user DB functions ## 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 --> Th...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/errors/api_error_response.rs` **2. Core Business Logic** - `crates/router/src/core/user.rs` - `crates/router/src/core/user_role.r...
{"pr_number": 6699, "pr_title": "refactor(users): Use domain email type in user DB functions", "merged_at": "2024-11-29T13:37:38Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/errors/api_error_response.rs"], "...
refactor(cypress): Fiuu connector configuration changes ## Type of Change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Describe your changes in detail --> The FIUU Connector was not functioning as expected....
To implement this **payment** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests/cypress/e2e/configs/Payment/Fiuu.js` - `cypress-tests/cypress/e2e/configs/Payment/Modifiers.js` - `cypress-tests/cypress/e2e/configs/Payment/Utils.js` - ... and 4 more files **Code Patte...
{"pr_number": 7297, "pr_title": "refactor(cypress): Fiuu connector configuration changes", "merged_at": "2025-03-12T12:23:40Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["payment", "user", "connector"]}, "hierarchy": {"tests": ["cypress-tests/cypress/e2e/configs/Payment/Fiuu.js", "cypr...
feat(core): consume card details from billing connectors and first error codes and store them in payment intent table ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ##...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/types.rs` **3. Domain Models (Business Logic Types)** - `crates/hypers...
{"pr_number": 8250, "pr_title": "feat(core): consume card details from billing connectors and first error codes and store them in payment intent table", "merged_at": "2025-06-16T11:39:32Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy"...
fix(core): fixed ctp bug for confirmation and added multi profile support for modular auth ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix ## Description <!-- Describe your changes in detail --> Currently normal 3ds payments are failing if we enable a merchant for UAS. This pr fixes...
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/unified_authentication_service.rs` **2. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/...
{"pr_number": 9545, "pr_title": "fix(core): fixed ctp bug for confirmation and added multi profile support for modular auth", "merged_at": "2025-09-24T17:21:34Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crate...
feat(analytics): Add currency as dimension and filter for disputes ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/analytics/disputes.rs` **2. Core Business Logic** - `crates/analytics/src/disputes/core.rs` **3. Type Definitions** - `crates/analytics/src/disputes/typ...
{"pr_number": 7006, "pr_title": "feat(analytics): Add currency as dimension and filter for disputes", "merged_at": "2025-02-05T14:29:40Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "order"]}, "hierarchy": {"api_models": ["crates/api_models/src/analytics/disputes.rs"], "co...
fix(router): fixed netcetera flow for backward flow cavv fetching ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix ## Description <!-- Describe your changes in detail --> Currently if we cancel the transaction after initiating with netcetera we are trying hard fetch cavv stored in te...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/authentication.rs` **Code Patterns Applied:** - Extend existing types with new fields (1 changes) **Detailed Identifier Changes:** Commit 5c141f0c: Files to modify: **...
{"pr_number": 8051, "pr_title": "fix(router): fixed netcetera flow for backward flow cavv fetching", "merged_at": "2025-05-16T09:17:20Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["transaction"]}, "hierarchy": {"core_business": ["crates/router/src/core/authentication.rs"]}, "change_typ...
fix(routing): remove frm rule migration support as it is not supported in DE ## 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. Core Business Logic** - `crates/router/src/core/routing.rs` **Detailed Identifier Changes:** Commit fdacec4b: Files to modify: **crates/router/src/core/routing.rs** Modify existing code
{"pr_number": 8448, "pr_title": "fix(routing): remove frm rule migration support as it is not supported in DE", "merged_at": "2025-06-24T12:26:14Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"core_business": ["crates/router/src/core/routing.rs"]}, "change_types"...
feat(framework): Diesel and domain model changes to support multiple outgoing webhooks ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe you...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Database Layer (Queries & Schema)** - `crates/diesel_models/src/business_profile.rs` **2. Type Definitions** - `crates/router/src/types/transformers.rs` **3. Utils** - `crates/common_utils/src/id_type.rs` ...
{"pr_number": 9816, "pr_title": "feat(framework): Diesel and domain model changes to support multiple outgoing webhooks", "merged_at": "2025-10-16T10:36:29Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["webhook"]}, "hierarchy": {"database": ["crates/diesel_models/src/business_prof...
fix(connector): revert noon-paypal ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description main pr - https://github.com/juspay/hyperswitch/pull/7864 ### Addi...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/connector_configs/toml/production.toml` - `crates/hyperswitch_connectors/src/connectors/noon.rs` - `crates/hyperswitch_connectors/src/connectors/noon/transformers.rs`...
{"pr_number": 7868, "pr_title": "fix(connector): revert noon-paypal", "merged_at": "2025-04-22T14:00:11Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"connectors": ["crates/connector_configs/toml/production.toml", "crates/hyperswitch_connectors/src/connectors/noo...
chore: address Rust 1.90.0 clippy lints ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> This PR addresses the ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/fraud_check/operation.rs` - `crates/router/src/core/fraud_check/operation/fraud_check_post.rs` - `crates/router/src/core/fraud_check/operation/fraud_check_pre.rs...
{"pr_number": 9511, "pr_title": "chore: address Rust 1.90.0 clippy lints", "merged_at": "2025-09-25T19:13:45Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"core_business": ["crates/router/src/core/fraud_check/operation.rs", "crates/router/src/core/fraud_che...
fix: cypress reports generation ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Describe your changes in detail --> closes https://github.com/ju...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests/cypress.config.js` - `cypress-tests/package-lock.json` - `cypress-tests/package.json`
{"pr_number": 6894, "pr_title": "fix: cypress reports generation", "merged_at": "2024-12-20T08:19:41Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"tests": ["cypress-tests/cypress.config.js", "cypress-tests/package-lock.json", "cypress-tests/package.json"]}, "cha...
fix(wasm): [Worldpayvantiv] add support for metadata.report_group ## 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 **connector_integration** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/connector_configs/src/connector.rs` **Code Patterns Applied:** - Extend existing types with new fields (1 changes) **Detailed Identifier Changes:** Commit d15ee...
{"pr_number": 8260, "pr_title": "fix(wasm): [Worldpayvantiv] add support for metadata.report_group", "merged_at": "2025-06-05T09:54:27Z", "intent": {"feature_type": "connector_integration", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"connectors": ["crates/connector_configs/src/connector.rs"]}, "chang...
feat(euclid): add dynamic routing in core flows ## 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 will add ...
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/errors.rs` - `crates/router/src/core/payments.rs` - `crates/router/src/core/payments/...
{"pr_number": 6333, "pr_title": "feat(euclid): add dynamic routing in core flows", "merged_at": "2024-10-25T11:39:01Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "connector"]}, "hierarchy": {"api_models": ["crates/api_models/src/routing.rs"], "core_business": ["crates...
fix(connectors): [worldpay] send decoded token for ApplePay ## 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 ApplePay integration with ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/worldpay/transformers.rs` **Code Patterns Applied:** - Extend existing types with new fields (1 changes) **Detailed Identifier Chang...
{"pr_number": 7069, "pr_title": "fix(connectors): [worldpay] send decoded token for ApplePay", "merged_at": "2025-01-24T08:32:03Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/conne...
feat(dashboard): added wasm changes for threedsecure.io for collecting acquirer_bin, acquirer_merchant_id and acquirer_country_code in MCA ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Enhancement ## Description <!-- Describe your changes in detail --> add wasm changes for threedsecure.i...
To implement this **validation** 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": 8330, "pr_title": "feat(dashboard): added wasm changes for threedsecure.io for collecting acquirer_bin, acquirer_merchant_id and acquirer_country_code in MCA", "merged_at": "2025-06-12T11:02:04Z", "intent": {"feature_type": "validation", "action": "add_feature", "entities": ["merchant"]}, "hierarchy": {"c...
feat(connector): [INESPAY] Enable Inespay In Dashboard ## 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 --> Inespay...
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": 7233, "pr_title": "feat(connector): [INESPAY] Enable Inespay In Dashboard", "merged_at": "2025-02-11T12:49:47Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["connector"]}, "hierarchy": {"connectors": ["crates/connector_configs/toml/development.toml", "crates/connector...
fix(core): populate billing_address for payment with pm_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 --> - B...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payment_methods.rs` - `crates/router/src/core/payments/operations/payment_response.rs` - `crates/router/src/core/payments/tokenization.rs` **Code Patterns Appli...
{"pr_number": 6411, "pr_title": "fix(core): populate billing_address for payment with pm_id", "merged_at": "2024-10-24T15:57:04Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/payment_method...
feat(router): Make payment_method_subtype optional in payment_attempt [V2] ## 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 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/payment_methods.rs` - `crates/api_models/src/payments.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/payment_attempt.rs` - `...
{"pr_number": 7568, "pr_title": "feat(router): Make payment_method_subtype optional in payment_attempt [V2]", "merged_at": "2025-03-24T07:53:07Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/pa...
fix(connector): [fiuu]fix mandates for fiuu ## 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 PR fixes foll...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payment_methods/cards.rs` **2. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/fiuu/transformers.rs` - `crates/hyperswitch_conn...
{"pr_number": 6487, "pr_title": "fix(connector): [fiuu]fix mandates for fiuu", "merged_at": "2024-11-08T13:38:55Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"core_business": ["crates/router/src/core/payment_methods/cards.rs"], "connectors": ["crates/hyper...
feat(payment_methods): populate connector_customer during customer creation step in payment methods migrate flow ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Desc...
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. Core Business Logic** - `crates/router/src/core/customers.rs` **3. Type Definitions** - `crates/common_types/src/customers.rs` ...
{"pr_number": 8319, "pr_title": "feat(payment_methods): populate connector_customer during customer creation step in payment methods migrate flow", "merged_at": "2025-06-17T09:58:03Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"a...
refactor(currency_conversion): add support for expiring forex data in redis ## 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 i...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/currency.rs` **2. Utils** - `crates/router/src/utils/currency.rs` **3. Tests** - `loadtest/config/development.toml` **4. Configuration Files** - `config/co...
{"pr_number": 7455, "pr_title": "refactor(currency_conversion): add support for expiring forex data in redis", "merged_at": "2025-03-17T14:49:01Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"core_business": ["crates/router/src/core/currency.rs"], "utils": ["crat...
ci(cypress): move customer acceptance in configs to a const within commons ## 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...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests/cypress/e2e/configs/Payment/Adyen.js` - `cypress-tests/cypress/e2e/configs/Payment/BankOfAmerica.js` - `cypress-tests/cypress/e2e/configs/Payment/Bluesnap.js` - ... and 10 more file...
{"pr_number": 7435, "pr_title": "ci(cypress): move customer acceptance in configs to a const within commons", "merged_at": "2025-03-06T07:19:11Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer"]}, "hierarchy": {"tests": ["cypress-tests/cypress/e2e/configs/Payment/Adyen.js",...
feat(events): adding infra level components to api-events ## 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 detail --> Addi...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/webhooks/incoming.rs` - `crates/router/src/core/webhooks/incoming_v2.rs` **2. Configuration Files** - `config/config.example.toml` - `config/development.toml...
{"pr_number": 8214, "pr_title": "feat(events): adding infra level components to api-events", "merged_at": "2025-06-04T06:30:35Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"core_business": ["crates/router/src/core/webhooks/incoming.rs", "crates/router/src/...
fix(nuvei): nuvei 3ds fix + psync fix ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> - 3ds transaction were...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/nuvei.rs` - `crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs` **2. Tests** - `cypress-tests/cypress/e2e/conf...
{"pr_number": 9279, "pr_title": "fix(nuvei): nuvei 3ds fix + psync fix", "merged_at": "2025-09-11T14:31:03Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connectors/nuvei.rs", "crat...
feat(payments_v2): add finish redirection endpoint ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] New feature ## Description <!-- Describe your changes in detail --> This PR adds a new endpoint called `finish_redirection` to payments v2. ## Motivation and Context <!-- Why is this cha...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/admin.rs` - `crates/api_models/src/payments.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/business_profile.rs` **3. Domain Models (...
{"pr_number": 6549, "pr_title": "feat(payments_v2): add finish redirection endpoint", "merged_at": "2024-11-15T09:08:39Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/admin.rs", "crates/api_models/sr...
feat(sample_data): generate random disputes for sample data ## 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 --> I ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/user/sample_data.rs` **2. Utils** - `crates/router/src/utils/user/sample_data.rs` **Code Patterns Applied:** - Extend existing types with new fields (22 changes) ...
{"pr_number": 6341, "pr_title": "feat(sample_data): generate random disputes for sample data", "merged_at": "2024-10-25T08:45:37Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user"]}, "hierarchy": {"core_business": ["crates/router/src/core/user/sample_data.rs"], "utils...
feat(router): add three_ds_decision_rule support in routing 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 --...
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. Database Layer (Queries & Schema)** - `crates/diesel_models/src/enums.rs` **3. Core Business Logic** - `crates/router/src/core/admin.rs...
{"pr_number": 8132, "pr_title": "feat(router): add three_ds_decision_rule support in routing apis", "merged_at": "2025-05-30T14:04:43Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "connector", "transaction"]}, "hierarchy": {"api_models": ["crates/api_models/src/routing.rs"...
feat(subscriptions): Add update subscriptions APIs with payments update 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 changes ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/subscription.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/invoice.rs` - `crates/diesel_models/src/schema.rs` - `crates/die...
{"pr_number": 9778, "pr_title": "feat(subscriptions): Add update subscriptions APIs with payments update call", "merged_at": "2025-10-14T10:54:26Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/...
fix(dispute): change dispute currency type to currency enum ## 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 --> Ch...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/disputes.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/dispute.rs` - `crates/diesel_models/src/schema.rs` - `crates/diesel_...
{"pr_number": 6454, "pr_title": "fix(dispute): change dispute currency type to currency enum", "merged_at": "2024-11-20T14:14:53Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/disputes.rs"], "d...
feat(subscription): domain_model for subscription and invoice ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description This pull request introduces new domain ...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/invoice.rs` - `crates/hyperswitch_domain_models/src/lib.rs` - `crates/hyperswitch_domain_models/src/subscription.rs` **2. Core Business...
{"pr_number": 9640, "pr_title": "feat(subscription): domain_model for subscription and invoice", "merged_at": "2025-10-09T10:51:00Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/invoice.rs...
feat(connector): [DEUTSCHEBANK, FIUU ] Handle 2xx errors given by Connector ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [X] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description 1. Consuming error message ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/deutschebank/transformers.rs` - `crates/hyperswitch_connectors/src/connectors/fiuu/transformers.rs` **Code Patterns Applied:** - I...
{"pr_number": 6727, "pr_title": "feat(connector): [DEUTSCHEBANK, FIUU ] Handle 2xx errors given by Connector", "merged_at": "2024-12-12T10:20:34Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["refund"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connectors/deu...
fix(payment_methods): card_network and card_scheme should be consistent ## 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 de...
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. Core Business Logic** - `crates/router/src/core/payment_methods/cards.rs` - `crates/router/src/core/payments/tokenizatio...
{"pr_number": 6849, "pr_title": "fix(payment_methods): card_network and card_scheme should be consistent", "merged_at": "2024-12-17T14:16:31Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "user"]}, "hierarchy": {"database": ["crates/diesel_models/src/payment_...
refactor(authentication): modify auth for profiles and mca routes to `ApiKeyAuthWithMerchantIdFromRoute` ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests-v2/cypress/support/commands.js` - `cypress-tests/cypress/support/commands.js` **2. Other** - `crates/router/src/routes/admin.rs` - `crates/router/src/routes/profiles.rs` - `crat...
{"pr_number": 7656, "pr_title": "refactor(authentication): modify auth for profiles and mca routes to `ApiKeyAuthWithMerchantIdFromRoute`", "merged_at": "2025-03-28T09:08:08Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "connector"]}, "hierarchy": {"tests": ...
feat(refunds_v2): Add refunds list flow in v2 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 int...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/refunds.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/Cargo.toml` - `crates/hyperswitch_domain_models/src/refunds.r...
{"pr_number": 7966, "pr_title": "feat(refunds_v2): Add refunds list flow in v2 apis", "merged_at": "2025-05-12T15:29:26Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "refund"]}, "hierarchy": {"api_models": ["crates/api_models/src/refunds.rs"], "domain": ["cr...
feat(core): payment links - add support for custom background image and layout in details section ## 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. 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": 6830, "pr_title": "feat(core): payment links - add support for custom background image and layout in details section", "merged_at": "2024-12-12T18:02:04Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"api_models": ["crates/api_models/src/admin.rs", "...
refactor(connector): [Airwallex] add device_data in payment request ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description - add a extra object `device_data` 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/router_request_types.rs` **3. External Connector Integrati...
{"pr_number": 6881, "pr_title": "refactor(connector): [Airwallex] add device_data in payment request", "merged_at": "2024-12-22T17:58:07Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments....
feat(xendit): Add Payment Webhooks ## 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 --> Added payment webhooks for...
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": 7277, "pr_title": "feat(xendit): Add Payment Webhooks ", "merged_at": "2025-03-04T08:57:14Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/connector_configs/toml/development.toml", "crates/connec...
feat(router): Add gift card balance check endpoint (v2) ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> - Adde...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/events/payment.rs` - `crates/api_models/src/payments.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/router_data_...
{"pr_number": 9102, "pr_title": "feat(router): Add gift card balance check endpoint (v2)", "merged_at": "2025-09-17T07:50:47Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user", "connector"]}, "hierarchy": {"api_models": ["crates/api_models/src/events/payment.rs", "cra...
feat(payouts): Mapped Default Values to Unified Error Code and Message ## 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. Core Business Logic** - `crates/router/src/core/payouts.rs` **Detailed Identifier Changes:** Commit 4ab54f3c: Files to modify: **crates/router/src/core/payouts.rs** Modify existing code
{"pr_number": 9262, "pr_title": "feat(payouts): Mapped Default Values to Unified Error Code and Message", "merged_at": "2025-09-03T15:49:59Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/p...
refactor: add infra-values in intent kafka events ## 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 --> Main PR - ht...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Type Definitions** - `crates/common_utils/src/types/keymanager.rs` - `crates/router/src/types/domain/types.rs` **2. Other** - `crates/router/src/db/kafka_store.rs` - `crates/router/src/services/kafka.rs` ...
{"pr_number": 8267, "pr_title": "refactor: add infra-values in intent kafka events", "merged_at": "2025-06-06T07:17:11Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user"]}, "hierarchy": {"types": ["crates/common_utils/src/types/keymanager.rs", "crates/router/src/types...
fix(router): card network for co-badged card and update regex ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments/helpers.rs` **2. Other** - `crates/cards/src/validate.rs` **Code Patterns Applied:** - Extend existing types with new fields (2 changes) **Detailed Iden...
{"pr_number": 6804, "pr_title": "fix(router): card network for co-badged card and update regex", "merged_at": "2024-12-11T13:01:08Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/payments/he...
feat(authentication): added profile acquirer create module ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] New feature ## Description <!-- Describe your changes in detail --> added merchant acquirer create and list module ### Additional Changes - [ ] This PR modifies the API contract ...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/admin.rs` - `crates/api_models/src/lib.rs` - `crates/api_models/src/profile_acquirer.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/sr...
{"pr_number": 8155, "pr_title": "feat(authentication): added profile acquirer create module", "merged_at": "2025-06-11T13:53:52Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/admin.rs", "crates/api_m...
feat(core): Adds Billing Connector Invoice Sync flow in Revenue Recovery ## 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 billing connector ...
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_data_v2/flow_common_types.rs` - `crates/hyperswitch_domain_models/src/router_flow_types/revenue_recovery.rs` - `crates/hype...
{"pr_number": 7799, "pr_title": "feat(core): Adds Billing Connector Invoice Sync flow in Revenue Recovery", "merged_at": "2025-04-29T07:26:23Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "connector", "webhook"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_mode...
refactor(core): introduce new field `cardFundingSource` to `GooglePayPaymentMethodData` ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe yo...
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. External Connector Integratio...
{"pr_number": 9571, "pr_title": "refactor(core): introduce new field `cardFundingSource` to `GooglePayPaymentMethodData`", "merged_at": "2025-10-01T09:57:43Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_...
fix(connector): Handle Sequential Automatic case in MIT payments ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Handle Missing Sequential Automatic cas...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/paybox/transformers.rs` **Detailed Identifier Changes:** Commit e4c7ab8e: Files to modify: **crates/hyperswitch_connectors/src/co...
{"pr_number": 6833, "pr_title": "fix(connector): Handle Sequential Automatic case in MIT payments", "merged_at": "2025-03-18T13:06:55Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/...
feat: Add open API reference for Intelligent router ## 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 --> Open API r...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Configuration Files** - `api-reference/hyperswitch_intelligent_router_open_api_spec.yml` **2. Other** - `api-reference/intelligent-router-api-reference/elimination/fetch-eliminated-processor-list.mdx` - `api-...
{"pr_number": 7727, "pr_title": "feat: Add open API reference for Intelligent router", "merged_at": "2025-04-08T09:39:44Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"config": ["api-reference/hyperswitch_intelligent_router_open_api_spec.yml"], "other": ["a...
feat(email): Add SMTP support to allow mails through self hosted/custom SMTP server ## 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...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `loadtest/config/development.toml` **2. Configuration Files** - `config/development.toml` - `config/docker_compose.toml` - `crates/external_services/Cargo.toml` - ... and 1 more files **3. Ot...
{"pr_number": 6617, "pr_title": "feat(email): Add SMTP support to allow mails through self hosted/custom SMTP server", "merged_at": "2024-11-20T14:48:30Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"tests": ["loadtest/config/development.toml"], "config": [...
fix: consider status of payment method before filtering wallets in list pm ## 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. Core Business Logic** - `crates/router/src/core/payment_methods/cards.rs` **Detailed Identifier Changes:** Commit d2212cb7: Files to modify: **crates/router/src/core/payment_methods/cards.rs** Modify existing...
{"pr_number": 7004, "pr_title": "fix: consider status of payment method before filtering wallets in list pm", "merged_at": "2025-01-07T17:07:46Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/cor...
chore(env): remove unified_authentication_service base_url from integ, sandbox and production toml ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- ...
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/env_specific.toml` - `config/deployments/production.toml` - `config/deployments/sandbox.toml`
{"pr_number": 6865, "pr_title": "chore(env): remove unified_authentication_service base_url from integ, sandbox and production toml", "merged_at": "2024-12-18T08:28:08Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"tests": ["config/deployments/integration_test.to...
feat(connector): [MPGS] 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 <!-- Describe your changes in detail --> ### Additional Chang...
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": 8544, "pr_title": "feat(connector): [MPGS] template code", "merged_at": "2025-07-25T09:32:26Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/connector_endpoints.rs"], "connectors": ["crates/connector_co...
feat(connector): add Samsung pay mandate support for Cybersource ## 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. External Connector Integration** - `crates/connector_configs/toml/sandbox.toml` - `crates/hyperswitch_connectors/src/connectors/cybersource.rs` - `crates/hyperswitch_connectors/src/connectors/cybersource/trans...
{"pr_number": 7298, "pr_title": "feat(connector): add Samsung pay mandate support for Cybersource", "merged_at": "2025-02-22T08:40:23Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/connector_configs/toml/sand...
feat(router): add payment incoming webhooks support for v2 ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> add...
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/webhooks.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/payment_attempt.rs` - `crates/...
{"pr_number": 6551, "pr_title": "feat(router): add payment incoming webhooks support for v2", "merged_at": "2024-11-19T09:35:08Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user", "webhook"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs", "crates/a...
feat(payment_link): expose payment link configs for SDK UI rules and payment button ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description This PR exposes cust...
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": 7427, "pr_title": "feat(payment_link): expose payment link configs for SDK UI rules and payment button", "merged_at": "2025-03-05T17:28:25Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_mode...
fix(payout): use billing address in payment_methods ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description This PR adds capability for payouts to use billing a...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments/routing.rs` - `crates/router/src/core/payouts.rs` - `crates/router/src/core/payouts/helpers.rs` - ... and 1 more files **Code Patterns Applied:** - ...
{"pr_number": 9277, "pr_title": "fix(payout): use billing address in payment_methods", "merged_at": "2025-09-08T11:39:06Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/payments/routing.rs",...
refactor(core): refund sync process scheduled time ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Before refund sync process tracker task was using p...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/refunds.rs` **Code Patterns Applied:** - Implement new functions (1 changes) - Extend existing types with new fields (4 changes) **Detailed Identifier Changes:** C...
{"pr_number": 8930, "pr_title": "refactor(core): refund sync process scheduled time", "merged_at": "2025-08-22T13:26:14Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/refunds.rs"]}, "change...
refactor(connector): [Noon] auth header ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Noon has updated there Authentication api - The mode selector h...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/noon.rs` **Code Patterns Applied:** - Extend existing types with new fields (1 changes) **Detailed Identifier Changes:** Commit 28...
{"pr_number": 7977, "pr_title": "refactor(connector): [Noon] auth header", "merged_at": "2025-05-12T15:28:52Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connectors/noon.rs"]}, "c...
fix(xendit): Fix wasm changes ## 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 --> Instead of merchant secret we ...
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": 7419, "pr_title": "fix(xendit): Fix wasm changes", "merged_at": "2025-03-06T10:30:04Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "webhook", "token"]}, "hierarchy": {"connectors": ["crates/connector_configs/toml/development.toml", "crates/connector_confi...
feat(core): add payments post_session_tokens flow ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description hotfix for [PR](https://github.com/juspay/hyperswitc...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/events/payment.rs` - `crates/api_models/src/payments.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/payment_attempt.rs` **3. D...
{"pr_number": 6346, "pr_title": "feat(core): add payments post_session_tokens flow", "merged_at": "2024-10-17T08:59:53Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/events/payment.rs", "crates...
fix: Unified scarf setup ## 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 your changes in detail --> The installation tracking system has ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Configuration Files** - `docker-compose.yml` **2. Other** - `.gitignore` - `scripts/create_default_user.sh` - `scripts/notify_scarf.sh` - ... and 3 more files **Code Patterns Applied:** - Extend existi...
{"pr_number": 8238, "pr_title": "fix: Unified scarf setup", "merged_at": "2025-06-09T07:59:11Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"config": ["docker-compose.yml"], "other": [".gitignore", "scripts/create_default_user.sh", "scripts/notify_scarf.sh"...
ci(cypress): Add Paypal Mandates ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Add mandates flow to paypal which they started handling recently ##...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests/cypress/e2e/PaymentUtils/Commons.js` - `cypress-tests/cypress/e2e/PaymentUtils/Paypal.js` **Code Patterns Applied:** - Extend existing types with new fields (190 changes)
{"pr_number": 6794, "pr_title": "ci(cypress): Add Paypal Mandates", "merged_at": "2024-12-13T03:40:31Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"tests": ["cypress-tests/cypress/e2e/PaymentUtils/Commons.js", "cypress-tests/cypress/e2e/PaymentUtils/Paypal...
refactor(routing): Routing events core refactor ## 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 --> - Refactored r...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/open_router.rs` - `crates/api_models/src/routing.rs` **2. Core Business Logic** - `crates/router/src/core/errors.rs` - `crates/router/src/core/payment...
{"pr_number": 8323, "pr_title": "refactor(routing): Routing events core refactor", "merged_at": "2025-06-17T14:49:02Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/open_router.rs", "crates/api_...
feat(refunds): Trigger refund outgoing webhooks in create and retrieve refund flows ## 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 c...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/refunds.rs` **2. Utils** - `crates/router/src/utils.rs` **Code Patterns Applied:** - Implement new functions (2 changes) - Extend existing types with new fields (...
{"pr_number": 6635, "pr_title": "feat(refunds): Trigger refund outgoing webhooks in create and retrieve refund flows", "merged_at": "2024-11-24T20:29:33Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "user", "refund"]}, "hierarchy": {"core_business": ["crates/router/src...
refactor(openapi): modify profile-delete auth to AdminAPIKey in API doc ## 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 de...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `api-reference/openapi_spec.json` - `crates/openapi/src/routes/profile.rs` **Detailed Identifier Changes:** Commit b8f66155: Files to modify: **crates/openapi/src/routes/profile.rs** Modify exist...
{"pr_number": 7697, "pr_title": "refactor(openapi): modify profile-delete auth to AdminAPIKey in API doc", "merged_at": "2025-04-03T08:06:32Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"other": ["api-reference/openapi_spec.json", "crates/openapi/src/routes/prof...
fix(connector): [STRIPE] Throwing Missing Required Field Error if connector_customer is not present ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!--...
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_data.rs` **2. Core Business Logic** - `crates/router/src/core/payments.rs` - `crates/router/src/core/payments/helpers.rs` ...
{"pr_number": 8313, "pr_title": "fix(connector): [STRIPE] Throwing Missing Required Field Error if connector_customer is not present", "merged_at": "2025-06-11T13:24:52Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment"]}, "hierarchy": {"domain": ["crates/hyperswi...
fix(router): make `endpoint_prefix` optional in three_ds_metadata for unified_authentication_service ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/router_request_types/unified_authentication_service.rs` **2. Core Business Logic** - `crates/router/src/core/payments/operations/pay...
{"pr_number": 9717, "pr_title": "fix(router): make `endpoint_prefix` optional in three_ds_metadata for unified_authentication_service", "merged_at": "2025-10-07T16:44:53Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant"]}, "hierarchy": {"domain": ["crates/hypersw...
fix(nuvei): make `eci_provider` in applepay decrypt flow non mandatory field ## 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/nuvei/transformers.rs` **Code Patterns Applied:** - Extend existing types with new fields (1 changes) **Detailed Identifier Changes:...
{"pr_number": 9509, "pr_title": "fix(nuvei): make `eci_provider` in applepay decrypt flow non mandatory field", "merged_at": "2025-09-24T16:51:54Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_con...
refactor(dynamic_routing): make the dynamo configs optional ## 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 --> Th...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments/routing.rs` - `crates/router/src/core/routing.rs` - `crates/router/src/core/routing/helpers.rs` **2. Other** - `crates/external_services/src/grpc_cl...
{"pr_number": 8589, "pr_title": "refactor(dynamic_routing): make the dynamo configs optional", "merged_at": "2025-07-14T14:01:25Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"core_business": ["crates/router/src/core/payments/routing.rs", "crates/router/src/core/...
fix(connector): [ADYEN] field type fixed for required fields ## 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 --> F...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/connector_configs/toml/development.toml` - `crates/connector_configs/toml/production.toml` - `crates/connector_configs/toml/sandbox.toml` - ... and 1 more files *...
{"pr_number": 8997, "pr_title": "fix(connector): [ADYEN] field type fixed for required fields", "merged_at": "2025-09-17T12:12:59Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"connectors": ["crates/connector_configs/toml/development....
chore: enable `clippy::trivially_copy_pass_by_ref` lint and address it ## 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 **refund** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/connector_enums.rs` **2. Database Layer (Queries & Schema)** - `crates/analytics/src/query.rs` **3. Core Business Logic** - `crates/analytics/src/api_event/cor...
{"pr_number": 6724, "pr_title": "chore: enable `clippy::trivially_copy_pass_by_ref` lint and address it", "merged_at": "2024-12-05T15:09:29Z", "intent": {"feature_type": "refund", "action": "add_feature", "entities": ["refund"]}, "hierarchy": {"api_models": ["crates/api_models/src/connector_enums.rs"], "database": ["cr...
chore: change serde value to strict type in payment intent domain and diesel model ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your ch...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/lib.rs` - `crates/diesel_models/src/payment_intent.rs` - `crates/die...
{"pr_number": 6393, "pr_title": "chore: change serde value to strict type in payment intent domain and diesel model", "merged_at": "2024-11-08T07:49:50Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"], "da...
fix: typos ## 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 fixes typos. ### Additional Changes ...
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. Core Business Logic** - `crates/router/src/core/payments/routing/utils.rs` **3. External Connector Integration** - `crates/hyperswitch_co...
{"pr_number": 8918, "pr_title": "fix: typos", "merged_at": "2025-08-13T10:55:54Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"api_models": ["crates/api_models/src/admin.rs"], "core_business": ["crates/router/src/core/payments/routing/utils.rs"], "connectors": ["...