prompt
stringlengths
83
247k
response
stringlengths
121
36.1k
metadata
stringlengths
314
42.3k
feat(business_profile): add field in profile for manual retry ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/admin.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/business_profile.rs` - `crates/diesel_models/src/schema.rs` - `crates/d...
{"pr_number": 9266, "pr_title": "feat(business_profile): add field in profile for manual retry", "merged_at": "2025-09-08T10:44:41Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/admin.rs"], "da...
chore: add cardholder name as mandatory field for Worldpay card transactions ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Hotfix for https://github.c...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/worldpay.rs` - `crates/hyperswitch_connectors/src/connectors/worldpay/transformers.rs` - `crates/payment_methods/src/configs/pay...
{"pr_number": 7900, "pr_title": "chore: add cardholder name as mandatory field for Worldpay card transactions", "merged_at": "2025-04-25T07:55:56Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "card", "transaction"]}, "hierarchy": {"connectors": ["crates/hyperswitch_con...
fix(connector): [worldpay] remove threeDS data from Authorize request for NTI flows ## 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 corrects the...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/worldpay/requests.rs` - `crates/hyperswitch_connectors/src/connectors/worldpay/transformers.rs` **Detailed Identifier Changes:** ...
{"pr_number": 7097, "pr_title": "fix(connector): [worldpay] remove threeDS data from Authorize request for NTI flows", "merged_at": "2025-02-05T15:13:19Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswi...
feat(connector): [DUMMY_CONNECTOR] crate restructuring ## 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 --> Movemen...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/admin.rs` - `crates/router/src/core/payments/flows.rs` **2. External Connector Integration** - `crates/hyperswitch_connectors/Cargo.toml` - `crates/hyperswit...
{"pr_number": 8372, "pr_title": "feat(connector): [DUMMY_CONNECTOR] crate restructuring", "merged_at": "2025-06-20T13:24:23Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["connector"]}, "hierarchy": {"core_business": ["crates/router/src/core/admin.rs", "crates/router/src/core/payme...
feat(connector): [SANTANDER] Add Template Code ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description API Reference : https://developer.santander.com.br/api/do...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/configs.rs` **2. Core Business Logic** - `crates/router/src/core/admin.rs` **3. External Connector Integration** - `crates/commo...
{"pr_number": 8369, "pr_title": "feat(connector): [SANTANDER] Add Template Code", "merged_at": "2025-06-20T13:28:33Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/configs.rs"], "core_business": ["crates/router...
fix(api_models): Fix `wasm` build problems caused by `actix-multipart` ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in det...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/Cargo.toml` - `crates/api_models/src/events/user.rs` - `crates/api_models/src/user.rs` **2. Configuration Files** - `crates/router/Cargo.toml` **Code Pat...
{"pr_number": 6747, "pr_title": "fix(api_models): Fix `wasm` build problems caused by `actix-multipart`", "merged_at": "2024-12-05T11:09:38Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"api_models": ["crates/api_models/Cargo.toml", "crates/api_models/src/e...
feat(payment-methods): create payment_token in vault confirm / do payment-confirm with temp token from session ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Descri...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payment_methods.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/payment_methods_session.rs` **3. Domain Models (Business Logic Typ...
{"pr_number": 8525, "pr_title": "feat(payment-methods): create payment_token in vault confirm / do payment-confirm with temp token from session", "merged_at": "2025-07-07T11:56:09Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api...
ci(cypress): Making a mandate payment with large customer user agents ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description Added cypress test for this PR(htt...
To implement this **validation** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests/cypress.config.js` - `cypress-tests/cypress/e2e/configs/Payment/Commons.js` **Code Patterns Applied:** - Extend existing types with new fields (11 changes)
{"pr_number": 8790, "pr_title": "ci(cypress): Making a mandate payment with large customer user agents", "merged_at": "2025-07-30T10:07:15Z", "intent": {"feature_type": "validation", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"tests": ["cypress-tests/cypress.config.js", "cypress-tests/cypress/e2e/con...
refactor(permissions): Remove permissions field from permission info API response ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your cha...
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.rs` **2. Utils** - `crates/router/src/utils/user_role.rs` **3. Other** - `crates/router/src/services/authorization/info.rs` - `crates/route...
{"pr_number": 6376, "pr_title": "refactor(permissions): Remove permissions field from permission info API response", "merged_at": "2024-10-22T10:15:42Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src...
feat(connector): [Loonio] Implement interac Bank Redirect Payment Method ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Implement interac Bank Redirect...
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": 9620, "pr_title": "feat(connector): [Loonio] Implement interac Bank Redirect Payment Method", "merged_at": "2025-09-30T15:41:22Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/...
feat: customise default theme ## 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 --> https://github.com/user-attach...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Configuration Files** - `config/dashboard.toml` - `config/dashboard_theme.json` - `docker-compose.yml`
{"pr_number": 9243, "pr_title": "feat: customise default theme", "merged_at": "2025-09-09T09:37:32Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "user", "order"]}, "hierarchy": {"config": ["config/dashboard.toml", "config/dashboard_theme.json", "docker-compose.yml"]}, ...
refactor(authentication): moved cavv storing from table to temp locker ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Refactoring ## Description <!-- Describe your changes in detail --> moved cavv storing from table to temp locker ## Motivation and Context <!-- Why is this change req...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. Database Layer (Queries & Schema)** - `crates/diesel_models/src/authentication.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/router_request_types/authentication.rs` - `crat...
{"pr_number": 7978, "pr_title": "refactor(authentication): moved cavv storing from table to temp locker", "merged_at": "2025-05-12T11:24:55Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "user"]}, "hierarchy": {"database": ["crates/diesel_models/src/authentication....
Fix(connector): [NUVEI] 3ds unsuccessful redirection error msg ## 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/hyperswitch_connectors/src/connectors/nuvei.rs` **Code Patterns Applied:** - Extend existing types with new fields (1 changes) **Detailed Identifier Changes:** Commit c...
{"pr_number": 9471, "pr_title": "Fix(connector): [NUVEI] 3ds unsuccessful redirection error msg", "merged_at": "2025-09-23T16:31:06Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/co...
refactor(config): change UCS connector list from array to comma-separated string # Refactor: Change UCS connector configuration from array to comma-separated string ## Summary This PR refactors the unified connector service (UCS) configuration to use a comma-separated string format instead of an array for specifying...
To implement this **connector_integration** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/unified_connector_service.rs` **2. External Connector Integration** - `crates/external_services/src/grpc_client/unified_connector_service.rs` **3. Utils**...
{"pr_number": 8905, "pr_title": "refactor(config): change UCS connector list from array to comma-separated string", "merged_at": "2025-08-13T15:11:30Z", "intent": {"feature_type": "connector_integration", "action": "add_feature", "entities": ["connector"]}, "hierarchy": {"core_business": ["crates/router/src/core/unifie...
feat(core): added customer phone_number and email to session token response for click to pay ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Enhancement ## Description <!-- Describe your changes in detail --> Add customer phone_number and email to session token response for click to pay ...
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. Core Business Logic** - `crates/router/src/core/payments.rs` **3. Other** - `api-reference-v2/openapi_spec.json` - `api-reference/openapi...
{"pr_number": 6863, "pr_title": "feat(core): added customer phone_number and email to session token response for click to pay", "merged_at": "2024-12-19T12:03:50Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_m...
refactor(cypress): move memory cache tests out of payment for misc ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] 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. Utils** - `cypress-tests/cypress/utils/RequestBodyUtils.js` **2. Tests** - `cypress-tests/README.md` - `cypress-tests/cypress/e2e/PaymentUtils/Adyen.js` - `cypress-tests/cypress/e2e/PaymentUtils/BankOfAmer...
{"pr_number": 6992, "pr_title": "refactor(cypress): move memory cache tests out of payment for misc", "merged_at": "2025-01-24T17:23:22Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"utils": ["cypress-tests/cypress/utils/RequestBodyUt...
refactor(core): introduce new field in payment_intent to handle longer return_url ## 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 cha...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/payment_intent.rs` - `crates/diesel_models/src/schema.rs` **3. Domain ...
{"pr_number": 8279, "pr_title": "refactor(core): introduce new field in payment_intent to handle longer return_url", "merged_at": "2025-06-07T08:22:10Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src...
feat(payments): [Payment links] add configs for payment link ## 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 PR https://github.com/juspay/hyp...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/admin.rs` - `crates/api_models/src/payments.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/business_profile.rs` - `crates/di...
{"pr_number": 7394, "pr_title": "feat(payments): [Payment links] add configs for payment link", "merged_at": "2025-02-27T14:19:17Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"api_models": ["crates/api_models/src/admin.rs", "crates/api_models/src/payments....
feat(routing): Add API key auth for decision engine endpoints ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/events/routing.rs` - `crates/api_models/src/open_router.rs` **2. Core Business Logic** - `crates/router/src/core/payments/routing/utils.rs` - `crates/...
{"pr_number": 8640, "pr_title": "feat(routing): Add API key auth for decision engine endpoints", "merged_at": "2025-07-21T13:38:52Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/events/routing....
feat(connector): Stripe revolut pay wallet integration ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Impleme...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payment_method_data.rs` **3. External Connector Integratio...
{"pr_number": 8066, "pr_title": "feat(connector): Stripe revolut pay wallet integration", "merged_at": "2025-05-27T07:32:38Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"], "domain...
chore(connectors): [fiuu] update pm_filters for apple pay and google pay ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Hotfix for https://github.com/j...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `config/deployments/integration_test.toml` **2. Configuration Files** - `config/deployments/production.toml` - `config/deployments/sandbox.toml` - `config/development.toml`
{"pr_number": 7238, "pr_title": "chore(connectors): [fiuu] update pm_filters for apple pay and google pay", "merged_at": "2025-02-11T14:24:48Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"tests": ["config/deployments/integration_test.toml"], "config": ["config/d...
fix(connector): [CASHTOCODE] Added supported countries and currencies … (#8060) ## 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 ch...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `config/deployments/integration_test.toml` **2. Configuration Files** - `config/deployments/production.toml` - `config/deployments/sandbox.toml` - `config/development.toml` - ... and 1 more fi...
{"pr_number": 8101, "pr_title": "fix(connector): [CASHTOCODE] Added supported countries and currencies", "merged_at": "2025-05-21T13:11:19Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"tests": ["config/deployments/integration_test.toml"], "config": ["config/depl...
feat(router): add capability to force challenge for 3DS Payments through Netcetera and send few optional fields ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Descr...
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": 7434, "pr_title": "feat(router): add capability to force challenge for 3DS Payments through Netcetera and send few optional fields", "merged_at": "2025-03-05T14:59:55Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user", "connector"]}, "hierarchy": {"api_m...
fix(cors): expose all headers set by application in `access-control-expose-headers` header value ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- De...
To implement this **connector_integration** feature, you'll need to modify these architectural layers: **1. Other** - `crates/router/src/cors.rs` **Detailed Identifier Changes:** Commit 9c3547fa: Files to modify: **crates/router/src/cors.rs** Modify existing code
{"pr_number": 6877, "pr_title": "fix(cors): expose all headers set by application in `access-control-expose-headers` header value", "merged_at": "2024-12-24T07:04:04Z", "intent": {"feature_type": "connector_integration", "action": "add_feature", "entities": []}, "hierarchy": {"other": ["crates/router/src/cors.rs"]}, "c...
refactor(connnector): Structure connector enums in separate files for improved team ownership ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Descr...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/connector_enums.rs` - `crates/api_models/src/enums.rs` - `crates/api_models/src/lib.rs` **2. External Connector Integration** - `crates/common_enums/s...
{"pr_number": 6459, "pr_title": "refactor(connnector): Structure connector enums in separate files for improved team ownership", "merged_at": "2024-10-30T10:42:37Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["connector"]}, "hierarchy": {"api_models": ["crates/api_models/src/conne...
feat(analytics): implement currency conversion to power multi-currency aggregation ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description - implemented currenc...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/analytics.rs` - `crates/api_models/src/analytics/payment_intents.rs` - `crates/api_models/src/analytics/payments.rs` **2. Core Business Logic** - `cra...
{"pr_number": 6418, "pr_title": "feat(analytics): implement currency conversion to power multi-currency aggregation", "merged_at": "2024-11-06T09:51:02Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"api_models": ["crates/api_models/sr...
feat(core): add SCA exemption field ## 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 skip authorization, S...
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/enums.rs` - `crates/diesel_models/src/payment_intent.rs` - `crates/d...
{"pr_number": 6578, "pr_title": "feat(core): add SCA exemption field", "merged_at": "2024-11-25T11:44:53Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"], "database": ["crates/diesel_mo...
refactor(core): introduce new field in payment_intent to handle longer return_url ## 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 cha...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/payment_intent.rs` - `crates/diesel_models/src/schema.rs` **3. Domain ...
{"pr_number": 8321, "pr_title": "refactor(core): introduce new field in payment_intent to handle longer return_url", "merged_at": "2025-06-11T13:20:45Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src...
refactor(connector): [Fiuu] enable refund ORF feature [RedSys] fix the request structure ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description This PR contain...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/fiuu/transformers.rs` - `crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs` **Code Patterns Applied:** - Extend existi...
{"pr_number": 8079, "pr_title": "refactor(connector): [Fiuu] enable refund ORF feature [RedSys] fix the request structure", "merged_at": "2025-05-20T15:13:20Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["refund", "connector", "card"]}, "hierarchy": {"connectors": ["crates/hyperswitch_c...
ci(cypress): fix trustpay refund test cases ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description 1. Remove multiple connector support for Trustpay payments a...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests/cypress/e2e/configs/Payment/Commons.js` - `cypress-tests/cypress/e2e/configs/Payment/Trustpay.js` - `cypress-tests/cypress/e2e/spec/Payment/00014-SaveCardFlow.cy.js` - ... and 1 mor...
{"pr_number": 7797, "pr_title": "ci(cypress): fix trustpay refund test cases", "merged_at": "2025-04-25T07:50:18Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user", "refund"]}, "hierarchy": {"tests": ["cypress-tests/cypress/e2e/configs/Payment/Commons.js", "cypress-te...
feat(authentication): Initial commit to modular authentication create ## 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 deta...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/authentication.rs` - `crates/api_models/src/lib.rs` - `crates/api_models/src/webhooks.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/s...
{"pr_number": 8085, "pr_title": "feat(authentication): Initial commit to modular authentication create", "merged_at": "2025-06-24T12:14:25Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["payment", "merchant", "connector"]}, "hierarchy": {"api_models": ["crates/api_models/src/authenticati...
feat(themes): Create 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 <!-- Describe your changes in detail --> This PR adds API...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/Cargo.toml` - `crates/api_models/src/events/user.rs` - `crates/api_models/src/user.rs` - ... and 1 more files **2. Database Layer (Queries & Schema)** ...
{"pr_number": 6658, "pr_title": "feat(themes): Create APIs for managing themes", "merged_at": "2024-12-04T11:06:34Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "user", "order"]}, "hierarchy": {"api_models": ["crates/api_models/Cargo.toml", "crates/api_models/src/event...
fix: change precedence order in address that we send to ucs ## Summary This PR fixes the billing address precedence order in the UCS (Unified Connector Service) transformers to ensure that unified payment method billing addresses take priority over billing addresses from payment requests. ## Changes - Changed...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/unified_connector_service/transformers.rs` **Code Patterns Applied:** - Extend existing types with new fields (2 changes) **Detailed Identifier Changes:** Commit a...
{"pr_number": 9269, "pr_title": "fix: change precedence order in address that we send to ucs", "merged_at": "2025-09-03T17:28:26Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/unified_conne...
ci(cypress): fix `worldpayxml`, and `deutschebank` cypress 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 deta...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests/cypress/e2e/configs/Payment/Deutschebank.js` - `cypress-tests/cypress/e2e/configs/Payment/Utils.js` - `cypress-tests/cypress/e2e/configs/Payment/Worldpayxml.js` - ... and 3 more fil...
{"pr_number": 8193, "pr_title": "ci(cypress): fix `worldpayxml`, and `deutschebank` cypress test cases", "merged_at": "2025-07-04T14:47:44Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"tests": ["cypress-tests/cypress/e2e/configs/Payment/Deutschebank.js", "...
fix(connector): Paypal BankRedirects (Ideal/EPS) ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description PayPal added some extra parameters in the response, wh...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/router/src/connector/paypal/transformers.rs` **Code Patterns Applied:** - Define new data structures (2 changes) - Extend existing types with new fields (7 changes) **Det...
{"pr_number": 6864, "pr_title": "fix(connector): Paypal BankRedirects (Ideal/EPS) ", "merged_at": "2024-12-20T07:16:57Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"connectors": ["crates/router/src/connector/paypal/transformers.rs"]}, "change_types": {"str...
ci(cypress): add nexinets connector ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description Add Nexinets connector to cypress test suits. - This connector doe...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests/cypress/e2e/configs/Payment/Nexinets.js` - `cypress-tests/cypress/e2e/configs/Payment/Utils.js` - `cypress-tests/cypress/support/redirectionHandler.js` **Code Patterns Applied:** - Ex...
{"pr_number": 8510, "pr_title": "ci(cypress): add nexinets connector", "merged_at": "2025-07-02T10:33:27Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "user"]}, "hierarchy": {"tests": ["cypress-tests/cypress/e2e/configs/Payment/Nexinets.js", "cypress-tests/c...
fix(connector): [NMI] Added enum for Void Reason ## 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 --> Previously,...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/router/src/connector/nmi/transformers.rs` **Code Patterns Applied:** - Extend existing types with new fields (7 changes) **Detailed Identifier Changes:** Commit 9032165...
{"pr_number": 7221, "pr_title": "fix(connector): [NMI] Added enum for Void Reason", "merged_at": "2025-02-24T20:56:28Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/router/src/connector/nmi/transformers.rs"]}...
feat(core): add additional revenue recovery call flow ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description For some billing connectors, we get limited data i...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/router_data_v2/flow_common_types.rs` - `crates/hyperswitch_domain_models/src/router_flow_types.rs` - `crates/hyperswitch_domain_mo...
{"pr_number": 7402, "pr_title": "feat(core): add additional revenue recovery call flow", "merged_at": "2025-03-06T07:14:02Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["connector", "webhook"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/router_data_v2/flow_com...
feat(connector): Added recurring payments support for split payments in Stripe ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your change...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments/transformers.rs` **2. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs` **Code Patterns Applied:**...
{"pr_number": 8271, "pr_title": "feat(connector): Added recurring payments support for split payments in Stripe", "merged_at": "2025-06-08T12:57:33Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src...
feat(events): adding infra level components to api-events ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> main...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/webhooks/incoming.rs` - `crates/router/src/core/webhooks/incoming_v2.rs` **2. Configuration Files** - `config/config.example.toml` - `config/development.toml...
{"pr_number": 8242, "pr_title": "feat(events): adding infra level components to api-events", "merged_at": "2025-06-04T14:48:46Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"core_business": ["crates/router/src/core/webhooks/incoming.rs", "crates/router/src/...
refactor(payments): fetch payment method information in attempts list api v2 and add custom billing connector template ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD #...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/enums.rs` - `crates/api_models/src/payments.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/connector_endpoints.r...
{"pr_number": 8681, "pr_title": "refactor(payments): fetch payment method information in attempts list api v2 and add custom billing connector template", "merged_at": "2025-07-21T19:08:33Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "order", "connector"]}, "hierarchy":...
feat(router): Add Connector changes for 3ds (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 --> - Add `PreA...
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` - `crates/hyperswitch_domain_models/src/types.rs` **2. External Connector Integration** - `crates/hypers...
{"pr_number": 9117, "pr_title": "feat(router): Add Connector changes for 3ds (v2)", "merged_at": "2025-09-11T14:33:57Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["connector"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/router_request_types.rs", "crates/hyper...
chore: fix `toml` format to address wasm build failure ## 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 --> An inco...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/connector_configs/toml/production.toml` - `crates/connector_configs/toml/sandbox.toml` **2. Other** - `docker/wasm-build.Dockerfile`
{"pr_number": 6967, "pr_title": "chore: fix `toml` format to address wasm build failure", "merged_at": "2025-01-28T09:17:26Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["card"]}, "hierarchy": {"connectors": ["crates/connector_configs/toml/production.toml", "crates/connector_confi...
chore(deps): update cypress packages to address CVE ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [x] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> This PR ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests-v2/package-lock.json` - `cypress-tests-v2/package.json` - `cypress-tests/package-lock.json` - ... and 1 more files
{"pr_number": 6624, "pr_title": "chore(deps): update cypress packages to address CVE", "merged_at": "2024-11-25T13:31:10Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"tests": ["cypress-tests-v2/package-lock.json", "cypress-tests-v2/package.json", "cypress-tests/...
fix(stripe): partial capture issue when fully captured on redirection flow like card3ds , eps bank redirect Partial capture issue related to stripe ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs` - `crates/hyperswitch_connectors/src/utils.rs` **Code Patterns Applied:** - Implement new functions (1 changes) ...
{"pr_number": 8976, "pr_title": "fix(stripe): partial capture issue when fully captured on redirection flow like card3ds , eps bank redirect", "merged_at": "2025-08-20T08:38:43Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors":...
Feat(connector): [ELAVON] Template PR ## 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 --> Template code added for ...
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": 6309, "pr_title": "Feat(connector): [ELAVON] Template PR", "merged_at": "2024-11-05T10:02:55Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["connector", "transaction"]}, "hierarchy": {"core_business": ["crates/router/src/core/payments/connector_integration_v2_impls.rs...
feat(masking): implement `prost::Message` trait for `Secret` and `StrongSecret` types ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Configuration Files** - `crates/masking/Cargo.toml` **2. Other** - `Cargo.lock` - `crates/masking/src/secret.rs` - `crates/masking/src/strong_secret.rs` **Code Patterns Applied:** - Implement new function...
{"pr_number": 8458, "pr_title": "feat(masking): implement `prost::Message` trait for `Secret` and `StrongSecret` types", "merged_at": "2025-07-02T07:16:20Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"config": ["crates/masking/Cargo....
fix(webhooks): add support for updating mandate details in webhooks flow ## 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 ...
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` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payments/payment_attempt.rs` - `crates/h...
{"pr_number": 6523, "pr_title": "fix(webhooks): add support for updating mandate details in webhooks flow ", "merged_at": "2024-11-13T10:20:29Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "connector", "webhook"]}, "hierarchy": {"database": ["crates/diesel_models/src/pa...
feat(connector): [Gigadat] Add Payments Webhook ## 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 Payments...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/gigadat.rs` - `crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs` **Code Patterns Applied:** - Define new data ...
{"pr_number": 9775, "pr_title": "feat(connector): [Gigadat] Add Payments Webhook", "merged_at": "2025-10-10T10:19:38Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connectors/gigada...
feat(connector): [BRAINTREE] Googlepay, Applepay wallets added ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payment_method_data.rs` - `crates/hyperswitch_domain_mod...
{"pr_number": 8728, "pr_title": "feat(connector): [BRAINTREE] Googlepay, Applepay wallets added", "merged_at": "2025-10-07T09:30:42Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"],...
fix(router): handle default case for card_network for co-badged cards ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your 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/helpers.rs` **Code Patterns Applied:** - Extend existing types with new fields (2 changes) **Detailed Identifier Changes:** Commit f95ee51b: Files to modi...
{"pr_number": 6825, "pr_title": "fix(router): handle default case for card_network for co-badged cards", "merged_at": "2024-12-16T12:49:30Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/pay...
feat(themes): Add email configuration support for themes ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Added changes for the emails as per the email...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/user.rs` **2. Type Definitions** - `crates/router/src/services/email/types.rs` **3. Configuration Files** - `config/config.example.toml` - `config/developme...
{"pr_number": 7580, "pr_title": "feat(themes): Add email configuration support for themes", "merged_at": "2025-03-26T14:19:46Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"core_business": ["crates/router/src/core/user.rs"], "types": ["crates/router/src/services/...
feat(connectors): [Worldpayvantiv] add NTI flow and refactor sync flows ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in de...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/configs.rs` **2. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/worldpayvantiv.rs` - `crates/hyperswi...
{"pr_number": 8495, "pr_title": "feat(connectors): [Worldpayvantiv] add NTI flow and refactor sync flows", "merged_at": "2025-07-01T11:22:23Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/...
feat(cypress-test): include worldpay's request / response structure for test suite ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description Described in #6316 po...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `cypress-tests/cypress/fixtures/create-connector-body.json` **2. Tests** - `cypress-tests/cypress/e2e/PaymentTest/00006-VoidPayment.cy.js` - `cypress-tests/cypress/e2e/Payme...
{"pr_number": 6420, "pr_title": "feat(cypress-test): include worldpay's request / response structure for test suite", "merged_at": "2024-10-30T10:11:29Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user", "connector"]}, "hierarchy": {"connectors": ["cypress-tests/cypre...
feat(core): Add record attempt operation for revenue 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 det...
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` **3. Domain Models (Business Logic Types)** - `cra...
{"pr_number": 7236, "pr_title": "feat(core): Add record attempt operation for revenue recovery webhooks", "merged_at": "2025-03-07T14:39:19Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/paymen...
fix(connectors): [worldpayvantiv] add setup mandate flow, map network txn id and fix mandate flow ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [x] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!--...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/router_request_types.rs` **2. Core Business Logic** - `crates/router/src/core/payments/transformers.rs` **3. External Connector Int...
{"pr_number": 8950, "pr_title": "fix(connectors): [worldpayvantiv] add setup mandate flow, map network txn id and fix mandate flow", "merged_at": "2025-08-14T10:04:21Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"domain": ["crate...
fix(core): Add payment_link_data in PaymentData for Psync ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Hotfix for [7137](https://github.com/juspay/hy...
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/payment_status.rs` **Code Patterns Applied:** - Implement new functions (1 changes) - Extend existing ty...
{"pr_number": 7205, "pr_title": "fix(core): Add payment_link_data in PaymentData for Psync", "merged_at": "2025-02-07T06:58:02Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"core_business": ["crates/router/src/core/payments.rs", "crates/router/src/core/payments/o...
fix(connector): [Peach Payments] fix connector metadata deserialization ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in d...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/peachpayments/transformers.rs` **Detailed Identifier Changes:** Commit 859b3b18: Files to modify: **crates/hyperswitch_connectors...
{"pr_number": 9826, "pr_title": "fix(connector): [Peach Payments] fix connector metadata deserialization", "merged_at": "2025-10-14T10:15:43Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "connector"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connec...
feat(payment-link): update traditional chinese paymentlink exp msg ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payment_link/locale.js` **Code Patterns Applied:** - Extend existing types with new fields (2 changes)
{"pr_number": 9007, "pr_title": "feat(payment-link): update traditional chinese paymentlink exp msg", "merged_at": "2025-08-21T11:16:26Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"core_business": ["crates/router/src/core/payment_li...
refactor(dynamic_routing): perform db operations for dynamic_routing_stats table only when payments are in terminal state ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments/operations/payment_response.rs` **2. Other** - `crates/common_enums/src/enums.rs` **Code Patterns Applied:** - Implement new functions (1 changes) - Add ...
{"pr_number": 6900, "pr_title": "refactor(dynamic_routing): perform db operations for dynamic_routing_stats table only when payments are in terminal state", "merged_at": "2025-01-15T10:59:13Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierar...
fix(opensearch): fix empty filter array query addition in globalsearch query ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `crates/analytics/src/opensearch.rs` **Detailed Identifier Changes:** Commit 063a1c63: Files to modify: **crates/analytics/src/opensearch.rs** Modify existing code
{"pr_number": 6716, "pr_title": "fix(opensearch): fix empty filter array query addition in globalsearch query", "merged_at": "2024-12-02T15:02:27Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "order"]}, "hierarchy": {"other": ["crates/analytics/src/opensearch.rs"]}, "chang...
fix(connector): [NEXIXPAY] Updated the Api Response Schema ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Hot...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs` **Code Patterns Applied:** - Define new data structures (1 changes) - Extend existing types with new fields...
{"pr_number": 9516, "pr_title": "fix(connector): [NEXIXPAY] Updated the Api Response Schema", "merged_at": "2025-09-24T05:53:33Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connectors/nexixpay/transformers....
fix(connector): [trustpay] fix webhook deserialization error ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/trustpay.rs` - `crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs` **Code Patterns Applied:** - Extend existing type...
{"pr_number": 8116, "pr_title": "fix(connector): [trustpay] fix webhook deserialization error", "merged_at": "2025-06-11T13:57:53Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connectors...
docs(error_codes): add unified error codes ## 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 --> Helps closing - #...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `api-reference/essentials/error_codes.mdx`
{"pr_number": 6319, "pr_title": "docs(error_codes): add unified error codes", "merged_at": "2024-10-15T14:02:06Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"other": ["api-reference/essentials/error_codes.mdx"]}, "change_types": {}, "has_identifier_data": false,...
fix(payout): use get_string_repr for formatting payout IDs ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description This PR fixes the bug report - https://github...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payouts.rs` **2. External Connector Integration** - `crates/connector_configs/toml/development.toml` - `crates/connector_configs/toml/production.toml` - `cra...
{"pr_number": 8547, "pr_title": "fix(payout): use get_string_repr for formatting payout IDs", "merged_at": "2025-07-05T15:11:29Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/payouts.rs"], ...
fix(connector): [BRAINTREE] Changed Attempt Status Mapping for Braintree ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in d...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/braintree/transformers.rs` **Detailed Identifier Changes:** Commit 69d8f351: Files to modify: **crates/hyperswitch_connectors/src...
{"pr_number": 7471, "pr_title": "fix(connector): [BRAINTREE] Changed Attempt Status Mapping for Braintree", "merged_at": "2025-03-11T11:23:21Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connect...
ci(cypress): Add Globalpay 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 Globalpay Connector in cypress for Compreh...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `cypress-tests/cypress/fixtures/create-connector-body.json` **2. Tests** - `cypress-tests/cypress/e2e/configs/Payment/Globalpay.js` - `cypress-tests/cypress/e2e/configs/Payment/Ut...
{"pr_number": 8403, "pr_title": "ci(cypress): Add Globalpay connector test in cypress", "merged_at": "2025-06-24T14:54:39Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["payment", "user", "connector"]}, "hierarchy": {"connectors": ["cypress-tests/cypress/fixtures/create-connector-body.js...
revert(routing): update configs on updation of mca Reverts juspay/hyperswitch#9689
To implement this **unknown** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/admin.rs` - `crates/router/src/core/routing.rs` - `crates/router/src/core/routing/helpers.rs` **Code Patterns Applied:** **Detailed Identifier Changes:** Commit 1b...
{"pr_number": 9740, "pr_title": "revert(routing): update configs on updation of mca", "merged_at": "2025-10-08T08:46:29Z", "intent": {"feature_type": "unknown", "action": "unknown", "entities": []}, "hierarchy": {"core_business": ["crates/router/src/core/admin.rs", "crates/router/src/core/routing.rs", "crates/router/sr...
feat(connector): Implement Razorpay UPI Collect ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description - Integrate Razorpay's API directly - Payment Method -...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/payment_attempt.rs` - `crates/diesel_models/src/schema_v2.rs` **3. Dom...
{"pr_number": 8009, "pr_title": "feat(connector): Implement Razorpay UPI Collect", "merged_at": "2025-06-11T14:05:03Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"], "database": ["...
feat(authentication): create authentications to fallback to ApiKeyAuth if AdminApiAuth fails ## 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. Configuration Files** - `crates/router/src/configs/secrets_transformers.rs` - `crates/router/src/configs/settings.rs` **2. Other** - `crates/router/src/routes/admin.rs` - `crates/router/src/routes/api_keys...
{"pr_number": 7744, "pr_title": "feat(authentication): create authentications to fallback to ApiKeyAuth if AdminApiAuth fails", "merged_at": "2025-04-08T07:49:01Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"config": ["crates/router/...
refactor(connector): [AdyenPlatform] update incoming webhooks for payouts ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description This PR updates the webhooks f...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/adyenplatform.rs` - `crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs` **Code Patterns Applied:*...
{"pr_number": 9002, "pr_title": "refactor(connector): [AdyenPlatform] update incoming webhooks for payouts", "merged_at": "2025-08-21T14:18:29Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "merchant", "user"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connector...
feat: implement scylla traits for StrongSecret ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] New feature ## Description <!-- Describe your changes in detail --> This adds `SerializeValue` and `FromCQL` traits for masking StrongSecret ## Motivation and Context <!-- Why is this change r...
To implement this **connector_integration** feature, you'll need to modify these architectural layers: **1. Configuration Files** - `crates/masking/Cargo.toml` **2. Other** - `Cargo.lock` - `crates/masking/src/cassandra.rs` - `crates/masking/src/lib.rs` **Code Patterns Applied:** - Implement new functio...
{"pr_number": 6500, "pr_title": "feat: implement scylla traits for StrongSecret", "merged_at": "2024-11-14T09:25:29Z", "intent": {"feature_type": "connector_integration", "action": "add_feature", "entities": []}, "hierarchy": {"config": ["crates/masking/Cargo.toml"], "other": ["Cargo.lock", "crates/masking/src/cassandr...
feat(router): add confirm flag in kafka payment intent events ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payments/payment_intent.rs` **2. Core Business Logic** - `crates/router/src/core/payments/operations/payment_confirm.rs` - `crate...
{"pr_number": 8432, "pr_title": "feat(router): add confirm flag in kafka payment intent events", "merged_at": "2025-06-24T09:09:14Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/payments/payment_int...
feat(analytics): Add refund sessionized metrics for Analytics V2 dashboard ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/analytics.rs` - `crates/api_models/src/analytics/refunds.rs` **2. Database Layer (Queries & Schema)** - `crates/analytics/src/query.rs` **3. Core Busine...
{"pr_number": 6616, "pr_title": "feat(analytics): Add refund sessionized metrics for Analytics V2 dashboard", "merged_at": "2024-12-05T12:09:55Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/an...
fix: Resolved issue of webhooks response from ucs ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description while handling the response of UCS for webhooks Hypers...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/webhooks.rs` **2. Core Business Logic** - `crates/router/src/core/payments.rs` - `crates/router/src/core/unified_connector_service/transformers.rs` - ...
{"pr_number": 9021, "pr_title": "fix: Resolved issue of webhooks response from ucs", "merged_at": "2025-08-29T15:11:29Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["connector", "webhook"]}, "hierarchy": {"api_models": ["crates/api_models/src/webhooks.rs"], "core_business": ["crat...
feat(wasm): google pay decryption flow changes ## 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 --> Added fields in...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/connector_configs/src/connector.rs` - `crates/connector_configs/toml/development.toml` - `crates/connector_configs/toml/production.toml` - ... and 1 more files **...
{"pr_number": 7616, "pr_title": "feat(wasm): google pay decryption flow changes", "merged_at": "2025-03-28T11:03:29Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "connector"]}, "hierarchy": {"connectors": ["crates/connector_configs/src/connector.rs", "crates/connector_c...
ci(hotfix-pr-check): conditionally enforce requirement of main branch PR being merged ## 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...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Configuration Files** - `.github/workflows/hotfix-pr-check.yml` **Code Patterns Applied:** - Extend existing types with new fields (1 changes) - Add conditional logic for feature flags or filtering (4 changes)
{"pr_number": 7351, "pr_title": "ci(hotfix-pr-check): conditionally enforce requirement of main branch PR being merged", "merged_at": "2025-02-25T06:52:22Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"config": [".github/workflows/hotfix-pr-check.yml"]}, "c...
fix(router): add dynamic fields support for `samsung_pay` ## 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 ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/router/src/configs/defaults/payment_connector_required_fields.rs` **2. Tests** - `config/deployments/integration_test.toml` - `loadtest/config/development.toml` **3...
{"pr_number": 7090, "pr_title": "fix(router): add dynamic fields support for `samsung_pay`", "merged_at": "2025-02-04T12:06:23Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/router/src/configs/defaults/paymen...
revert: feat(core): add support for api locking with multiple keys for a single api This reverts commit 2f7cd4f752d98e23910c37502d8748e9842682ef. ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] D...
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": 9029, "pr_title": "revert: feat(core): add support for api locking with multiple keys for a single api", "merged_at": "2025-08-22T09:32:07Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"core_business": ["crates/router/src/core/api_locking.rs"], "typ...
feat(core): Added Reward PaymentMethod & CurrencyAuthKey for Hyperswitch <> UCS Integration ## 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. Core Business Logic** - `crates/router/src/core/unified_connector_service.rs` - `crates/router/src/core/unified_connector_service/transformers.rs` **2. External Connector Integration** - `crates/external_serv...
{"pr_number": 8767, "pr_title": "feat(core): Added Reward PaymentMethod & CurrencyAuthKey for Hyperswitch <> UCS Integration", "merged_at": "2025-08-13T11:41:49Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["cra...
fix(connector): [Wise] change amount conversion unit ## 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 --> change am...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/wise.rs` - `crates/hyperswitch_connectors/src/connectors/wise/transformers.rs` **Code Patterns Applied:** - Implement new function...
{"pr_number": 8991, "pr_title": "fix(connector): [Wise] change amount conversion unit", "merged_at": "2025-08-19T14:54:18Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connectors/w...
fix(wasm): [dwolla] fix WASM changes ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Fix WASM changes for Dwol...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/connector_configs/src/connector.rs` - `crates/connector_configs/toml/development.toml` - `crates/connector_configs/toml/production.toml` - ... and 1 more files **...
{"pr_number": 9051, "pr_title": "fix(wasm): [dwolla] fix WASM changes", "merged_at": "2025-08-28T11:58:47Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"connectors": ["crates/connector_configs/src/connector.rs", "crates/connector_configs/toml/development.toml", "...
chore(mintlify): fix mintlify api methods for endpoint ## 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 --> Fix wro...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `api-reference/api-reference/customer-set-default-payment-method/customers--set-default-payment-method.mdx` - `api-reference/api-reference/event/events--list.mdx` - `api-reference/api-reference/payme...
{"pr_number": 8112, "pr_title": "chore(mintlify): fix mintlify api methods for endpoint", "merged_at": "2025-05-22T14:25:18Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"other": ["api-reference/api-reference/customer-set-default-payment-method/customers--set-def...
feat: Implement subscription create for Chargebee ## 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 Char...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/router_data_v2/flow_common_types.rs` - `crates/hyperswitch_domain_models/src/router_flow_types.rs` - `crates/hyperswitch_domain_mo...
{"pr_number": 9303, "pr_title": "feat: Implement subscription create for Chargebee", "merged_at": "2025-09-19T14:08:48Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "connector"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/router_data_v2/flow_common_typ...
chore: add cardholder name as mandatory field for Worldpay card transactions ## 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 adds below changes ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/worldpay.rs` - `crates/hyperswitch_connectors/src/connectors/worldpay/transformers.rs` - `crates/payment_methods/src/configs/pay...
{"pr_number": 7897, "pr_title": "chore: add cardholder name as mandatory field for Worldpay card transactions", "merged_at": "2025-04-24T16:45:27Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_con...
fix(connector): Revert [AUTHORIZEDOTNET] customer id population fixed in authorize flow Reverts juspay/hyperswitch#9079 If a customer profile is not created during the Authorize call, the customer_profile_id and customer_payment_profile_id are not returned in the transaction response. As a result, the connector_man...
To implement this **payment** 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 (12 changes) **Detailed Identifier Cha...
{"pr_number": 9253, "pr_title": "fix(connector): Revert [AUTHORIZEDOTNET] customer id population fixed in authorize flow", "merged_at": "2025-09-04T07:19:18Z", "intent": {"feature_type": "payment", "action": "fix_bug", "entities": ["customer", "payment", "connector"]}, "hierarchy": {"connectors": ["crates/hyperswitch_c...
refactor(connector): rename RevenueRecoveryRecordBack as InvoiceRecordBack ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [X] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/router_data_v2/flow_common_types.rs` - `crates/hyperswitch_domain_models/src/router_flow_types/revenue_recovery.rs` - `crates/hype...
{"pr_number": 9321, "pr_title": "refactor(connector): rename RevenueRecoveryRecordBack as InvoiceRecordBack", "merged_at": "2025-09-10T14:50:33Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "connector"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/ro...
feat(debit_routing): add `debit_routing_savings` in analytics payment attempt <!-- 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 --> Thi...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/analytics/payments.rs` - `crates/api_models/src/open_router.rs` - `crates/api_models/src/payment_methods.rs` **2. Domain Models (Business Logic Types)** ...
{"pr_number": 8519, "pr_title": "feat(debit_routing): add `debit_routing_savings` in analytics payment attempt", "merged_at": "2025-07-04T14:14:37Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src...
feat(payment_methods_v2): implement a barebones version of list customer payment methods v2 ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payment_methods.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payment_methods.rs` **3. Core Business Logic** -...
{"pr_number": 6649, "pr_title": "feat(payment_methods_v2): implement a barebones version of list customer payment methods v2", "merged_at": "2024-12-02T10:41:09Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/...
refactor(success_rate): update the default configs ## 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 pull r...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/routing.rs` **2. Core Business Logic** - `crates/router/src/core/payments/routing.rs` **Code Patterns Applied:** - Extend existing types with new fields (4...
{"pr_number": 8098, "pr_title": "refactor(success_rate): update the default configs", "merged_at": "2025-05-21T20:44:44Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "connector"]}, "hierarchy": {"api_models": ["crates/api_models/src/routing.rs"], "core_business": ["cra...
fix(core): Address Deserialization issue ## 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 --> The #[serde(deny_unk...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Other** - `api-reference/v1/openapi_spec_v1.json` - `api-reference/v2/openapi_spec_v2.json` **Detailed Identifier Changes:** Commit ...
{"pr_number": 8994, "pr_title": "fix(core): Address Deserialization issue ", "merged_at": "2025-08-19T12:57:43Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"], "other": ["api-refer...
feat(router): add `merchant_configuration_id` in netcetera metadata and make other merchant configurations optional ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## D...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments/helpers.rs` - `crates/router/src/core/payments/operations/payment_confirm.rs` **2. External Connector Integration** - `crates/connector_configs/src/com...
{"pr_number": 7372, "pr_title": "feat(router): add `merchant_configuration_id` in netcetera metadata and make other merchant configurations optional", "merged_at": "2025-02-25T12:17:30Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "user"]}, "hierarchy": {"core_business...
fix(connector): [Nexixpay] update status mapping nexixpay ## 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 --> Upda...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs` - `crates/hyperswitch_connectors/src/utils.rs` **2. Tests** - `config/deployments/integration_test.to...
{"pr_number": 7612, "pr_title": "fix(connector): [Nexixpay] update status mapping nexixpay", "merged_at": "2025-03-26T18:28:26Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connect...
refactor(dynamic_routing): add non_deterministic value in SuccessBasedRoutingConclusiveState type ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- D...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `migrations/2024-12-18-124527_add_new_value_in_success_based_routing_conclusive_state/down.sql` - `migrations/2024-12-18-124527_add_new_value_in_success_based_routing_conclusive_state/up.sql` **Code Pa...
{"pr_number": 6878, "pr_title": "refactor(dynamic_routing): add non_deterministic value in SuccessBasedRoutingConclusiveState type", "merged_at": "2024-12-30T07:55:16Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant"]}, "hierarchy": {"other": ["migrations/2024-12...
feat(router): add merchantId authentication for Payments v2 ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Ad...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Configuration Files** - `config/config.example.toml` - `config/deployments/env_specific.toml` - `config/development.toml` - ... and 3 more files **2. Other** - `crates/router/src/routes/payments.rs` ...
{"pr_number": 8239, "pr_title": "feat(router): add merchantId authentication for Payments v2", "merged_at": "2025-06-06T08:57:20Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"config": ["config/config.example.toml", "config/deploy...
feat(core): introduce accounts schema for accounts related tables ## 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/organization.rs` **2. Core Business Logic** - `crates/router/src/core/admin.rs` - `crates/router/src/core/user.rs` - `crates/router/src/core/...
{"pr_number": 7113, "pr_title": "feat(core): introduce accounts schema for accounts related tables", "merged_at": "2025-02-14T13:59:41Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "user"]}, "hierarchy": {"database": ["crates/diesel_models/src/organization.rs"], "core_...
fix(connector): [jpmorgan] 5xx during payment authorize and `cancellation_reason` ## 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 cha...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/jpmorgan.rs` - `crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs` **2. Tests** - `cypress-tests/cypress/e2...
{"pr_number": 8282, "pr_title": "fix(connector): [jpmorgan] 5xx during payment authorize and `cancellation_reason`", "merged_at": "2025-06-10T09:08:18Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user", "connector"]}, "hierarchy": {"connectors": ["crates/hyperswitch_c...
feat(core): add support for api locking with multiple keys for a single api ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes i...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. 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": 8887, "pr_title": "feat(core): add support for api locking with multiple keys for a single api", "merged_at": "2025-08-13T07:57:06Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "user"]}, "hierarchy": {"core_business": ["crates/router/src/core/a...
feat(router): add endpoint for listing connector features ## 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/feature_matrix.rs` - `crates/api_models/src/lib.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/router_response_t...
{"pr_number": 6612, "pr_title": "feat(router): add endpoint for listing connector features ", "merged_at": "2024-12-24T09:35:07Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/feature_matrix.rs"...
feat(router): Add support for Proxy api ## Type of Chantge <!-- 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 --> The Proxy allows yo...
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/lib.rs` - `crates/api_models/src/proxy.rs` - ... and 1 more files **2. Core Business Logic** - `crates/router/src/...
{"pr_number": 7901, "pr_title": "feat(router): Add support for Proxy api", "merged_at": "2025-05-22T13:34:33Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"api_models": ["crates/api_models/Cargo.toml", "crates/api_models/src/lib.rs", ...