prompt
stringlengths
83
247k
response
stringlengths
121
36.1k
metadata
stringlengths
314
42.3k
feat(payment_method): add logic for setup_future_usage downgrade and add filter based on zero mandate config ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Descript...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Database Layer (Queries & Schema)** - `crates/diesel_models/src/payment_attempt.rs` - `crates/diesel_models/src/schema.rs` - `crates/diesel_models/src/user/sample_data.rs` **2. Domain Models (Business Logic T...
{"pr_number": 7775, "pr_title": "feat(payment_method): add logic for setup_future_usage downgrade and add filter based on zero mandate config", "merged_at": "2025-04-17T12:09:52Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"datab...
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": 9546, "pr_title": "fix(core): fixed ctp bug for confirmation and added multi profile support for modular auth", "merged_at": "2025-09-25T07:45:31Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src...
feat(router): Add payment_type to Get Intent response (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 --> - A...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Core Business Logic** - `crates/router/src/core/payments/transformers.rs` **3. Other** - `api-reference/v2/openapi_spec_v2.json` **Co...
{"pr_number": 9066, "pr_title": "feat(router): Add payment_type to Get Intent response (v2)", "merged_at": "2025-08-28T06:22:39Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"], "co...
refactor(connector): [BILLWERK, FISERVEMEA, TSYS] use LazyLock instead of lazy_static ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD Closes this [issue](https://github...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/billwerk.rs` - `crates/hyperswitch_connectors/src/connectors/fiservemea.rs` - `crates/hyperswitch_connectors/src/connectors/tsys...
{"pr_number": 7494, "pr_title": "refactor(connector): [BILLWERK, FISERVEMEA, TSYS] use LazyLock instead of lazy_static", "merged_at": "2025-04-24T10:35:43Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "refund"]}, "hierarchy": {"connectors": ["crates/hyperswi...
feat(core): add profile level config for debit routing feature ## 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 --> ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/admin.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/business_profile.rs` - `crates/diesel_models/src/schema.rs` - `crates/d...
{"pr_number": 7470, "pr_title": "feat(core): add profile level config for debit routing feature", "merged_at": "2025-03-26T14:19:46Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/admin.rs"], "d...
feat: Add attach_printable() for better error logging ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [✔️ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Just modified the error logging on change of pas...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/user.rs` **Detailed Identifier Changes:** Commit f9bd87dd: Files to modify: **crates/router/src/core/user.rs** Modify existing code
{"pr_number": 9667, "pr_title": "feat: Add attach_printable() for better error logging", "merged_at": "2025-10-15T16:19:48Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"core_business": ["crates/router/src/core/user.rs"]}, "change_types": {}, "has_identifie...
fix(connector): Update mandate PMT configs for Mandate Supported Connectors ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [x] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes i...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `config/deployments/integration_test.toml` - `loadtest/config/development.toml` **2. Configuration Files** - `config/deployments/production.toml` - `config/deployments/sandbox.toml` - `config/...
{"pr_number": 6903, "pr_title": "fix(connector): Update mandate PMT configs for Mandate Supported Connectors", "merged_at": "2024-12-20T11:06:57Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"tests": ["config/deployments/integration_test.toml", "loadtest/config/d...
feat(vsaas): enable platform merchant API Key authentication for org-level operations ## 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...
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. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/merchant_account.rs` **3. Type Definitions** - `crates/rou...
{"pr_number": 8156, "pr_title": "feat(vsaas): enable platform merchant API Key authentication for org-level operations", "merged_at": "2025-05-30T14:04:26Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"api_models": ["crates/api_models...
ci(CI-pr): disable `cargo-hack` step for hotfix PRs ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Describe your changes in detail --> This PR ...
To implement this **connector_integration** feature, you'll need to modify these architectural layers: **1. Configuration Files** - `.github/workflows/CI-pr.yml` **Code Patterns Applied:** - Extend existing types with new fields (6 changes)
{"pr_number": 7334, "pr_title": "ci(CI-pr): disable `cargo-hack` step for hotfix PRs", "merged_at": "2025-02-24T20:56:28Z", "intent": {"feature_type": "connector_integration", "action": "add_feature", "entities": []}, "hierarchy": {"config": [".github/workflows/CI-pr.yml"]}, "change_types": {"fields_added": 6}, "has_id...
ci(cypress): fix nmi and paypal ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Describe your changes in detail --> This PR fixes NTID for PayPa...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `.github/workflows/cypress-tests-runner.yml` - `cypress-tests/cypress/e2e/configs/Payment/Utils.js` - `cypress-tests/cypress/e2e/spec/Payment/00020-MandatesUsingNTIDProxy.cy.js` - ... and 2 more f...
{"pr_number": 7173, "pr_title": "ci(cypress): fix nmi and paypal", "merged_at": "2025-02-06T10:39:20Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"tests": [".github/workflows/cypress-tests-runner.yml", "cypress-tests/cypress/e2e/configs/Payment/Utils.js", ...
fix(connector): Ideal and multiple other failing PMs fixed in Ayden ## 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. External Connector Integration** - `crates/router/src/connector/adyen/transformers.rs` **2. Tests** - `cypress-tests/cypress/e2e/configs/Payment/Adyen.js` - `cypress-tests/cypress/support/redirectionHandler.j...
{"pr_number": 7139, "pr_title": "fix(connector): Ideal and multiple other failing PMs fixed in Ayden", "merged_at": "2025-02-25T20:27:57Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/router/src/connector/ady...
feat(router): Add revenue recovery retry algorithm type and data columns to business_profile table ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] 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. Database Layer (Queries & Schema)** - `crates/diesel_models/src/business_profile.rs` - `crates/diesel_models/src/enums.rs` - `crates/diesel_models/src/schema_v2.rs` **2. Domain Models (Business Logic Types)**...
{"pr_number": 7772, "pr_title": "feat(router): Add revenue recovery retry algorithm type and data columns to business_profile table", "merged_at": "2025-04-24T10:03:20Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"database": ["crates...
feat(payment_methods): add external vault connector service ## 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. Database Layer (Queries & Schema)** - `crates/diesel_models/src/payment_method.rs` - `crates/diesel_models/src/schema_v2.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src...
{"pr_number": 7917, "pr_title": "feat(payment_methods): add external vault connector service", "merged_at": "2025-05-21T12:16:40Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"database": ["crates/diesel_models/src/payment_method.rs", "crates/diesel_models/src/sch...
fix(router): disable partial auth feature for relay ## 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 --> disable pa...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `config/deployments/integration_test.toml` **2. Configuration Files** - `config/deployments/production.toml` - `config/deployments/sandbox.toml` **3. Other** - `crates/router/src/routes/relay.rs...
{"pr_number": 6928, "pr_title": "fix(router): disable partial auth feature for relay", "merged_at": "2024-12-24T08:40:13Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"tests": ["config/deployments/integration_test.toml"], "config": ["config/deployments/production...
feat(router): add accept-language from request headers into browser-info ## 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 d...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/router_request_types.rs` **2. External Connector Integration** - `crates/router/src/connector/netcetera/netcetera_types.rs` - `cr...
{"pr_number": 7074, "pr_title": "feat(router): add accept-language from request headers into browser-info", "merged_at": "2025-01-29T08:33:30Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user", "connector"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/...
feat(connector): [Adyen] receive incoming webhooks for pix expiry ## Type of Change - [x] New feature ## Description This PR implements payment expiration handling for QR code-based payments through Adyen's OFFER_CLOSED webhook and fixes next_action display for terminal payment states. ### Changes: 1. Adyen...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/webhooks.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/revenue_recovery.rs` - `crates/hyperswitch_domain_models/src/r...
{"pr_number": 8720, "pr_title": "feat(connector): [Adyen] receive incoming webhooks for pix expiry", "merged_at": "2025-07-29T08:47:11Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/webhooks.rs"], "d...
fix(connector): [Cybersource] change commerce indicator 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 <!-- Describe your changes in detai...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/router/src/connector/cybersource/transformers.rs` **Detailed Identifier Changes:** Commit 8d0639ea: Files to modify: **crates/router/src/connector/cybersource/transfor...
{"pr_number": 6634, "pr_title": "fix(connector): [Cybersource] change commerce indicator for applepay", "merged_at": "2024-11-22T11:45:06Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "card"]}, "hierarchy": {"connectors": ["crates/router/src/connector/cybers...
feat(router): Add new api for delete tokenization record ## 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...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/events.rs` - `crates/api_models/src/tokenization.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/query/tokenization.rs` - `cr...
{"pr_number": 8361, "pr_title": "feat(router): Add new api for delete tokenization record", "merged_at": "2025-08-11T10:44:32Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "session", "token"]}, "hierarchy": {"api_models": ["crates/api_models/src/events.rs", "crates/api...
fix(cypress): uncaught exceptions thrown by `hyperswitch.io` ## 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 --> ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests/cypress/support/e2e.js` - `cypress-tests/cypress/support/redirectionHandler.js` - `cypress-tests/package-lock.json` - ... and 1 more files **Code Patterns Applied:** - Extend exist...
{"pr_number": 7092, "pr_title": "fix(cypress): uncaught exceptions thrown by `hyperswitch.io`", "merged_at": "2025-01-24T07:22:53Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user"]}, "hierarchy": {"tests": ["cypress-tests/cypress/support/e2e.js", "cypress-tests/cypre...
feat(analytics): add `smart_retries` only metrics for analytics v2 dashboard ## 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...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/analytics/payments.rs` **2. Other** - `crates/analytics/src/payments/accumulator.rs` **Code Patterns Applied:** - Extend existing types with new fields (5 ...
{"pr_number": 6575, "pr_title": "feat(analytics): add `smart_retries` only metrics for analytics v2 dashboard", "merged_at": "2024-11-19T19:21:45Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src/anal...
ci(workflows): Add code coverage reporting for v2 ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Describe your changes in detail --> Added a CI p...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `.github/workflows/cypress-tests-runner.yml` - `cypress-tests-v2/package-lock.json` **2. Other** - `.gitignore` - `README.md` - `docs/CONTRIBUTING.md` - ... and 2 more files **Code Pattern...
{"pr_number": 6884, "pr_title": "ci(workflows): Add code coverage reporting for v2", "merged_at": "2025-01-24T07:21:44Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"tests": [".github/workflows/cypress-tests-runner.yml", "cypress-tests-v2/package-lock.json"], "ot...
chore: updated open api spec documentation for create platform account ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [x] Documentation - [ ] CI/CD ## Description - generated open api spec for cre...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/user.rs` **2. Other** - `api-reference/README.md` - `api-reference/docs.json` - `api-reference/v1/openapi_spec_v1.json` - ... and 4 more files **C...
{"pr_number": 8692, "pr_title": "chore: updated open api spec documentation for create platform account", "merged_at": "2025-07-28T09:50:55Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"api_models": ["crates/api_models/src/user.rs"], "other": ["api-referen...
chore(git): add code owner for payout modules ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description This PR assigns the code owner to relevant modules for `hy...
To implement this **unknown** feature, you'll need to modify these architectural layers: **1. Other** - `.github/CODEOWNERS`
{"pr_number": 9411, "pr_title": "chore(git): add code owner for payout modules", "merged_at": "2025-09-17T17:59:19Z", "intent": {"feature_type": "unknown", "action": "add_feature", "entities": []}, "hierarchy": {"other": [".github/CODEOWNERS"]}, "change_types": {}, "has_identifier_data": false, "commits_matched": 0, "m...
refactor(cypress-v2): change `Authorization` and `payment_methods_enabled` for v2 cypress tests ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Des...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests-v2/cypress/e2e/configs/Payment/Commons.js` - `cypress-tests-v2/cypress/support/commands.js` **Code Patterns Applied:** - Extend existing types with new fields (38 changes)
{"pr_number": 7805, "pr_title": "refactor(cypress-v2): change `Authorization` and `payment_methods_enabled` for v2 cypress tests", "merged_at": "2025-04-17T13:17:01Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user"]}, "hierarchy": {"tests": ["cypress-tests-v2/cypress...
fix(connector): [AUTHORIZEDOTNET] Added Invoice Number Fix ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> A...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs` **Code Patterns Applied:** - Extend existing types with new fields (4 changes) - Add conditional log...
{"pr_number": 8685, "pr_title": "fix(connector): [AUTHORIZEDOTNET] Added Invoice Number Fix", "merged_at": "2025-07-18T07:47:38Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connec...
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 --> Add acknowledgeme...
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 0e...
{"pr_number": 9372, "pr_title": "feat(router): Handle incoming webhooks adyen", "merged_at": "2025-09-17T18:54:57Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/common_enums/src/connector_enums.rs", "crates/h...
feat(connector): [AFFIRM] add Connector Template Code ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Affirm t...
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/toml/development.toml` - `crates/connec...
{"pr_number": 8650, "pr_title": "feat(connector): [AFFIRM] add Connector Template Code", "merged_at": "2025-07-16T10:45:18Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/connector_endpoints.rs"], "connectors": ["cra...
feat(routing): Enable volume split for dynamic routing ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Have ad...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/events/routing.rs` - `crates/api_models/src/routing.rs` **2. Core Business Logic** - `crates/router/src/core/payments.rs` - `crates/router/src/core/pa...
{"pr_number": 6662, "pr_title": "feat(routing): Enable volume split for dynamic routing", "merged_at": "2024-12-05T09:45:49Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"api_models": ["crates/api_models/src/events/routing.rs", "crates/api_models/src/routin...
refactor(connector): add amount conversion framework to rapyd ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/router/src/connector/rapyd.rs` - `crates/router/src/connector/rapyd/transformers.rs` - `crates/router/tests/connectors/rapyd.rs` **2. Type Definitions** - `crates...
{"pr_number": 6414, "pr_title": "refactor(connector): add amount conversion framework to rapyd", "merged_at": "2024-10-30T14:47:44Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"connectors": ["crates/router/src/connector/rapyd.rs", "crates/router/src/connector/ra...
feat(subscription): add support to create subscription with trial plans ## 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 de...
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/subscription.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/invoice.rs` - `crates/dies...
{"pr_number": 9721, "pr_title": "feat(subscription): add support to create subscription with trial plans", "merged_at": "2025-10-10T14:44:11Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/payme...
feat(connector): [Redsys] Use merchant payment_id for ds_merchant_order with length check ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/payment_attempt.rs` - `crates/diesel_models/src/payment_intent.rs` -...
{"pr_number": 8485, "pr_title": "feat(connector): [Redsys] Use merchant payment_id for ds_merchant_order with length check", "merged_at": "2025-07-03T16:58:18Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/ap...
feat(router): add `organization_id` in authentication table and add it in authentication events ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Des...
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` - `crates/diesel_models/src/schema.rs` - `crates/diesel_models/src/schema_v2.rs` **2. Core Business Logic** - `crates/rout...
{"pr_number": 7168, "pr_title": "feat(router): add `organization_id` in authentication table and add it in authentication events", "merged_at": "2025-02-06T15:19:15Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user"]}, "hierarchy": {"database": ["crates/diesel_models/...
feat(connector): add click to pay feature for trustpay ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD Closes this [issue](https://github.com/juspay/hyperswitch/issues/...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs` - `crates/hyperswitch_connectors/src/utils.rs` **Code Patterns Applied:** - Define new data structures (...
{"pr_number": 8304, "pr_title": "feat(connector): add click to pay feature for trustpay", "merged_at": "2025-06-25T06:31:44Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connectors...
feat(connector): Introduce connector template code for Facilitapay ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/configs.rs` **2. Core Business Logic** - `crates/router/src/core/admin.rs` - `crates/router/src/core/payments/flows.rs` **3. Ext...
{"pr_number": 7631, "pr_title": "feat(connector): Introduce connector template code for Facilitapay", "merged_at": "2025-03-27T13:33:42Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["connector"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/configs.rs"], "core_b...
fix(analytics): fix refund status filter on dashboard ## 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 --> - Whenev...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/analytics/refunds.rs` **Code Patterns Applied:** **Detailed Identifier Changes:** Commit d58f706d: Files to modify: **crates/api_models/src/analytics/refu...
{"pr_number": 6431, "pr_title": "fix(analytics): fix refund status filter on dashboard", "merged_at": "2024-10-25T13:30:37Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "order", "refund"]}, "hierarchy": {"api_models": ["crates/api_models/src/analytics/refunds.rs"]}, "chang...
fix(connector): GooglePay fixed in Ayden ## 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 --> GooglePay fixed in A...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/router/src/connector/adyen/transformers.rs` **Detailed Identifier Changes:** Commit 96a11ac1: Files to modify: **crates/router/src/connector/adyen/transformers.rs** ...
{"pr_number": 7393, "pr_title": "fix(connector): GooglePay fixed in Ayden ", "merged_at": "2025-03-03T07:51:16Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/router/src/connector/adyen/transformers.rs"]}, "ch...
feat(dashboard_metadata): Add `ReconStatus` in `dashboard_metadata` ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/user/dashboard_metadata.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/enums.rs` **3. Core Business Logic** - `crates/router/s...
{"pr_number": 7595, "pr_title": "feat(dashboard_metadata): Add `ReconStatus` in `dashboard_metadata`", "merged_at": "2025-03-26T10:26:02Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "order"]}, "hierarchy": {"api_models": ["crates/api_models/src/user/dashboard_metadata.rs"...
refactor(users): Make `profile_id` in the JWT non-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 --> - C...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Database Layer (Queries & Schema)** - `crates/diesel_models/src/query/user_role.rs` **2. Core Business Logic** - `crates/router/src/core/user.rs` - `crates/router/src/core/user_role.rs` **3. Type Definitions...
{"pr_number": 6537, "pr_title": "refactor(users): Make `profile_id` in the JWT non-optional", "merged_at": "2024-11-18T07:57:18Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"database": ["crates/diesel_models/src/query/user_role.rs"], "core_business": ["crates/ro...
feat(payment-method): api contract change for confirm with hs vault token ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payment_method_data.rs` **3. Core Business Logic** - `c...
{"pr_number": 8624, "pr_title": "feat(payment-method): api contract change for confirm with hs vault token", "merged_at": "2025-07-13T11:06:02Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["token"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"], "domain": ["cr...
feat(connector): [fiuu] Add support for payment and refund 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...
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": 6315, "pr_title": "feat(connector): [fiuu] Add support for payment and refund webhooks", "merged_at": "2024-10-16T14:17:04Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/connector_configs/toml/d...
feat(connector): [AFFIRM] BNPL flow added (Alpha) ## 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 --> BNPL flow ad...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/connector_validation.rs` **2. External Connector Integration** - `crates/common_enums/src/connector_enums.rs` - `crates/connector_configs/src/connector.rs` -...
{"pr_number": 8795, "pr_title": "feat(connector): [AFFIRM] BNPL flow added (Alpha)", "merged_at": "2025-08-24T20:12:21Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["connector"]}, "hierarchy": {"core_business": ["crates/router/src/core/connector_validation.rs"], "connectors": ["cr...
fix(payments): update error handling for payment void v2 ## 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 changes in detail --> Add e...
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_data.rs` - `crates/hyperswitch_domain_models/src/...
{"pr_number": 9595, "pr_title": "fix(payments): update error handling for payment void v2", "merged_at": "2025-10-07T08:22:58Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"], "doma...
fix(router): Move Customer PML endpoint to OLAP (v2) ## 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 --> Moved cus...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `crates/router/src/routes/app.rs` **Detailed Identifier Changes:** Commit aee3f644: Files to modify: **crates/router/src/routes/app.rs** Modify existing code
{"pr_number": 8303, "pr_title": "fix(router): Move Customer PML endpoint to OLAP (v2)", "merged_at": "2025-06-18T08:23:04Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer"]}, "hierarchy": {"other": ["crates/router/src/routes/app.rs"]}, "change_types": {}, "has_identifier_da...
feat(core): Add network_transaction_id in payments Response ## 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. Database Layer (Queries & Schema)** - `crates/diesel_models/src/payment_attempt.rs` - `crates/diesel_models/src/schema.rs` - `crates/diesel_models/src/schema_v2.rs` - ... and 1 more files **2. Domain Model...
{"pr_number": 9032, "pr_title": "feat(core): Add network_transaction_id in payments Response ", "merged_at": "2025-08-24T17:00:41Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"database": ["crates/diesel_models/src/payment_attempt...
feat(session): Added dpa_client_id, provider to click to pay session response ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Enhancement ## Description <!-- Describe your changes in detail --> Added dpa_client_id, , provider to click to pay session response ## How did you test it? <...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payments.rs` **3. Core Business Logic** - `crates/router/src/...
{"pr_number": 7683, "pr_title": "feat(session): Added dpa_client_id, provider to click to pay session response", "merged_at": "2025-04-04T09:41:14Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments....
feat(payments): add tokenization action handling to payment flow for braintree ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [X] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your change...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments.rs` - `crates/router/src/core/payments/operations.rs` - `crates/router/src/core/payments/operations/payment_confirm_intent.rs` **Code Patterns Applied:...
{"pr_number": 9506, "pr_title": "feat(payments): add tokenization action handling to payment flow for braintree", "merged_at": "2025-09-30T08:07:13Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src...
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 fc914203: Files to modify: **...
{"pr_number": 8035, "pr_title": "fix(router): fixed netcetera flow for backward flow cavv fetching", "merged_at": "2025-05-15T12:44:04Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["user", "transaction"]}, "hierarchy": {"core_business": ["crates/router/src/core/authentication.rs"]}, "ch...
revert: feat(core): add support for api locking with multiple keys for a single api (#8887) ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/api_locking.rs` **2. Type Definitions** - `crates/redis_interface/src/types.rs` **3. Other** - `crates/redis_interface/src/commands.rs` - `crates/redis_inte...
{"pr_number": 9001, "pr_title": "revert: feat(core): add support for api locking with multiple keys for a single api (#8887)", "merged_at": "2025-08-20T11:53:35Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"core_business": ["crates/router/src/core/api_locking.rs...
chore: fix typos in the repo ## 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 updates all the typos 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/unified_authentication_service.rs` **...
{"pr_number": 8063, "pr_title": "chore: fix typos in the repo", "merged_at": "2025-05-23T07:52:09Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"], "domain": ["crates/hyperswitch_domain_models/src/router_request_ty...
feat(payments): add support for connector testing (Adyen) ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Hotfix for https://github.com/juspay/hyperswit...
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. Core Business Logic** - `...
{"pr_number": 7898, "pr_title": "feat(payments): add support for connector testing (Adyen)", "merged_at": "2025-04-25T07:55:19Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "connector", "card"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"], "domai...
docs(openapi): Fixed API documentation for V2 ## 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 --> Improved OpenAPI...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `api-reference-v2/api-reference/merchant-connector-account/merchant-connector--create.mdx` - `api-reference-v2/api-reference/merchant-connector-account/merchant-connector--delet...
{"pr_number": 6496, "pr_title": "docs(openapi): Fixed API documentation for V2", "merged_at": "2024-11-12T07:16:32Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "connector"]}, "hierarchy": {"connectors": ["api-reference-v2/api-reference/merchant-connector-account/merch...
fix(connector): restrict preprocessing to only apple pay for paysafe ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detai...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments.rs` **Detailed Identifier Changes:** Commit 7f6bed3f: Files to modify: **crates/router/src/core/payments.rs** Modify existing code
{"pr_number": 9687, "pr_title": "fix(connector): restrict preprocessing to only apple pay for paysafe", "merged_at": "2025-10-07T11:04:41Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/paym...
fix(router): Handle encoded_data in PSync [V2] ## 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 --> Add `encoded_da...
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_get.rs` **Detailed Identifier Changes:** Commit a19e12c0: Files to modify: **crates/router/src/core/payments/operations/payment_get.rs...
{"pr_number": 8177, "pr_title": "fix(router): Handle encoded_data in PSync [V2]", "merged_at": "2025-06-02T10:26:16Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment"]}, "hierarchy": {"core_business": ["crates/router/src/core/payments/operations/payment_get.rs"]}, "change_typ...
feat(themes): Create user APIs for managing themes ## 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 user APIs to manage themes. Earlier th...
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/theme.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/query/user/theme.rs` **3. C...
{"pr_number": 8387, "pr_title": "feat(themes): Create user APIs for managing themes", "merged_at": "2025-07-28T07:46:16Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "user", "order"]}, "hierarchy": {"api_models": ["crates/api_models/src/events/user.rs", "crates/api_mod...
feat(analytics): modified authentication queries and added generate report for authentications ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [x] 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. API Request/Response Models** - `crates/api_models/src/analytics/auth_events.rs` - `crates/api_models/src/analytics/sdk_events.rs` **2. Database Layer (Queries & Schema)** - `crates/analytics/src/query.rs` *...
{"pr_number": 7499, "pr_title": "feat(analytics): modified authentication queries and added generate report for authentications", "merged_at": "2025-03-12T12:31:20Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"api_models": ["crates/api_models/src/analytics/auth_...
fix(RevenueRecovery): Skip record-back for failed invoices on auto-voiding billing connectors ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Descr...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/revenue_recovery/types.rs` **2. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/stripebilling.rs` - `crates/hyperswitch_connect...
{"pr_number": 8548, "pr_title": "fix(RevenueRecovery): Skip record-back for failed invoices on auto-voiding billing connectors", "merged_at": "2025-08-01T10:58:15Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["cr...
feat(payouts): apple pay decrypt payout ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> - Payout is done via D...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/enums.rs` - `crates/api_models/src/payouts.rs` **2. Core Business Logic** - `crates/router/src/core/payment_methods/vault.rs` **3. External Connector In...
{"pr_number": 9875, "pr_title": "feat(payouts): apple pay decrypt payout", "merged_at": "2025-10-16T08:47:47Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "merchant", "order"]}, "hierarchy": {"api_models": ["crates/api_models/src/enums.rs", "crates/api_models/src/payou...
ci(cypress-ci): remove wise payout from running in github ci ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Describe your changes in detail --> ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `.github/workflows/cypress-tests-runner.yml` **Code Patterns Applied:** - Extend existing types with new fields (1 changes)
{"pr_number": 7756, "pr_title": "ci(cypress-ci): remove wise payout from running in github ci", "merged_at": "2025-04-08T08:31:18Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"tests": [".github/workflows/cypress-tests-runner.yml"]}, "change_types": {"fields_adde...
fix(connector): Added Paypal in feature matrix for authorizedotnet ## Type of Change Added paypal in feature matrix for authorizedotnet - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Added the missed feature matri...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/authorizedotnet.rs` **Code Patterns Applied:** - Extend existing types with new fields (4 changes) **Detailed Identifier Changes:** ...
{"pr_number": 8072, "pr_title": "fix(connector): Added Paypal in feature matrix for authorizedotnet", "merged_at": "2025-05-21T10:23:21Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/sr...
feat(connector): [BRAINTREE] Add revoke mandate flow ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ORIGINAL ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/braintree.rs` - `crates/hyperswitch_connectors/src/connectors/braintree/transformers.rs` - `crates/hyperswitch_connectors/src/de...
{"pr_number": 7527, "pr_title": "feat(connector): [BRAINTREE] Add revoke mandate flow", "merged_at": "2025-03-15T12:12:25Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connectors/brain...
fix(connector): [Novalnet] send decoded token for apple pay payment ## Type of Change <!-- Put an `x` in the boxes that apply --> - [X] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description We're passing base64 encoded data in...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs` **Code Patterns Applied:** - Extend existing types with new fields (1 changes) **Detailed Identifier Chang...
{"pr_number": 7973, "pr_title": "fix(connector): [Novalnet] send decoded token for apple pay payment", "merged_at": "2025-05-12T15:06:33Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["token"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connectors/novalnet/tra...
feat(connector): [PAYSTACK] Electronic Fund Transfer(EFT) Payment 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 de...
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": 7440, "pr_title": "feat(connector): [PAYSTACK] Electronic Fund Transfer(EFT) Payment Flows", "merged_at": "2025-03-17T07:21:35Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/connector_configs/to...
ci(cypress): Added Config Testcases ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description Added below config related testcases in cypress "collect_shippin...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests/cypress/e2e/PaymentTest/00024-ConnectorAgnostic.cy.js` - `cypress-tests/cypress/e2e/PaymentTest/00025-ConfigTest.cy.js` - `cypress-tests/cypress/fixtures/business-profile.json` - .....
{"pr_number": 6622, "pr_title": "ci(cypress): Added Config Testcases", "merged_at": "2024-11-28T09:34:54Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "connector"]}, "hierarchy": {"tests": ["cypress-tests/cypress/e2e/PaymentTest/00024-ConnectorAgnostic.cy.js", "cypress-tes...
refactor(grpc): send `x-tenant-id` and `x-request-id` in grpc headers ## 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 deta...
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. Utils** - `crates/common_utils/src/consts.rs` ...
{"pr_number": 6904, "pr_title": "refactor(grpc): send `x-tenant-id` and `x-request-id` in grpc headers", "merged_at": "2024-12-22T18:11:45Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/pay...
feat(users): profile level custom role write ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [X] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> This pr will enab...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Database Layer (Queries & Schema)** - `crates/diesel_models/src/role.rs` - `crates/diesel_models/src/schema.rs` - `crates/diesel_models/src/schema_v2.rs` **2. Core Business Logic** - `crates/router/src/cor...
{"pr_number": 7877, "pr_title": "feat(users): profile level custom role write", "merged_at": "2025-04-24T10:35:43Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "user", "token"]}, "hierarchy": {"database": ["crates/diesel_models/src/role.rs", "crates/diesel_models/src/s...
feat(docker): add webhook notifiers for installation tracking ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Configuration Files** - `docker-compose.yml` **2. Other** - `scripts/poststart_hook.sh` - `scripts/prestart_hook.sh` **Code Patterns Applied:** - Extend existing types with new fields (13 changes) - Add cond...
{"pr_number": 7653, "pr_title": "feat(docker): add webhook notifiers for installation tracking", "merged_at": "2025-04-15T08:08:13Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "webhook"]}, "hierarchy": {"config": ["docker-compose.yml"], "other": ["scripts/poststart_hook.s...
feat(analytics): add support for multiple emails as input to forward reports ## 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/analytics.rs` **Code Patterns Applied:** - Extend existing types with new fields (1 changes) **Detailed Identifier Changes:** Commit 3df42333: Files to modi...
{"pr_number": 6776, "pr_title": "feat(analytics): add support for multiple emails as input to forward reports", "merged_at": "2024-12-10T12:20:39Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src/anal...
feat(core): Confirm true mandatory when using stored payment method id in payouts ## 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 cha...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payouts/validator.rs` **Code Patterns Applied:** - Extend existing types with new fields (1 changes) - Add conditional logic for feature flags or filtering (1 changes...
{"pr_number": 9424, "pr_title": "feat(core): Confirm true mandatory when using stored payment method id in payouts", "merged_at": "2025-09-25T07:15:42Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "merchant", "order"]}, "hierarchy": {"core_business": ["crates/router/sr...
feat(connector): [AMAZONPAY] add Payment flows for Amazon Pay Wallet ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detai...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/admin.rs` - `crates/api_models/src/payments.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payment_method_data.r...
{"pr_number": 7062, "pr_title": "feat(connector): [AMAZONPAY] add Payment flows for Amazon Pay Wallet", "merged_at": "2025-08-29T08:49:23Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/admin.rs...
fix(connector): Add WASM Changes for Finix Google Pay ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD Closes this [issue](https://github.com/juspay/hyperswitch/issues/9...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/connector_validation.rs` **2. External Connector Integration** - `crates/connector_configs/toml/development.toml` - `crates/connector_configs/toml/production.to...
{"pr_number": 9845, "pr_title": "fix(connector): Add WASM Changes for Finix Google Pay", "merged_at": "2025-10-15T16:19:48Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/connector_validatio...
refactor(currency_conversion): release redis lock if api call fails ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Utils** - `crates/router/src/utils/currency.rs` **Code Patterns Applied:** **Detailed Identifier Changes:** Commit ae7d16e2: Files to modify: **crates/router/src/utils/currency.rs** Modify existing code
{"pr_number": 6671, "pr_title": "refactor(currency_conversion): release redis lock if api call fails", "merged_at": "2024-11-29T10:37:43Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"utils": ["crates/router/src/utils/currency.rs"]}, "change_types": {"imports_add...
fix(openapi): Added Error Response Schema for Status Code 400 ## 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. API Request/Response Models** - `crates/api_models/src/errors/types.rs` **2. Configuration Files** - `crates/openapi/Cargo.toml` **3. Other** - `api-reference/v1/openapi_spec_v1.json` - `api-reference/v2/...
{"pr_number": 8684, "pr_title": "fix(openapi): Added Error Response Schema for Status Code 400", "merged_at": "2025-07-22T09:00:55Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user", "refund"]}, "hierarchy": {"api_models": ["crates/api_models/src/errors/types.rs"], "c...
feat(connector): Add Peachpayments Cypress ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD Closes this [issue](https://github.com/juspay/hyperswitch/issues/9572) ## ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/peachpayments.rs` - `crates/hyperswitch_connectors/src/connectors/peachpayments/transformers.rs` **2. Tests** - `cypress-tests/...
{"pr_number": 9573, "pr_title": "feat(connector): Add Peachpayments Cypress", "merged_at": "2025-09-29T09:06:41Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user", "refund"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connectors/peachpayments.rs"...
fix(ui): hide visible scrollbar from checkout widget for windows ## 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 hides the visible scrollbars on...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payment_link/payment_link_initiate/payment_link.css` **Code Patterns Applied:** - Extend existing types with new fields (1 changes)
{"pr_number": 9541, "pr_title": "fix(ui): hide visible scrollbar from checkout widget for windows", "merged_at": "2025-10-01T13:15:54Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "order"]}, "hierarchy": {"core_business": ["crates/router/src/core/payment_link/payment_li...
fix(core): connector customer id population dependency removed from config ## 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...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments/customers.rs` **2. Tests** - `config/deployments/integration_test.toml` - `loadtest/config/development.toml` **3. Configuration Files** - `config/c...
{"pr_number": 8937, "pr_title": "fix(core): connector customer id population dependency removed from config", "merged_at": "2025-08-18T08:01:02Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/cor...
refactor(connector): Move connectors Bamboraapac, Boku, Gocardless, Prophetpay, Rapyd ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe you...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments/connector_integration_v2_impls.rs` - `crates/router/src/core/payments/flows.rs` **2. External Connector Integration** - `crates/hyperswitch_connectors/...
{"pr_number": 6652, "pr_title": "refactor(connector): Move connectors Bamboraapac, Boku, Gocardless, Prophetpay, Rapyd", "merged_at": "2024-12-05T08:14:44Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/ro...
feat(payments): add PaymentListFilterConstraints and payments_list_by_filter endpoint 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 <!-- Descri...
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": 8794, "pr_title": "feat(payments): add PaymentListFilterConstraints and payments_list_by_filter endpoint for v2", "merged_at": "2025-08-21T14:04:23Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates...
feat(payouts): add domain type for PayoutId feat(payouts): allow payout_id to be configurable in API request feat(payouts): add merchant_order_reference_id for referencing payouts ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [x] Refactoring...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/events/payouts.rs` - `crates/api_models/src/payouts.rs` - `crates/api_models/src/webhooks.rs` **2. Database Layer (Queries & Schema)** - `crates/diese...
{"pr_number": 8395, "pr_title": "feat(payouts): add domain type for PayoutId", "merged_at": "2025-07-01T14:45:02Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "merchant", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src/events/payouts.rs", "crates/api_mode...
refactor(api): remove max_length validation for return_url in PaymentsRequest ## 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 removes validation...
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. Tests** - `cypress-tests/cypress/e2e/spec/Payment/00022-Variations.cy.js` **3. Other** - `api-reference/openapi_spec.json` **Detailed...
{"pr_number": 8125, "pr_title": "refactor(api): remove max_length validation for return_url in PaymentsRequest", "merged_at": "2025-05-24T08:47:38Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"], "tests":...
feat(connector): [SIFT] add Connector Template Code ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ### A...
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": 8488, "pr_title": "feat(connector): [SIFT] add Connector Template Code ", "merged_at": "2025-08-08T13:23:45Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/connector_endpoints.rs"], "connectors": ["crat...
feat(connector): Add support for passive churn recovery 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 --...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/Cargo.toml` - `crates/api_models/src/payments.rs` - `crates/api_models/src/webhooks.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/s...
{"pr_number": 7109, "pr_title": "feat(connector): Add support for passive churn recovery webhooks", "merged_at": "2025-02-22T21:44:08Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "connector"]}, "hierarchy": {"api_models": ["crates/api_models/Cargo.toml", "c...
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 --> add infra-va...
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": 8264, "pr_title": "refactor: add infra-values in intent kafka events", "merged_at": "2025-06-05T13:46:55Z", "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(core): fixed invalid merchant country code error object ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix ## Description <!-- Describe your changes in detail --> 1. Error type changed from `InternalServerError` to `InvalidRequestData` 2. The `attach_printable` method was remo...
To implement this **connector_integration** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/admin.rs` **Code Patterns Applied:** - Extend existing types with new fields (2 changes) **Detailed Identifier Changes:** Commit 20b37bdb: Files to modify:...
{"pr_number": 8665, "pr_title": "fix(core): fixed invalid merchant country code error object", "merged_at": "2025-07-24T09:08:53Z", "intent": {"feature_type": "connector_integration", "action": "add_feature", "entities": ["merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/admin.rs"]}, "change_types":...
chore: Move async-bb8-diesel crate to crates.io version ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [x] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Change...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Database Layer (Queries & Schema)** - `crates/diesel_models/Cargo.toml` **2. Configuration Files** - `crates/drainer/Cargo.toml` - `crates/router/Cargo.toml` - `crates/storage_impl/Cargo.toml` **3. Other*...
{"pr_number": 8028, "pr_title": "chore: Move async-bb8-diesel crate to crates.io version", "merged_at": "2025-05-15T12:05:55Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"database": ["crates/diesel_models/Cargo.toml"], "config": ["crates/drainer/Cargo.toml", "cr...
feat(connector): [Worldpayxml] add card payment ## 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 --> Implement card...
To implement this **payment** 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/connector_co...
{"pr_number": 8139, "pr_title": "feat(connector): [Worldpayxml] add card payment", "merged_at": "2025-05-26T11:52:53Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/admin.rs"], "connectors": ["cra...
feat(users): custom role at profile read ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> This pr adds the func...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/user_role/role.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/query/role.rs` - `crates/diesel_models/src/role.rs` - `crates/...
{"pr_number": 6875, "pr_title": "feat(users): custom role at profile read", "merged_at": "2025-02-05T14:28:03Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "user", "connector"]}, "hierarchy": {"api_models": ["crates/api_models/src/user_role/role.rs"], "database": ["cra...
feat(core): Add visa click to pay support ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] New feature ## Description <!-- Describe your changes in detail --> Add visa click to pay support ### Additional Changes - [x] This PR modifies the API contract Adds `encypted_payload` field to...
To implement this **payment** 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/configs.rs` - `crates/hyperswitch_domain_models/src/router_req...
{"pr_number": 7562, "pr_title": "feat(core): Add visa click to pay support", "merged_at": "2025-03-28T08:31:11Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"], "domain": ["crates/hypersw...
feat(analytics): add `first_attempt` as a filter for PaymentFilters ## 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/payments.rs` **2. Database Layer (Queries & Schema)** - `crates/analytics/src/query.rs` **3. Type Definitions** - `crates/analytics/src/paymen...
{"pr_number": 6604, "pr_title": "feat(analytics): add `first_attempt` as a filter for PaymentFilters", "merged_at": "2024-11-24T13:39:07Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src/analytics/pay...
refactor(core): remove merchant return url from `router_data` ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description - remove merchant return url from `router_...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Database Layer (Queries & Schema)** - `crates/diesel_models/src/payment_intent.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payments/payment_intent.rs` - `crates/hyp...
{"pr_number": 6895, "pr_title": "refactor(core): remove merchant return url from `router_data`", "merged_at": "2024-12-24T11:53:52Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"database": ["crates/diesel_models/src/payment_intent...
refactor(payments): Add platform merchant account checks for payment intent ## 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/payments/operations/payment_approve.rs` - `crates/router/src/core/payments/operations/payment_cancel.rs` - `crates/router/src/core/payments/operations/payment_ca...
{"pr_number": 7204, "pr_title": "refactor(payments): Add platform merchant account checks for payment intent", "merged_at": "2025-02-14T10:05:46Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/co...
feat(core): add card_discovery filter to payment list and payments Response ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Enhancement ## Description <!-- Describe your changes in detail --> add card_discovery filter to payment list and payments Response ### Additional Changes - [x] T...
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": 7230, "pr_title": "feat(core): add card_discovery filter to payment list and payments Response", "merged_at": "2025-02-14T10:05:46Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/p...
feat(connector): [globalpay, globepay, itaubank, nexinets, nuvei, prophetpay, zen] add in feature matrix ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/globalpay.rs` - `crates/hyperswitch_connectors/src/connectors/globepay.rs` - `crates/hyperswitch_connectors/src/connectors/itaub...
{"pr_number": 7258, "pr_title": "feat(connector): [globalpay, globepay, itaubank, nexinets, nuvei, prophetpay, zen] add in feature matrix", "merged_at": "2025-05-06T07:34:05Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "order"]}, "hierarchy": {"connectors":...
ci(postman): fix `archipel` configs and test cases ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [x] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Describe your changes in detail --> This pull...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `postman/collection-dir/archipel/Flow Testcases/Happy Cases/Scenario5b-Create a zero auth mandate and recurring payment (using connector agnostic)/.meta.json` - `postman/collection-di...
{"pr_number": 8360, "pr_title": "ci(postman): fix `archipel` configs and test cases", "merged_at": "2025-06-25T12:17:36Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["payment", "user", "refund"]}, "hierarchy": {"connectors": ["postman/collection-dir/archipel/Flow Testcases/Happy Cases/S...
fix(connector): [CALIDA] Treat Bluecode as an alias for Calida ## 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. External Connector Integration** - `crates/common_enums/src/connector_enums.rs` - `crates/hyperswitch_connectors/src/connectors/calida.rs` **Code Patterns Applied:** - Extend existing types with new fields (1 ch...
{"pr_number": 9817, "pr_title": "fix(connector): [CALIDA] Treat Bluecode as an alias for Calida", "merged_at": "2025-10-15T16:45:31Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/common_enums/src/connector_en...
fix(connector): [globalpay] address 5xx due to deserialization issue when `account_name` is not passed ## 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. Core Business Logic** - `crates/router/src/core/admin.rs` **2. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/globalpay/transformers.rs` **Code Patterns Applied:** - Implement ...
{"pr_number": 7540, "pr_title": "fix(connector): [globalpay] address 5xx due to deserialization issue when `account_name` is not passed", "merged_at": "2025-03-24T08:23:52Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_busine...
fix(connector): Update mandate PMT configs for Mandate Supported Connectors ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [x] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes i...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `config/deployments/integration_test.toml` - `loadtest/config/development.toml` **2. Configuration Files** - `config/deployments/production.toml` - `config/deployments/sandbox.toml` - `config/...
{"pr_number": 6910, "pr_title": "fix(connector): Update mandate PMT configs for Mandate Supported Connectors", "merged_at": "2024-12-20T12:09:28Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"tests": ["config/deployments/integration_test.toml", "loadtest/config/d...
feat(router): add adyen split payments support ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> This PR adds, a...
To implement this **payment** 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/diese...
{"pr_number": 6952, "pr_title": "feat(router): add adyen split payments support", "merged_at": "2025-02-10T07:12:05Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"], "database": ["crates/...
ci(cypress): Add Stax connector test in cypress ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description Enhanced Stax Connector in cypress for Comprehensive Tes...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests/cypress/e2e/configs/Payment/Modifiers.js` - `cypress-tests/cypress/e2e/configs/Payment/Stax.js` - `cypress-tests/cypress/e2e/configs/Payment/Utils.js` **Code Patterns Applied:** - Extend ex...
{"pr_number": 8404, "pr_title": "ci(cypress): Add Stax connector test in cypress", "merged_at": "2025-06-24T14:43:55Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["payment", "user", "connector"]}, "hierarchy": {"tests": ["cypress-tests/cypress/e2e/configs/Payment/Modifiers.js", "cypress...
fix(ci): Fix Spell Check For CI Pull Request ## 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 --> Fixed Typos in th...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payment_methods/vault.rs` - `crates/router/src/core/payments.rs` **2. Type Definitions** - `crates/router/src/types/transformers.rs` **Code Patterns Applied:**...
{"pr_number": 8857, "pr_title": "fix(ci): Fix Spell Check For CI Pull Request", "merged_at": "2025-08-08T13:19:54Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"core_business": ["crates/router/src/core/payment_methods/vault.rs", "crates/router/src/core/payments.r...
feat(core): Add Authorize flow as fallback flow while fetching GSM for refund errors …ated errors ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [X] New feature - [X] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Som...
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. Other** - `crates/router/src/consts.rs` **Detailed Identifier Changes:** Commit 273c54fd: Files to modify: **crates/router/src/consts.rs** ...
{"pr_number": 7129, "pr_title": "feat(core): Add Authorize flow as fallback flow while fetching GSM for refund errors", "merged_at": "2025-02-05T15:29:42Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "user"]}, "hierarchy": {"core_business": ["crates/router/s...