prompt
stringlengths
83
247k
response
stringlengths
121
36.1k
metadata
stringlengths
314
42.3k
feat(core): Add support for v2 payments get intent using merchant reference id ## 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. Database Layer (Queries & Schema)** - `crates/diesel_models/src/query/payment_intent.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payments/payment_intent.rs` **3. Core...
{"pr_number": 7123, "pr_title": "feat(core): Add support for v2 payments get intent using merchant reference id", "merged_at": "2025-02-06T15:07:01Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"database": ["crates/diesel_models/s...
feat(router): add three_ds_decision_rule_algorithm to the domain and diesel models of business_profile ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Database Layer (Queries & Schema)** - `crates/diesel_models/src/business_profile.rs` - `crates/diesel_models/src/schema.rs` - `crates/diesel_models/src/schema_v2.rs` **2. Domain Models (Business Logic Types)*...
{"pr_number": 8106, "pr_title": "feat(router): add three_ds_decision_rule_algorithm to the domain and diesel models of business_profile", "merged_at": "2025-05-23T07:46:26Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"database": ["crates/diesel_models/src/busine...
fix(connector): WASM fixed in Getnet ## 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 --> WASM fixed in Getnet #...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/connector_configs/toml/development.toml` - `crates/connector_configs/toml/production.toml` - `crates/connector_configs/toml/sandbox.toml`
{"pr_number": 7564, "pr_title": "fix(connector): WASM fixed in Getnet", "merged_at": "2025-03-19T11:18:51Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"connectors": ["crates/connector_configs/toml/development.toml", "crates/connector_configs/toml/production.toml...
feat(core): Make installment_payment_enabled,recurring_enabled Optional ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in de...
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/payment_methods.rs` **2. Core Business Logic** - `crates/router/src/core/errors/utils.rs` - `crates/router/src/core...
{"pr_number": 8201, "pr_title": "feat(core): Make installment_payment_enabled,recurring_enabled Optional", "merged_at": "2025-06-10T11:04:30Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/admin...
fix(connector): [Worldpay] handle multiple ddc submission for CompleteAuthorize ## Type of Change - [x] Bugfix ## Description Fixes race condition in Worldpay 3DS Device Data Collection (DDC) flow causing `bodyDoesNotMatchSchema` errors. **Changes made:** - Extended DDC timeout from 8s to 10s in client-side...
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` **2. Tests** - `cypress-tests/cypress/e2...
{"pr_number": 8741, "pr_title": "fix(connector): [Worldpay] handle multiple ddc submission for CompleteAuthorize", "merged_at": "2025-07-29T08:47:11Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/c...
feat(connector): [Gigadat] Implement interac payouts ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Implement Interac payouts ### Additional Change...
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` - `crates/api_models/src/payouts.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch...
{"pr_number": 9566, "pr_title": "feat(connector): [Gigadat] Implement interac payouts", "merged_at": "2025-10-01T09:32:28Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"api_models": ["crates/api_models/src/enums.rs", "crates/api_models/src/payments.rs", "crates/a...
Refactor: Customer email and browser Information ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Refactored customer email and browser information in ro...
To implement this **payment** 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` **Code Patterns Applied:** - Impl...
{"pr_number": 7034, "pr_title": "Refactor: Customer email and browser Information", "merged_at": "2025-01-21T08:49:43Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/router_request_types.rs...
feat(vsaas): modify api key auth to support vsaas cases ## 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 Modified api key auth to support control over VS...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `crates/router/src/compatibility/stripe/customers.rs` - `crates/router/src/compatibility/stripe/payment_intents.rs` - `crates/router/src/compatibility/stripe/refunds.rs` - ... and 21 more files *...
{"pr_number": 7593, "pr_title": "feat(vsaas): modify api key auth to support vsaas cases", "merged_at": "2025-04-16T10:50:02Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"other": ["crates/router/src/compatibility/stripe/customers...
feat(nuvei): Googlepay , applepay and partial authorization integration for nuvei ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your cha...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/nuvei.rs` - `crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs` - `crates/router/src/types/api/connector_mappin...
{"pr_number": 8985, "pr_title": "feat(nuvei): Googlepay , applepay and partial authorization integration for nuvei", "merged_at": "2025-08-22T12:06:10Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitc...
feat(subscriptions): Add Subscription confirm handler This pull request introduces a new subscription feature to the codebase, adding comprehensive support for subscription management via new API models, endpoints, and supporting logic. The changes include new data models, API routes, core business logic for creating ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/subscription.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/invoice.rs` **3. Domain Models (Business Logic Types)** - `crates/...
{"pr_number": 9353, "pr_title": "feat(subscriptions): Add Subscription confirm handler", "merged_at": "2025-09-25T16:22:29Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/subscription.rs"], "dat...
fix(payment_methods): fix merchant payment method list to retain a mca based on connector_name and mca_id ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payment_methods.rs` **2. Core Business Logic** - `crates/router/src/core/payment_methods/cards.rs` - `crates/router/src/core/payments.rs` **Code Pattern...
{"pr_number": 6408, "pr_title": "fix(payment_methods): fix merchant payment method list to retain a mca based on connector_name and mca_id", "merged_at": "2024-10-24T15:05:19Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_mode...
chore: reorder v2 migrations folders ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> reordered v2 migrations ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Database Layer (Queries & Schema)** - `crates/diesel_models/src/business_profile.rs` - `crates/diesel_models/src/customers.rs` - `crates/diesel_models/src/lib.rs` - ... and 5 more files **2. External Conne...
{"pr_number": 8671, "pr_title": "chore: reorder v2 migrations folders", "merged_at": "2025-08-05T08:25:35Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"database": ["crates/diesel_models/src/business_profile.rs", "crates/diesel_mo...
refactor(customer): return redacted customer instead of error ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Return redacted customer response instead ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/customers.rs` **Detailed Identifier Changes:** Commit 97e9270e: Files to modify: **crates/router/src/core/customers.rs** Modify existing code
{"pr_number": 7122, "pr_title": "refactor(customer): return redacted customer instead of error", "merged_at": "2025-02-06T15:04:45Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment"]}, "hierarchy": {"core_business": ["crates/router/src/core/customers.rs"]}, "chang...
fix: consider status of payment method before filtering wallets in list pm ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payment_methods/cards.rs` **Detailed Identifier Changes:** Commit df67b9d7: Files to modify: **crates/router/src/core/payment_methods/cards.rs** Modify existing...
{"pr_number": 7012, "pr_title": "fix: consider status of payment method before filtering wallets in list pm", "merged_at": "2025-01-09T07:49:41Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"core_business": ["crates/router/src/core/payment_methods/cards.rs"]}, "c...
feat(analytics): Add RoutingApproach filter in payment analytics ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/analytics/payments.rs` **2. Database Layer (Queries & Schema)** - `crates/analytics/src/query.rs` - `crates/diesel_models/src/enums.rs` - `crates/dies...
{"pr_number": 8408, "pr_title": "feat(analytics): Add RoutingApproach filter in payment analytics", "merged_at": "2025-06-23T17:55:20Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src/analytics/paymen...
ci(cypress): Add billwerk connector test in cypress ## Type of Change - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Enhanced Billwerk Connector in cypress for Comprehensive Testing. ## How did you te...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests/cypress/e2e/configs/Payment/Billwerk.js` - `cypress-tests/cypress/e2e/configs/Payment/Utils.js` **Code Patterns Applied:** - Extend existing types with new fields (653 changes)
{"pr_number": 8397, "pr_title": "ci(cypress): Add billwerk connector test in cypress", "merged_at": "2025-06-20T11:28:25Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["payment", "user", "connector"]}, "hierarchy": {"tests": ["cypress-tests/cypress/e2e/configs/Payment/Billwerk.js", "cypr...
feat(payment_link): expose configurations for payment links ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description This PR exposes three configurations for pay...
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": 7742, "pr_title": "feat(payment_link): expose configurations for payment links", "merged_at": "2025-04-09T07:47:51Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/admin.rs", "crate...
refactor(customers_v2): Remove merchant reference id from v2 customer update ## 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. API Request/Response Models** - `crates/api_models/src/customers.rs` **2. Other** - `api-reference-v2/openapi_spec.json` **Detailed Identifier Changes:** Commit d6ad8522: Files to modify: **crates/api_model...
{"pr_number": 7879, "pr_title": "refactor(customers_v2): Remove merchant reference id from v2 customer update", "merged_at": "2025-06-09T07:54:14Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/...
refactor(connector): Added amount conversion framework to Wise. ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail -->...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/router/src/connector/wise.rs` - `crates/router/src/connector/wise/transformers.rs` - `crates/router/tests/connectors/wise.rs` **2. Type Definitions** - `crates/ro...
{"pr_number": 6469, "pr_title": "refactor(connector): Added amount conversion framework to Wise.", "merged_at": "2024-11-07T07:36:11Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["connector"]}, "hierarchy": {"connectors": ["crates/router/src/connector/wise.rs", "crates/router/src/...
feat: add support for sdk session call in v2 ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Added support for...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/events/payment.rs` - `crates/api_models/src/payments.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/merchant_con...
{"pr_number": 6502, "pr_title": "feat: add support for sdk session call in v2", "merged_at": "2024-11-28T10:28:43Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src/events/payment.rs", "crates/api_mode...
feat(router): add `click_to_pay` block in payments sessions response if enabled ## 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 chang...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payments.rs` **3. Core Business Logic** - `crates/route...
{"pr_number": 6829, "pr_title": "feat(router): add `click_to_pay` block in payments sessions response if enabled", "merged_at": "2024-12-13T11:04:09Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "session"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.r...
fix(router): resolve spell check for state introduced for ISO representation ## 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. Configuration Files** - `.typos.toml`
{"pr_number": 7342, "pr_title": "fix(router): resolve spell check for state introduced for ISO representation", "merged_at": "2025-02-24T08:12:39Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"config": [".typos.toml"]}, "change_types": {}, "has_identifier_data": ...
feat(connector): Create Customer for Chargebee ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ### Summary This PR introduces a **create customer handler for the C...
To implement this **payment** 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/router_response_types.rs` **2. Core Business Logic** - `crates/router/...
{"pr_number": 9304, "pr_title": "feat(connector): Create Customer for Chargebee", "merged_at": "2025-09-18T14:29:16Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/router_request_types.rs",...
feat(payments): Add audit events for PaymentApprove update ## Type of Change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description This PR adds an Audit event for the PaymentApprove operation. ### Additional Changes ...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments/operations/payment_approve.rs` **2. Other** - `crates/router/src/events/audit_events.rs` **Code Patterns Applied:** - Extend existing types with new fields (1 ...
{"pr_number": 6432, "pr_title": "feat(payments): Add audit events for PaymentApprove update", "merged_at": "2024-11-08T10:20:37Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["payment"]}, "hierarchy": {"core_business": ["crates/router/src/core/payments/operations/payment_approve.rs"], "o...
feat(connector): add template code for chargebee ## 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 --> connector int...
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/common_enums/src/connec...
{"pr_number": 7036, "pr_title": "feat(connector): add template code for chargebee", "merged_at": "2025-01-29T11:46:59Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["connector"]}, "hierarchy": {"core_business": ["crates/router/src/core/payments/connector_integration_v2_impls.rs", "...
feat(authz): Create a permission generator ## 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 --> ### Entity level ...
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. Core Business Logic** - `crates/router/src/core/user_role.rs` **3. External Connector Integration** - `crates/router/src/routes/conne...
{"pr_number": 6394, "pr_title": "feat(authz): Create a permission generator", "merged_at": "2024-10-24T14:36:07Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src/user_role.rs"], "core_business": ["cra...
feat(payment_methods_session_v2): add payment methods session endpoints ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] New feature ## Description <!-- Describe your changes in detail --> This PR adds the payment methods session endpoints. - Create a payment method session - Retrieve a ...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/customers.rs` - `crates/api_models/src/ephemeral_key.rs` - `crates/api_models/src/events.rs` - ... and 4 more files **2. Database Layer (Queries & Schema)**...
{"pr_number": 7107, "pr_title": "feat(payment_methods_session_v2): add payment methods session endpoints", "merged_at": "2025-02-11T12:32:02Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/customers.r...
fix(router): Added authentication success check for fetching authentication value ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix ## Description <!-- Describe your changes in detail --> Currently in external 3ds authentication if we cancel a txn in acs bank page it is not getting ha...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments/operations/payment_confirm.rs` **2. Other** - `crates/common_enums/src/enums.rs` **Code Patterns Applied:** - Implement new functions (1 changes) - Extend exis...
{"pr_number": 9769, "pr_title": "fix(router): Added authentication success check for fetching authentication value", "merged_at": "2025-10-16T12:06:01Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/co...
fix(connector): [fiuu] update PSync and webhooks response ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Hotfix for https://github.com/juspay/hyperswit...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/fiuu.rs` - `crates/hyperswitch_connectors/src/connectors/fiuu/transformers.rs` **Code Patterns Applied:** - Extend existing types ...
{"pr_number": 7231, "pr_title": "fix(connector): [fiuu] update PSync and webhooks response", "merged_at": "2025-02-10T12:37:44Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["connector"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connectors/fiuu.rs", "crates/...
refactor(organization): add api version column ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> This PR adds ve...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Database Layer (Queries & Schema)** - `crates/diesel_models/Cargo.toml` - `crates/diesel_models/src/organization.rs` - `crates/diesel_models/src/schema.rs` - ... and 1 more files **2. Domain Models (Busine...
{"pr_number": 7418, "pr_title": "refactor(organization): add api version column", "merged_at": "2025-03-28T08:05:54Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"database": ["crates/diesel_models/Cargo.toml", "crates/diesel_models/src/organization.rs", "cr...
fix: replace xtrim with xdel to support older redis version ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `crates/drainer/src/handler.rs` - `crates/drainer/src/metrics.rs` - `crates/drainer/src/services.rs` - ... and 1 more files **Code Patterns Applied:** - Implement new functions (2 changes) - Exte...
{"pr_number": 8515, "pr_title": "fix: replace xtrim with xdel to support older redis version", "merged_at": "2025-07-29T10:59:44Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"other": ["crates/drainer/src/handler.rs", "crates/drainer/src/metrics.rs", "crates/dra...
refactor: make billing details optional during data migration ## 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 includes changes to make billing d...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payment_methods.rs` **2. Core Business Logic** - `crates/payment_methods/src/core/migration/payment_methods.rs` **Code Patterns Applied:** - Implement new ...
{"pr_number": 8438, "pr_title": "refactor: make billing details optional during data migration", "merged_at": "2025-06-24T17:23:39Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/payment_methods...
feat(connector): [Checkout] Add Google Pay Predecrypt Flow ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD Closes this [issue](https://github.com/juspay/hyperswitch/iss...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments.rs` **2. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/checkout/transformers.rs` **3. Tests** - `config/deployments...
{"pr_number": 9130, "pr_title": "feat(connector): [Checkout] Add Google Pay Predecrypt Flow", "merged_at": "2025-09-26T08:09:57Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/router/src/core/payments.rs"],...
refactor(authz): Make connector list accessible by operation groups ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `crates/router/src/routes/admin.rs` - `crates/router/src/services/authorization/permission_groups.rs` **Code Patterns Applied:** - Extend existing types with new fields (1 changes) **Detailed Identifi...
{"pr_number": 6792, "pr_title": "refactor(authz): Make connector list accessible by operation groups", "merged_at": "2024-12-16T09:22:57Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["merchant", "user", "connector"]}, "hierarchy": {"other": ["crates/router/src/routes/admin.rs", "c...
feat(framework): Added smithy, smithy-core and smithy-generator crates ## 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. Core Business Logic** - `crates/smithy-core/Cargo.toml` - `crates/smithy-core/src/generator.rs` - `crates/smithy-core/src/lib.rs` - ... and 1 more files **2. Configuration Files** - `crates/smithy-gener...
{"pr_number": 9249, "pr_title": "feat(framework): Added smithy, smithy-core and smithy-generator crates", "merged_at": "2025-09-26T08:06:07Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment"]}, "hierarchy": {"core_business": ["crates/smithy-core/Cargo.toml", "crates/smithy-co...
refactor(schema): add a new column for storing large customer user agents in mandate table ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Database Layer (Queries & Schema)** - `crates/diesel_models/src/mandate.rs` - `crates/diesel_models/src/schema.rs` - `crates/diesel_models/src/schema_v2.rs` **2. Core Business Logic** - `crates/router/src/...
{"pr_number": 8616, "pr_title": "refactor(schema): add a new column for storing large customer user agents in mandate table", "merged_at": "2025-07-25T09:48:06Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"database": ["crates/die...
fix(router): populate `profile_id` in for the HeaderAuth of v1 ## 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. Tests** - `config/deployments/integration_test.toml` - `loadtest/config/development.toml` **2. Configuration Files** - `config/deployments/production.toml` - `config/deployments/sandbox.toml` - `config/...
{"pr_number": 6936, "pr_title": "fix(router): populate `profile_id` in for the HeaderAuth of v1", "merged_at": "2024-12-26T10:49:20Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"tests": ["config/deployments/integration_test.toml", "loadtest/config/development.to...
feat: add hyperswitch ai chats table ## 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 --> - Store the user query ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/chat.rs` - `crates/api_models/src/events/chat.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/hyperswitch_ai_interaction.rs` ...
{"pr_number": 8831, "pr_title": "feat: add hyperswitch ai chats table", "merged_at": "2025-09-16T09:14:36Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src/chat.rs", "crates/api_models/src/events/chat...
feat(migration): perform card validation only for allowed payment methods ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description This PR updates the migration ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/payment_methods/src/core/migration/payment_methods.rs` **Code Patterns Applied:** - Extend existing types with new fields (1 changes) - Add conditional logic for feature flags or fil...
{"pr_number": 9131, "pr_title": "feat(migration): perform card validation only for allowed payment methods", "merged_at": "2025-09-03T13:04:56Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"core_business": ["crates/payment_methods...
ci(cypress): reduce cargo build jobs to 3 ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Describe your changes in detail --> This PR reduces bu...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `.github/workflows/cypress-tests-runner.yml` **Code Patterns Applied:** - Extend existing types with new fields (1 changes)
{"pr_number": 6453, "pr_title": "ci(cypress): reduce cargo build jobs to 3", "merged_at": "2024-10-28T15:05:23Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"tests": [".github/workflows/cypress-tests-runner.yml"]}, "change_types": {"fields_added": 1}, "has_identi...
fix(payout): send latest status in outgoing webhook notifications during IncomingWebhook flow ## 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 fi...
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` **Code Patterns Applied:** - Extend existing types with new fields (2 changes) **Detailed Identifier Changes:** Commit 2fe6cdd5: Files to mod...
{"pr_number": 9283, "pr_title": "fix(payout): send latest status in outgoing webhook notifications during IncomingWebhook flow", "merged_at": "2025-09-07T14:38:56Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "merchant", "order"]}, "hierarchy": {"core_business": ["crat...
chore(ci): update postman ci credentials ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [x] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Describe your changes in detail --> The S3 Source File Na...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Configuration Files** - `.github/workflows/postman-collection-runner.yml` **Code Patterns Applied:** - Extend existing types with new fields (1 changes)
{"pr_number": 7637, "pr_title": "chore(ci): update postman ci credentials", "merged_at": "2025-03-27T12:12:57Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["connector"]}, "hierarchy": {"config": [".github/workflows/postman-collection-runner.yml"]}, "change_types": {"fields_added":...
feat(analytics): modified authentication queries and added generate report for authentications ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Desc...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/analytics/auth_events.rs` - `crates/api_models/src/analytics/sdk_events.rs` **2. Database Layer (Queries & Schema)** - `crates/analytics/src/query.rs` *...
{"pr_number": 7483, "pr_title": "feat(analytics): modified authentication queries and added generate report for authentications", "merged_at": "2025-03-12T11:35:14Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"api_models": ["crates/a...
feat: Add amount, currency and email to paze session response ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/router_request_types.rs` **3. Core Business Logic** - `...
{"pr_number": 6412, "pr_title": "feat: Add amount, currency and email to paze session response", "merged_at": "2024-10-25T13:52:21Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "session", "token"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"], "dom...
feat(connector): [XENDIT] Added Integrity Check for Authorize, Capture, Refund & RSync flows ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description In this PR,...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/xendit.rs` - `crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs` - `crates/hyperswitch_connectors/src/utils.rs...
{"pr_number": 8049, "pr_title": "feat(connector): [XENDIT] Added Integrity Check for Authorize, Capture, Refund & RSync flows", "merged_at": "2025-05-23T09:53:17Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates...
feat(reveue_recovery): Add support for multiple retry algorithms in revenue recovery workflow ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description - This P...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Database Layer (Queries & Schema)** - `crates/diesel_models/src/business_profile.rs` **2. Core Business Logic** - `crates/router/src/core/admin.rs` - `crates/router/src/core/errors.rs` - `crates/router/src...
{"pr_number": 7915, "pr_title": "feat(reveue_recovery): Add support for multiple retry algorithms in revenue recovery workflow", "merged_at": "2025-05-20T13:04:35Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "connector"]}, "hierarchy": {"database": ["crates/diesel_models/...
feat(connector): [cybersource] add changes for field CybersourceConsumerAuthInformation ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [X] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Context - Cybers...
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/types.rs` **3. External Connector Integratio...
{"pr_number": 8768, "pr_title": "feat(connector): [cybersource] add changes for field CybersourceConsumerAuthInformation", "merged_at": "2025-07-31T09:51:22Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"domain": ["crates/hyperswi...
feat(ucs): transmit merchant order reference id to unified connector service ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payments.rs` - `crates/hyperswitch_domain_models/src/router_request_types.rs` **2. Core Business Logic** - `crates/router/src/cor...
{"pr_number": 9352, "pr_title": "feat(ucs): transmit merchant order reference id to unified connector service", "merged_at": "2025-09-18T08:51:58Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_...
fix(trustpay): add connector request reference ID generation for v2 ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/trustpay.rs` **Code Patterns Applied:** - Implement new functions (1 changes) - Extend existing types with new fields (2 changes) **...
{"pr_number": 8925, "pr_title": "fix(trustpay): add connector request reference ID generation for v2", "merged_at": "2025-09-10T08:51:15Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/s...
feat(connector): [PAYSTACK] EFT Payment Flows ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Paystack EFT flo...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/connector_configs/toml/development.toml` - `crates/connector_configs/toml/production.toml` - `crates/connector_configs/toml/sandbox.toml` - ... and 2 more files *...
{"pr_number": 7286, "pr_title": "feat(connector): [PAYSTACK] EFT Payment Flows", "merged_at": "2025-03-03T14:28:32Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/connector_configs/toml/development.toml", "cra...
fix(connector): Add Trustpay in Authentication Providers Config ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD Closes this [issue](https://github.com/juspay/hyperswitc...
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": 8622, "pr_title": "fix(connector): Add Trustpay in Authentication Providers Config", "merged_at": "2025-07-22T12:49:13Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "session", "card"]}, "hierarchy": {"tests": ["config/deployments/integration_test.toml"], "con...
Refactor(refunds_v2): Refactor api event metric for refunds v2 apis ## 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/events/refund.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/refund.rs` **3. Core Business Logic** - `crates/router/src/core/r...
{"pr_number": 8041, "pr_title": "Refactor(refunds_v2): Refactor api event metric for refunds v2 apis", "merged_at": "2025-05-27T07:22:39Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["refund"]}, "hierarchy": {"api_models": ["crates/api_models/src/events/refund.rs"], "database": ["...
fix(connector): revert noon-paypal ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Revert [7610](https://github.com/juspay/hyperswitch/pull/7610) ###...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/connector_configs/toml/production.toml` - `crates/hyperswitch_connectors/src/connectors/noon.rs` - `crates/hyperswitch_connectors/src/connectors/noon/transformers.rs`...
{"pr_number": 7864, "pr_title": "fix(connector): revert noon-paypal", "merged_at": "2025-04-22T11:39:01Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/connector_configs/toml/production.toml", "crates/hyperswi...
fix(connector): removed forked josekit dependency from payout connector Nomupay ## 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 chang...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/Cargo.toml` - `crates/hyperswitch_connectors/src/connectors/nomupay.rs` **2. Other** - `Cargo.lock` **Detailed Identifier Changes:** Commit...
{"pr_number": 8183, "pr_title": "fix(connector): removed forked josekit dependency from payout connector Nomupay", "merged_at": "2025-06-10T07:09:21Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "merchant", "user"]}, "hierarchy": {"connectors": ["crates/hyperswitch_con...
ci(cypress): fix braintree connector ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description Fix save card flow for braintree , earlier we were passing on_ses...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests/cypress/e2e/configs/Payment/Braintree.js` **Code Patterns Applied:** - Extend existing types with new fields (11 changes)
{"pr_number": 9435, "pr_title": "ci(cypress): fix braintree connector", "merged_at": "2025-09-18T11:59:06Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "session", "card"]}, "hierarchy": {"tests": ["cypress-tests/cypress/e2e/configs/Payment/Braintree.js"]}, "change_types": ...
chore: add stripe to network transaction id support ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description adding `stripe` in connector list for network transa...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Configuration Files** - `config/deployments/production.toml`
{"pr_number": 7096, "pr_title": "chore: add stripe to network transaction id support", "merged_at": "2025-01-28T20:16:00Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["connector", "transaction"]}, "hierarchy": {"config": ["config/deployments/production.toml"]}, "change_types": {},...
chore: address Rust 1.87.0 clippy lints ## Type of Change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> This PR addresses the clippy lints occurring due to new rust ve...
To implement this **connector_integration** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments/helpers.rs` **2. Utils** - `crates/kgraph_utils/src/error.rs` - `crates/kgraph_utils/src/transformers.rs` **3. Other** - `crates/external_s...
{"pr_number": 8130, "pr_title": "chore: address Rust 1.87.0 clippy lints", "merged_at": "2025-05-27T10:37:27Z", "intent": {"feature_type": "connector_integration", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"core_business": ["crates/router/src/core/payments/helpers.rs"], "utils": ["crates/kgraph_util...
refactor(configs): prod base url updated for connectors ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Update...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/chargebee.rs` **2. Configuration Files** - `config/deployments/production.toml` **Detailed Identifier Changes:** Commit 0250f16...
{"pr_number": 7582, "pr_title": "refactor(configs): prod base url updated for connectors", "merged_at": "2025-04-30T10:46:14Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "connector"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connecto...
feat(connector): [katapult]add template code for katapult ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> add ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/connector_endpoints.rs` **2. External Connector Integration** - `crates/connector_configs/src/connector.rs` - `crates/connector_c...
{"pr_number": 8783, "pr_title": "feat(connector): [katapult]add template code for katapult", "merged_at": "2025-07-31T11:50:55Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/connector_endpoints.rs"], "connectors": [...
feat(core): Add Merchant Tax ID in Merchant Profile ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> ### Chang...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/admin.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/merchant_account.rs` - `crates/hyperswitch_domain_models/sr...
{"pr_number": 8992, "pr_title": "feat(core): Add Merchant Tax ID in Merchant Profile ", "merged_at": "2025-09-01T11:02:55Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src/admin.rs"], "domain": ["crat...
feat(cypress): [worldpayvantiv] add cypress test ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Describe your changes in detail --> Worldpayvanti...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. Tests** - `cypress-tests/cypress/e2e/configs/Payment/Utils.js` - `cypress-tests/cypress/e2e/configs/Payment/Worldpayvantiv.js` **Code Patterns Applied:** - Extend existing types with new fields (367 changes)
{"pr_number": 8234, "pr_title": "feat(cypress): [worldpayvantiv] add cypress test", "merged_at": "2025-07-07T12:53:33Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["payment", "user", "connector"]}, "hierarchy": {"tests": ["cypress-tests/cypress/e2e/configs/Payment/Utils.js", "cypress-te...
feat(core): Add cardbrand union fetch logic for click to pay session response ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Enhancement ## Description <!-- Describe your changes in detail --> Add cardbrand union fetch logic for click to pay session response Previously 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. Database Layer (Queries & Schema)** - `crates/diesel_models/src/query/merchant_connector_account.rs` **3. Core Business Logic** - `crates/ro...
{"pr_number": 7858, "pr_title": "feat(core): Add cardbrand union fetch logic for click to pay session response", "merged_at": "2025-04-28T12:21:01Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments....
feat(core): add psync support for recovery external payments ## 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 --> G...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payments.rs` **2. Core Business Logic** - `crates/router/src/core/payments.rs` - `crates/router/src/core/payments/operations/paym...
{"pr_number": 7855, "pr_title": "feat(core): add psync support for recovery external payments", "merged_at": "2025-05-12T14:30:04Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/payme...
feat(connector): [Adyen] Fetch email from customer email for payment request ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [X] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Fetch email from customer e...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/router/src/connector/adyen/transformers.rs` **Code Patterns Applied:** - Implement new functions (1 changes) - Extend existing types with new fields (2 changes) **Detaile...
{"pr_number": 6676, "pr_title": "feat(connector): [Adyen] Fetch email from customer email for payment request", "merged_at": "2024-11-29T10:28:36Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment"]}, "hierarchy": {"connectors": ["crates/router/src/connector/adyen/...
feat(core): accept merchant_connector_details in Payments and Psync flow ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description - Accept merchant_connector_cre...
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/customer.rs` - `crates/hyperswitch_domain_models/src/mer...
{"pr_number": 8199, "pr_title": "feat(core): accept merchant_connector_details in Payments and Psync flow", "merged_at": "2025-06-17T15:54:49Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/paym...
fix(utils): add to_state_code to router crate ## 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 --> klarna in router...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/router/src/connector/utils.rs` **Code Patterns Applied:** - Implement new functions (4 changes) - Add conditional logic for feature flags or filtering (1 changes) **Detai...
{"pr_number": 7293, "pr_title": "fix(utils): add to_state_code to router crate", "merged_at": "2025-02-17T18:21:13Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"connectors": ["crates/router/src/connector/utils.rs"]}, "change_types": {"functions_added": 4, "condi...
fix(connector): [STRIPE] Throwing Missing Required Field Error if connector_customer is not present ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description If t...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs` **2. Other** - `api-reference-v2/openapi_spec.json` **Code Patterns Applied:** - Extend existing types wi...
{"pr_number": 8309, "pr_title": "fix(connector): [STRIPE] Throwing Missing Required Field Error if connector_customer is not present", "merged_at": "2025-06-10T15:09:01Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": [...
fix(router): Make v2 endpoints follow standard naming conventions ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail -...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/hyperswitch_vault.rs` **2. Tests** - `cypress-tests-v2/cypress/support/commands.js` **3. Other** - `api-reference/v2/openapi_s...
{"pr_number": 8630, "pr_title": "fix(router): Make v2 endpoints follow standard naming conventions", "merged_at": "2025-07-21T15:41:20Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src...
fix(connector): [Cybersource] fix the required fields for wallet mandate payments ## 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/router/src/configs/defaults/payment_connector_required_fields.rs` **Code Patterns Applied:** - Extend existing types with new fields (8 changes) **Detailed Identifier Cha...
{"pr_number": 6911, "pr_title": "fix(connector): [Cybersource] fix the required fields for wallet mandate payments", "merged_at": "2024-12-23T09:38:59Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/router/src...
fix(dummyconnector): add tenant id in dummyconnector requests ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix ## Description <!-- Describe your changes in detail --> Add tenant id in dummy connector requests ## Motivation and Context <!-- Why is this change required? What problem...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/router_data.rs` - `crates/hyperswitch_domain_models/src/router_data_v2.rs` **2. Core Business Logic** - `crates/router/src/core/authent...
{"pr_number": 7008, "pr_title": "fix(dummyconnector): add tenant id in dummyconnector requests", "merged_at": "2025-01-09T09:39:26Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/router_dat...
fix(update_metadata): Update Metadata for any connectors other than stripe gives 500 error ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description HOTFIX PR ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/payments/flows/update_metadata_flow.rs` - `crates/router/src/core/payments/transformers.rs` **Code Patterns Applied:** - Implement new functions (1 changes) - Exte...
{"pr_number": 7986, "pr_title": "fix(update_metadata): Update Metadata for any connectors other than stripe gives 500 error", "merged_at": "2025-05-08T11:04:03Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "order", "connector"]}, "hierarchy": {"core_business": ["crates/...
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 This PR enables country Malaysi...
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": 7182, "pr_title": "chore(connectors): [fiuu] update pm_filters for apple pay and google pay", "merged_at": "2025-02-06T15:20:10Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "transaction"]}, "hierarchy": {"tests": ["config/deployments/integration_test.toml"],...
feat(router): Add v2 endpoint to list payment attempts by intent_id ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/events/payment.rs` - `crates/api_models/src/payments.rs` **2. Domain Models (Business Logic Types)** - `crates/hyperswitch_domain_models/src/payments.rs`...
{"pr_number": 8368, "pr_title": "feat(router): Add v2 endpoint to list payment attempts by intent_id", "merged_at": "2025-06-20T06:58:02Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "order"]}, "hierarchy": {"api_models": ["crates/api_models/src/events/payme...
docs: update the setup docs ## 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 --> Updated the readme and local setup...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `README.md` - `docs/try_local_system.md`
{"pr_number": 7839, "pr_title": "docs: update the setup docs", "merged_at": "2025-04-24T07:56:02Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"other": ["README.md", "docs/try_local_system.md"]}, "change_types": {}, "has_identifier_data": false, "commits_matched"...
fix(postman): [ARCHIPEL] Remove Trailing Whitespace ## 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 --> There was ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `postman/collection-dir/archipel/Flow Testcases/Happy Cases/Scenario10-Create 3DS payment without external 3ds authentication /Payments - Confirm/event.test.js` - `postman/collection-dir/archipel/Flow T...
{"pr_number": 9578, "pr_title": "fix(postman): [ARCHIPEL] Remove Trailing Whitespace", "merged_at": "2025-10-07T17:32:55Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user"]}, "hierarchy": {"tests": ["postman/collection-dir/archipel/Flow Testcases/Happy Cases/Scenario1...
fix(router): make `x_merchant_domain` as required value only for session call done on web ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Core Business Logic** - `crates/router/src/core/payments/flows/session_flow.rs` **3. Other** - `api-reference-v2/openapi_spec.json` ...
{"pr_number": 6362, "pr_title": "fix(router): make `x_merchant_domain` as required value only for session call done on web", "merged_at": "2024-10-19T14:22:39Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/ap...
Feat(Customer): Added search Feature to the Customer Page ## 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 --> Th...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/customers.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/query/customers.rs` **3. Domain Models (Business Logic Types)** - `cr...
{"pr_number": 9619, "pr_title": "Feat(Customer): Added search Feature to the Customer Page", "merged_at": "2025-10-03T10:06:30Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src/customers.rs"], "databa...
refactor(user_roles): implement parent group info based role APIs ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description #### **POST** `/user/role/v2` - Cre...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/events/user_role.rs` - `crates/api_models/src/user_role/role.rs` **2. Core Business Logic** - `crates/router/src/core/user_role.rs` - `crates/router/s...
{"pr_number": 8896, "pr_title": "refactor(user_roles): implement parent group info based role APIs", "merged_at": "2025-08-22T14:03:34Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/events/user...
fix(connector): Revert [AUTHORIZEDOTNET] customer id population fixed in authorize flow ORIGINAL PR:https://github.com/juspay/hyperswitch/pull/9253 Reverts https://github.com/juspay/hyperswitch/pull/9079
To implement this **unknown** 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": 9276, "pr_title": "fix(connector): Revert [AUTHORIZEDOTNET] customer id population fixed in authorize flow", "merged_at": "2025-09-04T11:07:11Z", "intent": {"feature_type": "unknown", "action": "unknown", "entities": []}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/src/connectors/authorize...
build(deps): bump tonic version from 0.12 to 0.13 ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description bumping tonic version from 0.12 to 0.13 ### Add...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Configuration Files** - `crates/external_services/Cargo.toml` **2. Other** - `Cargo.lock` - `crates/external_services/build.rs` - `crates/external_services/src/grpc_client.rs` **Code Patterns Applied:** ...
{"pr_number": 8461, "pr_title": "build(deps): bump tonic version from 0.12 to 0.13", "merged_at": "2025-06-26T06:26:30Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"config": ["crates/external_services/Cargo.toml"], "other": ["Cargo.lock", "crates/external_...
feat(payment_v2): implement payments sync ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] New feature ## Description <!-- Describe your changes in detail --> Implement payments sync for v2. Using this endpoint the status of the payment can be retrieved and also synced with the connector. ...
To implement this **payment** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/events/payment.rs` - `crates/api_models/src/payments.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/kv.rs` - `crates/diesel_models...
{"pr_number": 6464, "pr_title": "feat(payment_v2): implement payments sync ", "merged_at": "2024-11-11T14:06:06Z", "intent": {"feature_type": "payment", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/events/payment.rs", "crates/api_models/s...
refactor(refunds_v2): Add feature flags and db methods to non kv config ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in de...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `crates/router/src/db/refund.rs` **Code Patterns Applied:** - Implement new functions (4 changes) - Extend existing types with new fields (13 changes) **Detailed Identifier Changes:** Commit e6482fbe: ...
{"pr_number": 7987, "pr_title": "refactor(refunds_v2): Add feature flags and db methods to non kv config", "merged_at": "2025-06-03T08:51:28Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"other": ["crates/router/src/db/refund.rs"]}, "...
fix(connector): [AUTHORIZEDOTNET] customer id population fixed in authorize flow ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your chan...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs` **Code Patterns Applied:** - Extend existing types with new fields (12 changes) - Add conditional lo...
{"pr_number": 9079, "pr_title": "fix(connector): [AUTHORIZEDOTNET] customer id population fixed in authorize flow", "merged_at": "2025-08-29T10:41:40Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch...
fix(openapi): update create_platform endpoint in api-reference docs ## 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. Other** - `api-reference/v1/openapi_spec_v1.json` - `api-reference/v1/platform/platform--create.mdx` - `crates/openapi/src/routes/platform.rs` **Detailed Identifier Changes:** Commit 8dc4061f: Files to modi...
{"pr_number": 8782, "pr_title": "fix(openapi): update create_platform endpoint in api-reference docs", "merged_at": "2025-07-30T06:57:15Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"other": ["api-reference/v1/openapi_spec_v1.json", "api-reference/v1/platf...
feat(core): Hyperswitch <|> UCS integration v2 ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ### Fixes #8440 ## Description <!-- Describe yo...
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/merchant_connector_account.rs` **2. Core Business Logic** - `crates/router/src/core/payments.rs` - `crates/router/src/core/paymen...
{"pr_number": 8439, "pr_title": "feat(core): Hyperswitch <|> UCS integration v2", "merged_at": "2025-07-11T14:44:46Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"domain": ["crates/hyperswitch_domain_models/src/merchant_connector_...
feat(external_services): Fixed Url for Unified Connector Service gRPC Client ## 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 ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/external_services/src/grpc_client/unified_connector_service.rs` **2. Configuration Files** - `config/config.example.toml` - `config/deployments/env_specific.toml` ...
{"pr_number": 8587, "pr_title": "feat(external_services): Fixed Url for Unified Connector Service gRPC Client", "merged_at": "2025-08-05T08:54:50Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/external_servic...
feat(dynamic_routing): Decision engine config API 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 --> ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/open_router.rs` - `crates/api_models/src/routing.rs` **2. Core Business Logic** - `crates/router/src/core/admin.rs` - `crates/router/src/core/payments...
{"pr_number": 8044, "pr_title": "feat(dynamic_routing): Decision engine config API integration ", "merged_at": "2025-05-22T18:43:29Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/open_router.rs...
feat(dynamic_routing): analytics improvement using separate postgres table ## 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/routing.rs` **2. Database Layer (Queries & Schema)** - `crates/diesel_models/src/dynamic_routing_stats.rs` - `crates/diesel_models/src/enums.rs` - `cr...
{"pr_number": 6723, "pr_title": "feat(dynamic_routing): analytics improvement using separate postgres table", "merged_at": "2024-12-07T09:31:44Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "merchant", "user"]}, "hierarchy": {"api_models": ["crates/api_models/src/routin...
fix(l2l3): enable l2l3 for integ ## 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 --> Enable L2l3 config for integ ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Tests** - `config/deployments/integration_test.toml`
{"pr_number": 9538, "pr_title": "fix(l2l3): enable l2l3 for integ", "merged_at": "2025-09-25T17:55:49Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"tests": ["config/deployments/integration_test.toml"]}, "change_types": {}, "has_identifier_data": false, "commits_...
feat(connector): [GETNET,HIPAY,KLARNA,MONERIS,OPENNODE] add in feature matrix api ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD Closes this [issue](https://github.com...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/hyperswitch_connectors/src/connectors/getnet.rs` - `crates/hyperswitch_connectors/src/connectors/hipay.rs` - `crates/hyperswitch_connectors/src/connectors/klarna.rs` ...
{"pr_number": 7873, "pr_title": "feat(connector): [GETNET,HIPAY,KLARNA,MONERIS,OPENNODE] add in feature matrix api", "merged_at": "2025-04-25T09:54:28Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "refund"]}, "hierarchy": {"connectors": ["crates/hyperswitch_...
fix(refunds): remove to schema from refund aggregate response and exclude it from open api documentation ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/refunds.rs` **2. Other** - `api-reference-v2/openapi_spec.json` - `api-reference/openapi_spec.json` - `crates/openapi/src/openapi.rs` - ... and 1 m...
{"pr_number": 6405, "pr_title": "fix(refunds): remove to schema from refund aggregate response and exclude it from open api documentation", "merged_at": "2024-11-05T09:26:13Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user", "refund"]}, "hierarchy": {"api_models": ["crates/api_...
refactor(core): populate shipping_cost in payment response ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Populate `shipping_cost` in payment response ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/payments.rs` **2. Core Business Logic** - `crates/router/src/core/payments/transformers.rs` **3. Tests** - `crates/router/tests/payments.rs` - `crate...
{"pr_number": 6351, "pr_title": "refactor(core): populate shipping_cost in payment response", "merged_at": "2024-10-18T13:44:03Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates/api_models/src/payments.rs"], "co...
refactor(revenue_recovery): Add configs for calculate job ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Add configs for c...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Core Business Logic** - `crates/router/src/core/revenue_recovery.rs` - `crates/router/src/core/revenue_recovery/types.rs` **2. Type Definitions** - `crates/router/src/types/storage/revenue_recovery.rs` **3. ...
{"pr_number": 9106, "pr_title": "refactor(revenue_recovery): Add configs for calculate job", "merged_at": "2025-08-29T15:31:36Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": []}, "hierarchy": {"core_business": ["crates/router/src/core/revenue_recovery.rs", "crates/router/src/core/re...
refactor(routing): add support to accept the `saving_percentage` in decision engine response <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/open_router.rs` **2. Core Business Logic** - `crates/router/src/core/debit_routing.rs` **Code Patterns Applied:** - Define new data structures (1 changes) ...
{"pr_number": 8388, "pr_title": "refactor(routing): add support to accept the `saving_percentage` in decision engine response", "merged_at": "2025-06-20T13:28:33Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"api_models": ["crates...
fix(core): Add payment_link_data in PaymentData for Psync ## Type of Change <!-- Put an `x` in the boxes that apply --> - [X] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description `payment_link` currently comes as null in psyn...
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": 7137, "pr_title": "fix(core): Add payment_link_data in PaymentData for Psync", "merged_at": "2025-02-05T15:08:58Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["payment", "user", "connector"]}, "hierarchy": {"core_business": ["crates/router/src/core/payments.rs", "cra...
fix(docs): incorrect description for refund api ## Type of Change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [x] Documentation - [ ] CI/CD ## Description The current description for refund - list is incorrect. Newer one looks more apt. ### Additional...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. Other** - `api-reference/openapi_spec.json` - `crates/openapi/src/routes/refunds.rs` **Detailed Identifier Changes:** Commit 8954e8a2: Files to modify: **crates/openapi/src/routes/refunds.rs** Modify exist...
{"pr_number": 6443, "pr_title": "fix(docs): incorrect description for refund api", "merged_at": "2024-12-10T11:02:10Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["refund"]}, "hierarchy": {"other": ["api-reference/openapi_spec.json", "crates/openapi/src/routes/refunds.rs"]}, "chan...
feat(dummy_connector): allow a dummy connector to succeed a failed card …rd payment ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe you...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/router/src/routes/dummy_connector/utils.rs` **Code Patterns Applied:** - Extend existing types with new fields (2 changes) - Add conditional logic for feature flags or fil...
{"pr_number": 8469, "pr_title": "feat(dummy_connector): allow a dummy connector to succeed a failed card", "merged_at": "2025-07-01T12:31:18Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/router/src/routes/du...
feat(connector): [Barclaycard] Add Google Pay Payment Method ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD Closes this [issue](https://github.com/juspay/hyperswitch/i...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. External Connector Integration** - `crates/connector_configs/toml/development.toml` - `crates/connector_configs/toml/production.toml` - `crates/connector_configs/toml/sandbox.toml` - ... and 3 more files *...
{"pr_number": 8786, "pr_title": "feat(connector): [Barclaycard] Add Google Pay Payment Method", "merged_at": "2025-08-06T07:35:30Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/connector_configs/toml/developm...
fix(connectors): [Nuvei] payments, refunds and chargeback webhooks ## 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` - `crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs` **Code Patterns Applied:** - Define new data stru...
{"pr_number": 9378, "pr_title": "fix(connectors): [Nuvei] payments, refunds and chargeback webhooks", "merged_at": "2025-09-19T12:17:17Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["customer", "payment", "merchant"]}, "hierarchy": {"connectors": ["crates/hyperswitch_connectors/sr...
feat: include response body for create_user_authentication_method #9643 ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Currently the API Call to the ...
To implement this **search_filter** feature, you'll need to modify these architectural layers: **1. API Request/Response Models** - `crates/api_models/src/events/user.rs` - `crates/api_models/src/user.rs` **2. Core Business Logic** - `crates/router/src/core/user.rs` **Code Patterns Applied:** - Define new ...
{"pr_number": 9653, "pr_title": "feat: include response body for create_user_authentication_method", "merged_at": "2025-10-15T16:19:48Z", "intent": {"feature_type": "search_filter", "action": "add_feature", "entities": ["user"]}, "hierarchy": {"api_models": ["crates/api_models/src/events/user.rs", "crates/api_models/sr...