prompt
stringlengths
24
6.44k
response
stringlengths
728
14.4k
metadata
stringlengths
148
152
refactor(permissions): Deprecate permissions from permission info API response The permissions in the permission info API are not being used and should be removed.
<think> PR Context: - Title: refactor(permissions): Remove permissions field from permission info API response - Merged: 2024-10-22T10:15:42Z - Files changed: 4 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] E...
{"issue_number": 6375, "pr_number": 6376, "commits_count": 1, "files_changed": 4, "response_length": 1448, "file_count": 6, "needs_breakdown": false}
[FIX] Re-revert changes done in `pr#7866` by `pr#7882` ### Context [PR#7882](https://github.com/juspay/hyperswitch/pull/7882) accidentally reverted changes made in [PR#7882](https://github.com/juspay/hyperswitch/pull/7866), which was a merchant critical PR. ### Proposed Fix Re revert the changes.
<think> PR Context: - Title: fix(payment_methods): Re-revert changes done in `pr#7866` by `pr#7882` - Merged: 2025-05-05T12:58:42Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement ...
{"issue_number": 7952, "pr_number": 7954, "commits_count": 1, "files_changed": 1, "response_length": 975, "file_count": 3, "needs_breakdown": false}
[BUG] Logging sensitive information on deserialization failure ### Bug Description In `common_utils/src/ext_traits.rs` we are logging serde_json Values in plaintext when deserialization fails. This is a problem in cases where the JSON objects contain sensitive data. ### Expected Behavior Sensitive data is not logge...
<think> PR Context: - Title: fix(common_utils): Prevent logging sensitive information on deserialization failure - Merged: 2025-09-24T13:24:48Z - Files changed: 1 files - Commits: 6 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ]...
{"issue_number": 8969, "pr_number": 8970, "commits_count": 1, "files_changed": 1, "response_length": 991, "file_count": 3, "needs_breakdown": false}
[CHORE] FIX TYPOS IN THE REPO Its been months since the typos in the repo being unaddressed. This has resulted in negligence leading to even more typos being introduced.
<think> PR Context: - Title: chore: fix typos in the repo - Merged: 2025-05-23T07:52:09Z - Files changed: 29 files - Commits: 9 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency upda...
{"issue_number": 8064, "pr_number": 8063, "commits_count": 1, "files_changed": 29, "response_length": 2124, "file_count": 17, "needs_breakdown": true}
One click docker setup A script is needed to ensure one click docker setup, to minimise issues faced by users. > Run the whole setup with simple command > Show output with localhost links for different setups
<think> PR Context: - Title: feat(deploy): Add one-click Docker setup script - Merged: 2025-05-02T12:35:09Z - Files changed: 4 files - Commits: 15 commits Implementation approach: Implements a comprehensive bash script that simplifies the Hyperswitch Docker setup process with the following features: - Prerequisites c...
{"issue_number": 7761, "pr_number": 7804, "commits_count": 0, "files_changed": 4, "response_length": 778, "file_count": 0, "needs_breakdown": false}
[REFACTOR] Worldpay payments integration ### Feature Description WorldPay payments integration currently makes use of modular APIs which gives more control over the integration. This approach is not best compatible with HyperSwitch due to WP's 3DS flows - which requires sending PAN (card numbers) in multiple places. ...
<think> PR Context: - Title: refactor(connector): [WorldPay] propagate refusal codes as error code and messages - Merged: 2024-10-22T13:03:52Z - Files changed: 3 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] ...
{"issue_number": 6316, "pr_number": 6392, "commits_count": 1, "files_changed": 3, "response_length": 1373, "file_count": 5, "needs_breakdown": false}
refactor(tenant): use tenant id type Refactor: Use tenant_id type instead of string for better type safety
<think> PR Context: - Title: refactor(tenant): use tenant id type - Merged: 2024-11-26T09:12:05Z - Files changed: 30 files - Commits: 6 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Depende...
{"issue_number": 6642, "pr_number": 6643, "commits_count": 1, "files_changed": 30, "response_length": 3142, "file_count": 34, "needs_breakdown": true}
[BUG] fix(payments): add connector error details in response when payment void fails ### Bug Description When a payment void fails at the connector level, the error was not being propagated back in the API response. This change ensures connector error details are included in the response, so clients can handle failur...
<think> PR Context: - Title: fix(payments): update error handling for payment void v2 - Merged: 2025-10-07T08:22:58Z - Files changed: 6 files - Commits: 17 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refact...
{"issue_number": 9616, "pr_number": 9595, "commits_count": 1, "files_changed": 6, "response_length": 1309, "file_count": 7, "needs_breakdown": false}
feat(analytics): add `sessionized_metrics` for disputes (backwards compatibility) ## Current Behaviour - There is no `sessionized_metrics` module for disputes like there is for `payments` and `payment_intents` ## Proposed Changes - create `sessionized_metrics` module for disputes
<think> PR Context: - Title: feat(analytics): add `sessionized_metrics` for disputes analytics - Merged: 2024-11-26T13:58:33Z - Files changed: 13 files - Commits: 6 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [...
{"issue_number": 6572, "pr_number": 6573, "commits_count": 1, "files_changed": 13, "response_length": 2614, "file_count": 15, "needs_breakdown": false}
feat(router): Add `eligible_connector` to PML response (v2) We need to return `eligible_connector` in PML response, required by SDK
<think> PR Context: - Title: feat(router): Return eligible_connector in PML for payment (v2) - Merged: None - Files changed: 3 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [...
{"issue_number": 8375, "pr_number": 8376, "commits_count": 0, "files_changed": 3, "response_length": 777, "file_count": 0, "needs_breakdown": false}
feat(connector): add template code for stripebilling add a template code for stripe billing connector
<think> PR Context: - Title: feat(connector): add template code for stripebilling - Merged: None - Files changed: 30 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Depende...
{"issue_number": 7212, "pr_number": 7214, "commits_count": 0, "files_changed": 30, "response_length": 767, "file_count": 0, "needs_breakdown": false}
[FEATURE]: Enable client_secret auth for payments - Get Intent [v2] Required for SDK
<think> PR Context: - Title: feat(router): Enable client_secret auth for payments_get_intent [v2] - Merged: 2025-05-27T10:56:27Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement -...
{"issue_number": 8118, "pr_number": 8119, "commits_count": 1, "files_changed": 1, "response_length": 960, "file_count": 3, "needs_breakdown": false}
[FEATURE] Cypress test for UCS through Hyperswitch ### Feature Description there should be a cypress test supported for ucs through hyperswitch ### Possible Implementation make code changes in cypress folder and call ucs related api's ### Have you spent some time checking if this feature request has been raised be...
<think> PR Context: - Title: feat(cypress): Cypress test for ucs - Merged: 2025-09-02T15:36:00Z - Files changed: 5 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependen...
{"issue_number": 8968, "pr_number": 8967, "commits_count": 0, "files_changed": 5, "response_length": 766, "file_count": 0, "needs_breakdown": false}
[REFACTOR] facilitapay destination bank account number should be merchant facing destination bank account number should be added by merchant, not customer. this is a design flaw that needs to be fixed.
<think> PR Context: - Title: refactor(connector): [facilitapay] move destination bank account number to connector metadata - Merged: 2025-07-25T12:44:09Z - Files changed: 11 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New fea...
{"issue_number": 8703, "pr_number": 8704, "commits_count": 1, "files_changed": 11, "response_length": 2205, "file_count": 7, "needs_breakdown": false}
Update broken readme icon Updating broken readme icon along with reposition of the hero image
<think> PR Context: - Title: docs(README): Updated the icon and repositioned the hero image - Merged: 2024-11-03T14:12:33Z - Files changed: 1 files - Commits: 2 commits Implementation approach: TOC icon and reposition of the hero image in readme ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ...
{"issue_number": 6449, "pr_number": 6445, "commits_count": 0, "files_changed": 1, "response_length": 792, "file_count": 0, "needs_breakdown": false}
[REFACTOR] Worldpay payments integration ### Feature Description WorldPay payments integration currently makes use of modular APIs which gives more control over the integration. This approach is not best compatible with HyperSwitch due to WP's 3DS flows - which requires sending PAN (card numbers) in multiple places. ...
<think> PR Context: - Title: fix(connector): [Worldpay] use 4 digit expiry year - Merged: 2024-11-19T15:34:37Z - Files changed: 3 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring ...
{"issue_number": 6316, "pr_number": 6543, "commits_count": 1, "files_changed": 3, "response_length": 1068, "file_count": 4, "needs_breakdown": false}
feat(router): Include `payment_experience` in PML for payments response (v2) Required by SDK
<think> PR Context: - Title: feat(router): Return payment_experience in PML for payment (v2) - Merged: 2025-06-05T16:40:31Z - Files changed: 3 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] ...
{"issue_number": 8254, "pr_number": 8255, "commits_count": 1, "files_changed": 3, "response_length": 1026, "file_count": 4, "needs_breakdown": false}
Add audit events for PaymentCreate update Created from https://github.com/juspay/hyperswitch/issues/4525 This covers adding events for PaymentCreate operation This event should include the payment data similar to https://github.com/juspay/hyperswitch/pull/4166 It should also include any metadata for the event...
<think> PR Context: - Title: feat(payments): Add audit events for PaymentCreate update - Merged: 2024-11-07T13:39:25Z - Files changed: 2 files - Commits: 4 commits Implementation approach: ## Type of Change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Docume...
{"issue_number": 4672, "pr_number": 6427, "commits_count": 1, "files_changed": 2, "response_length": 1031, "file_count": 4, "needs_breakdown": false}
fix(payments_list): handle same payment/attempt IDs for different merchants The query planner was applying the merchant_id filter before the join operation, which caused incorrect results when different merchants had the same payment_id or attempt_id. This prematurely filtered out valid rows from the payment_attempt t...
<think> PR Context: - Title: fix(payments_list): handle same payment/attempt ids for different merchants - Merged: 2024-12-24T13:29:37Z - Files changed: 1 files - Commits: 4 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhance...
{"issue_number": 6916, "pr_number": 6917, "commits_count": 1, "files_changed": 1, "response_length": 988, "file_count": 4, "needs_breakdown": false}
One click docker setup A script is needed to ensure one click docker setup, to minimise issues faced by users. > Run the whole setup with simple command > Show output with localhost links for different setups
<think> PR Context: - Title: docs: update the setup docs - Merged: 2025-04-24T07:56:02Z - Files changed: 2 files - Commits: 5 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency update...
{"issue_number": 7761, "pr_number": 7839, "commits_count": 0, "files_changed": 2, "response_length": 757, "file_count": 0, "needs_breakdown": false}
[BUG] mandate details are not persisted for Adyen connector ### Bug Description This is specific to Adyen's connector integration. In case mandate details were not present in the response of payment sync with Adyen, these details are sent through webhooks. However, these details are not being persisted in DB leadi...
<think> PR Context: - Title: fix(connector): adyen - propagate connector mandate details in incoming webhooks - Merged: 2024-12-02T18:30:38Z - Files changed: 2 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] En...
{"issue_number": 6719, "pr_number": 6720, "commits_count": 1, "files_changed": 2, "response_length": 1091, "file_count": 4, "needs_breakdown": false}
[FEATURE]: Add `Payment Method - Delete` endpoint to payment methods session for V2 Required for Payment Methods Service
<think> PR Context: - Title: feat(router): Add payment_methods_session_delete_payment_method endpoint [V2] - Merged: 2025-03-27T12:05:05Z - Files changed: 11 files - Commits: 12 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] E...
{"issue_number": 7407, "pr_number": 7409, "commits_count": 1, "files_changed": 11, "response_length": 1678, "file_count": 10, "needs_breakdown": false}
feat(users): Send welcome to community email in magic link signup Send [this](https://www.figma.com/design/lhmTvW2vuc2p5B4ZvsEOTw/Email-Tempalte-Design?node-id=0-1&t=OKWmXqVOsidKUk7y-1) email when user signs up with magic link.
<think> PR Context: - Title: feat(users): Send welcome to community email in magic link signup - Merged: 2024-11-26T09:10:41Z - Files changed: 4 files - Commits: 4 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ...
{"issue_number": 6638, "pr_number": 6639, "commits_count": 1, "files_changed": 4, "response_length": 1222, "file_count": 5, "needs_breakdown": false}
Add checks around Cypress mandates payments Just verifying the payment method status isn't enough. We also need to verify the existence of connector mandate id. this can be done by updating the `mitusingpmid` command.
<think> PR Context: - Title: ci(cypress): verify mandate id to be `null` if payment id not `succeeded` - Merged: 2025-04-16T10:47:24Z - Files changed: 2 files - Commits: 8 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhanceme...
{"issue_number": 7748, "pr_number": 7749, "commits_count": 0, "files_changed": 2, "response_length": 803, "file_count": 0, "needs_breakdown": false}
[BUG] FEATURE_MATRIX shows JPMorgan does not support Refunds I added support for refunds 3 weeks ago in #8436. Feature matrix needs to be updated.
<think> PR Context: - Title: fix(feature_matrix): refunds are supported by jpmorgan - Merged: 2025-07-24T13:32:53Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactori...
{"issue_number": 8698, "pr_number": 8699, "commits_count": 1, "files_changed": 1, "response_length": 952, "file_count": 3, "needs_breakdown": false}
Gift Card Balance check API for split payments We need to add an API to check balance for gift card. This API will be called by the SDK and based on the gift card balance and transaction amount, we will collect either only gift card details or gift card details + another payment method
<think> PR Context: - Title: feat(router): Add gift card balance check endpoint (v2) - Merged: 2025-09-17T07:50:47Z - Files changed: 29 files - Commits: 25 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refact...
{"issue_number": 9101, "pr_number": 9102, "commits_count": 1, "files_changed": 29, "response_length": 5096, "file_count": 28, "needs_breakdown": true}
[FEATURE] : [TRUSTPAY] Add Integrity Check Support for Authorize, PSync, Refund and RSync Flows ### Feature Description/Summary Integrity check is a scenario where there is a discrepancy between the amount sent in the request and the amount received from the connector, which is checked during response handling. ### ...
<think> PR Context: - Title: feat(connector): [TRUSTPAY] Add Integrity Check Support for Authorize, PSync, Refund and RSync Flows - Merged: None - Files changed: 1 files - Commits: 1 commits Implementation approach: # PR: Add Integrity Check Support for Trustpay (Authorize, PSync, Refund, RSync) ## Type of Change ...
{"issue_number": 9228, "pr_number": 9301, "commits_count": 0, "files_changed": 1, "response_length": 814, "file_count": 0, "needs_breakdown": false}
Add support to call decision engine Dynamic Routing from hyperswitch after API key authentication
<think> PR Context: - Title: feat(routing): Add API key auth for decision engine endpoints - Merged: 2025-07-21T13:38:52Z - Files changed: 8 files - Commits: 10 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] R...
{"issue_number": 8613, "pr_number": 8640, "commits_count": 1, "files_changed": 8, "response_length": 2201, "file_count": 10, "needs_breakdown": false}
[CHORE] Bump Cypress to v14 bump cypress version to `v14` from `v13.17.0`. there's a ton of under the hood changes and improvements. check: [docs.cypress.io/app/references/changelog](https://docs.cypress.io/app/references/changelog) cypress v14 has significant impact on the way we do the redirection flow. check pr d...
<think> PR Context: - Title: chore: bump cypress to `v14.0.0` - Merged: 2025-02-03T13:52:14Z - Files changed: 10 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [x] Dependency...
{"issue_number": 7103, "pr_number": 7102, "commits_count": 0, "files_changed": 10, "response_length": 764, "file_count": 0, "needs_breakdown": false}
[FEATURE] feat(router): verify service for applepay merchant registration v2 ### Feature Description verify service for applepay merchant registration in v2 ### Possible Implementation Add POST /v2/verify/apple-pay/{merchant_id} endpoint for verify domains with Apple ### Have you spent some time checking if this f...
<think> PR Context: - Title: feat(router): verify service for applepay merchant registration v2 - Merged: 2025-08-22T13:36:37Z - Files changed: 5 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [X] New feature - [ ] Enhancement - [...
{"issue_number": 8998, "pr_number": 8999, "commits_count": 1, "files_changed": 5, "response_length": 1286, "file_count": 7, "needs_breakdown": false}
[BUG]: [TSYS] Payments Failing Across All Flows ### Feature Description/Summary TSYS (Total System Services) is a global payment processing platform that provides payment gateway services for merchants, payment facilitators, and acquirers. It enables businesses to accept credit and debit card payments securely across...
<think> PR Context: - Title: fix(connectors): [TSYS] change order of order_number in tsys auth request body - Merged: 2025-10-08T15:39:41Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enha...
{"issue_number": 9375, "pr_number": 9579, "commits_count": 1, "files_changed": 1, "response_length": 1009, "file_count": 3, "needs_breakdown": false}
[FEATURE] : [PAYTM] Add Integrity Check Support for Authorize, PSync, Refund and RSync Flows ### Feature Description/Summary Integrity check is a scenario where there is a discrepancy between the amount sent in the request and the amount received from the connector, which is checked during response handling. ### Con...
<think> PR Context: - Title: feat(connector): [PAYTM] Add Integrity Check Support for Authorize, PSync,Refund and RSync Flows - Merged: None - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] En...
{"issue_number": 9211, "pr_number": 9246, "commits_count": 0, "files_changed": 1, "response_length": 810, "file_count": 0, "needs_breakdown": false}
docs(openapi): Show API version selection dropdown in API Reference Add a version selection dropdown in API reference to allow exploring v2 APIs
<think> PR Context: - Title: docs(openapi): Show API version selection dropdown in Mintlify - Merged: 2025-06-13T09:03:06Z - Files changed: 30 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] ...
{"issue_number": 8332, "pr_number": 8333, "commits_count": 1, "files_changed": 30, "response_length": 939, "file_count": 3, "needs_breakdown": false}
Adding events for Payment Reject Created from #4525 This covers adding events for Payment Reject operation This event should include the payment data similar to [PaymentCancel](https://github.com/juspay/hyperswitch/pull/4166) It should also include any metadata for the event e.g reason for payment rejecti...
<think> PR Context: - Title: feat(events): Add payment reject audit events - Merged: 2024-11-12T07:18:54Z - Files changed: 2 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [X] Enhancement - [ ] Refactoring - [ ]...
{"issue_number": 4669, "pr_number": 6465, "commits_count": 1, "files_changed": 2, "response_length": 1054, "file_count": 4, "needs_breakdown": false}
[Cypress] Add more connectors to GitHub CI - Bluesnap - PayPal - Iatapay
<think> PR Context: - Title: ci(cypress): fix nmi and paypal - Merged: 2025-02-06T10:39:20Z - Files changed: 5 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency u...
{"issue_number": 7172, "pr_number": 7173, "commits_count": 0, "files_changed": 5, "response_length": 762, "file_count": 0, "needs_breakdown": false}
Add audit events for PaymentStatus update Created from #4525 This covers adding events for PaymentStatus operation This event should include the payment data similar to [PaymentCancel](https://github.com/juspay/hyperswitch/pull/4166) It should also include any metadata for the event e.g reason for payment...
<think> PR Context: - Title: feat(payments): Add audit events for PaymentStatus update - Merged: 2024-12-16T12:08:46Z - Files changed: 2 files - Commits: 8 commits Implementation approach: ## Type of Change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Docume...
{"issue_number": 4677, "pr_number": 6520, "commits_count": 1, "files_changed": 2, "response_length": 1031, "file_count": 4, "needs_breakdown": false}
Connector changes for 3ds in v2 In v2, the `PreProcessing` and `CompleteAuthorize` flows will not be present. We will introduce new flows `PreAuthenticate`, `Authenticate` and `PostAuthenticate` to better represent the domain.
<think> PR Context: - Title: feat(router): Add Connector changes for 3ds (v2) - Merged: 2025-09-11T14:33:57Z - Files changed: 8 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - ...
{"issue_number": 9116, "pr_number": 9117, "commits_count": 1, "files_changed": 8, "response_length": 5050, "file_count": 10, "needs_breakdown": true}
FIX[Config]: Add VGS baseurl to deployment toml files Need to add baseurl for VGS in `config/deployments/{integration_test, production, sandbox}.toml`
<think> PR Context: - Title: fix(config): Add VGS baseurl to deployments toml files - Merged: 2025-05-16T13:03:19Z - Files changed: 3 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactori...
{"issue_number": 8058, "pr_number": 8059, "commits_count": 0, "files_changed": 3, "response_length": 784, "file_count": 0, "needs_breakdown": false}
[FEATURE] Add payment type to Get Intent Response (v2) ### Feature Description We need to return `payment_type` in `Get Intent`. Required by SDK ### Possible Implementation Add a field `payment_type` to Get Intent Response ### Have you spent some time checking if this feature request has been raised before? - [x]...
<think> PR Context: - Title: feat(router): Add payment_type to Get Intent response (v2) - Merged: 2025-08-28T06:22:39Z - Files changed: 3 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refac...
{"issue_number": 9065, "pr_number": 9066, "commits_count": 1, "files_changed": 3, "response_length": 1047, "file_count": 4, "needs_breakdown": false}
Adding Contributors Guide to the Readme of the repository Being an open source project, we look forward to contributors from across the world. For that we have outlined few changes which will make it easier for contributors to navigate through the project with more ease, and quickly develop a better understanding of t...
<think> PR Context: - Title: docs: upload new logos - Merged: 2024-10-18T14:34:22Z - Files changed: 5 files - Commits: 9 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - ...
{"issue_number": 5175, "pr_number": 6368, "commits_count": 0, "files_changed": 5, "response_length": 752, "file_count": 0, "needs_breakdown": false}
ci: run cybersource along with stripe ci: run cybersource along with stripe
<think> PR Context: - Title: ci: introduce `cybersource` cypress test to run in parallel - Merged: 2024-11-14T11:52:04Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refa...
{"issue_number": 6542, "pr_number": 6541, "commits_count": 0, "files_changed": 1, "response_length": 789, "file_count": 0, "needs_breakdown": false}
Removing mailhog container from the docker setup Removing mailhog container from the docker setup
<think> PR Context: - Title: fix: fixes the docker setup to clean up the scarf data - Merged: 2025-05-12T16:21:53Z - Files changed: 6 files - Commits: 12 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactor...
{"issue_number": 7962, "pr_number": 7963, "commits_count": 0, "files_changed": 6, "response_length": 785, "file_count": 0, "needs_breakdown": false}
[FEATURE] integrate 3DS for Worldpay connector ### Feature Description WorldPay offers 3DS capabilities for a card txn. Same needs to be integrated in HyperSwitch. Flow - https://developer.worldpay.com/products/access/3ds/web ### Possible Implementation Implementing 3DS for WorldPay requires one additional step ...
<think> PR Context: - Title: feat(connector): add 3DS flow for Worldpay - Merged: 2024-10-21T14:14:20Z - Files changed: 8 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] D...
{"issue_number": 6177, "pr_number": 6374, "commits_count": 1, "files_changed": 8, "response_length": 2551, "file_count": 10, "needs_breakdown": false}
fix(users): Only use lowercase letters in emails Currently uppercase letters in emails are being using at it is. Ideally we should convert them to lowercase before performing any DB operations with it.
<think> PR Context: - Title: feat(users): Convert emails to lowercase from requests - Merged: 2024-11-20T13:41:03Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactori...
{"issue_number": 6600, "pr_number": 6601, "commits_count": 1, "files_changed": 1, "response_length": 934, "file_count": 3, "needs_breakdown": false}
[BUG] Various errors in `rust_locker_open_api_spec.yml` ### Bug Description The two identical files [`api-reference/rust_locker_open_api_spec.yml`](https://github.com/juspay/hyperswitch/blob/d06d19fc96e1a74d20e2fe3613f86d541947e0ae/api-reference/rust_locker_open_api_spec.yml) and [`api-reference-v2/rust_locker_open_a...
<think> PR Context: - Title: docs(openapi): improve `rust_locker_open_api_spec` - Merged: 2024-10-24T13:31:41Z - Files changed: 2 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring ...
{"issue_number": 6321, "pr_number": 6322, "commits_count": 0, "files_changed": 2, "response_length": 780, "file_count": 0, "needs_breakdown": false}
[REFCTOR]: Move CustomerAcceptance type to `common_types` `CustomerAcceptance` is currently defined separately in `api_models` and `hyperswitch_domain_models`. These types are exactly the same, so they can be moved to `common_types`. Additionally, in V2, we can use this strict type in `diesel_models` as well, instea...
<think> PR Context: - Title: refactor: Move CustomerAcceptance to common_types - Merged: 2025-06-25T06:30:07Z - Files changed: 30 files - Commits: 11 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring ...
{"issue_number": 8298, "pr_number": 8299, "commits_count": 1, "files_changed": 30, "response_length": 4477, "file_count": 33, "needs_breakdown": true}
[BUG]: Decryption failure in chat prevents retrieval of conversation history Internal users are unable to view their past chat conversations through the chat/ai/list endpoint, which is meant to be used for internal users. When attempting to retrieve the chat history, the system fails to decrypt the stored messages, re...
<think> PR Context: - Title: fix(chat): alter encryption logic for ai service - Merged: 2025-10-01T13:05:25Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - ...
{"issue_number": 9561, "pr_number": 9562, "commits_count": 1, "files_changed": 1, "response_length": 915, "file_count": 3, "needs_breakdown": false}
feat(authz): Make permissions entity and scope aware Currently the permissions we use doesn't have any entity level context. But some of our APIs need that context. For example, 1. `payment/list` - This can only be accessible by merchant level users or higher. Profile level users should not be able to access it. 2. `p...
<think> PR Context: - Title: feat(authz): Create a permission generator - Merged: 2024-10-24T14:36:07Z - Files changed: 30 files - Commits: 11 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] ...
{"issue_number": 6391, "pr_number": 6394, "commits_count": 1, "files_changed": 30, "response_length": 3882, "file_count": 34, "needs_breakdown": true}
feat(connector): add template code for recurly add a template code for recurly connector
<think> PR Context: - Title: feat(connector): add template code for recurly - Merged: 2025-03-05T10:40:40Z - Files changed: 24 files - Commits: 13 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - ...
{"issue_number": 7283, "pr_number": 7284, "commits_count": 1, "files_changed": 24, "response_length": 8808, "file_count": 17, "needs_breakdown": true}
refactor(permissions): Give access to connector view group in operation groups Currently `connector_label` is not visible in payments page of control-center. This is because, the payment retrieve API doesn't send the `connector_label`. As it is a big change in the payments flow, we are providing access to connector li...
<think> PR Context: - Title: refactor(authz): Make connector list accessible by operation groups - Merged: 2024-12-16T09:22:57Z - Files changed: 2 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - ...
{"issue_number": 6788, "pr_number": 6792, "commits_count": 1, "files_changed": 2, "response_length": 1045, "file_count": 4, "needs_breakdown": false}
[FEATURE] [DEUTSCHEBANK] Integrate SEPA Payments ### Feature Description Integrate SEPA Payments for connector Deutsche Bank ### Possible Implementation https://testmerch.directpos.de/rest-api/apidoc/v2.1/index.html#chap_sdd ### Have you spent some time checking if this feature request has been raised before? - [...
<think> PR Context: - Title: feat(payments): propagate additional payment method data for google pay during MIT - Merged: 2024-11-26T14:14:16Z - Files changed: 5 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] ...
{"issue_number": 5858, "pr_number": 6644, "commits_count": 1, "files_changed": 5, "response_length": 1748, "file_count": 7, "needs_breakdown": false}
[FEATURE] align the JSON deserialization errors into expected ErrorResponse format ### Feature Description HyperSwitch uses an error format for responding back with the errors in the API. This error structure is uniform across different stages of the flow. For any deserialization errors in the API, error response w...
<think> PR Context: - Title: refactor: update API response for JSON deserialization errors - Merged: 2024-11-21T22:26:21Z - Files changed: 6 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Re...
{"issue_number": 6609, "pr_number": 6610, "commits_count": 1, "files_changed": 6, "response_length": 936, "file_count": 3, "needs_breakdown": false}
feat(users): support tenant level users - Add api to create tenant_admin - Create org by tenant level user - Support tenant entity: tenant level roles/permission
<think> PR Context: - Title: feat(users): add support for tenant level users - Merged: 2024-12-06T13:19:57Z - Files changed: 22 files - Commits: 15 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring -...
{"issue_number": 6707, "pr_number": 6708, "commits_count": 1, "files_changed": 22, "response_length": 3525, "file_count": 24, "needs_breakdown": true}
[FEATURE] add cypress tests for void payment in v2 ### Feature Description This implementation adds comprehensive V2 API testing for payment void/cancel operations across different payment states. The feature introduces a new Cypress test suite that validates three critical scenarios: successfully voiding a payment i...
<think> PR Context: - Title: test(cypress): add cypress tests for void payment in v2 - Merged: 2025-10-07T17:28:46Z - Files changed: 9 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [X] New feature - [ ] Enhancement - [ ] Refactor...
{"issue_number": 9638, "pr_number": 9646, "commits_count": 0, "files_changed": 9, "response_length": 785, "file_count": 0, "needs_breakdown": false}
[FEATURE] Kv Redis feature for V2 models ### Feature Description Extend kv support for v2 models ### Possible Implementation Use existing construct to extend to v2 models ### Have you spent some time checking if this feature request has been raised before? - [x] I checked and didn't find a similar issue ### Hav...
<think> PR Context: - Title: feat: Kv changes for V2 feature - Merged: 2025-06-26T14:22:59Z - Files changed: 15 files - Commits: 26 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency ...
{"issue_number": 8389, "pr_number": 8198, "commits_count": 1, "files_changed": 15, "response_length": 2397, "file_count": 15, "needs_breakdown": false}
refactor(router): add revenue_recovery_metadata to payment intent in diesel and api model for v2 flow Add the following fields to the api and diesel models Feature meta data retry_count: Total number of billing connector + recovery retries for a payment intent. payment_connector_transmission: It's supposed to tell i...
<think> PR Context: - Title: refactor(router): add revenue_recovery_metadata to payment intent in diesel and api model for v2 flow - Merged: 2025-02-14T11:41:35Z - Files changed: 6 files - Commits: 23 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ...
{"issue_number": 7177, "pr_number": 7176, "commits_count": 1, "files_changed": 6, "response_length": 2069, "file_count": 7, "needs_breakdown": false}
disable stripe disable stripe
<think> PR Context: - Title: ci: disable stripe in cypress - Merged: 2025-02-04T10:41:55Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency upda...
{"issue_number": 7184, "pr_number": 7183, "commits_count": 0, "files_changed": 1, "response_length": 759, "file_count": 0, "needs_breakdown": false}
feat(vsaas): add processor_merchant_id and created_by column in payment_intents and payments_attempts for v1 Tracking issue #1: https://github.com/juspay/hyperswitch-control-center/issues/2544 Tracking issue #2: https://github.com/juspay/hyperswitch-control-center/issues/2546
<think> PR Context: - Title: feat(vsaas): add processor_merchant_id and created_by column in payment_intents and payments_attempts for v1 - Merged: 2025-04-22T08:56:56Z - Files changed: 30 files - Commits: 27 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfi...
{"issue_number": 7769, "pr_number": 7768, "commits_count": 1, "files_changed": 30, "response_length": 3643, "file_count": 30, "needs_breakdown": true}
[BUG] recurring mandate through bancontact card bank redirect via stripe fails connector throws below error: ``` "The provided bancontact PaymentMethod cannot be used again. It was used in a previous PaymentIntent or SetupIntent to set up a sepa_debit PaymentMethod, which can be used for multiple payments. To find th...
<think> PR Context: - Title: fix(connector): [stripe] fix bank redirect (`bancontact_card`) recurring mandate - Merged: 2025-05-13T07:07:45Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] En...
{"issue_number": 7989, "pr_number": 7990, "commits_count": 1, "files_changed": 1, "response_length": 1025, "file_count": 3, "needs_breakdown": false}
docs: API-ref revamp for better user experience API-ref revamp for better user experience
<think> PR Context: - Title: docs: changes for api ref - Merged: 2025-02-25T19:02:34Z - Files changed: 4 files - Commits: 8 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates ...
{"issue_number": 7323, "pr_number": 7324, "commits_count": 0, "files_changed": 4, "response_length": 755, "file_count": 0, "needs_breakdown": false}
[REFACTOR] Worldpay payments integration ### Feature Description WorldPay payments integration currently makes use of modular APIs which gives more control over the integration. This approach is not best compatible with HyperSwitch due to WP's 3DS flows - which requires sending PAN (card numbers) in multiple places. ...
<think> PR Context: - Title: refactor(connector): [WorldPay] migrate from modular to standard payment APIs - Merged: 2024-10-21T10:24:32Z - Files changed: 12 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enh...
{"issue_number": 6316, "pr_number": 6317, "commits_count": 1, "files_changed": 12, "response_length": 2831, "file_count": 9, "needs_breakdown": false}
[FEATURE] Payment void endpoint for v2 ### Feature Description Add support for Payment Cancel in V2. ### Possible Implementation Add V2 payments_cancel flow by completing GetTracker, UpdateTracker, and Domain traits for payment cancel endpoint. ### Have you spent some time checking if this feature request has be...
<think> PR Context: - Title: feat(router): Add v2 payment cancellation flow - Merged: 2025-09-22T18:39:33Z - Files changed: 17 files - Commits: 14 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - ...
{"issue_number": 9082, "pr_number": 9083, "commits_count": 1, "files_changed": 17, "response_length": 9004, "file_count": 18, "needs_breakdown": true}
feat(core): setup platform merchant account - Setup platform merchant account. Platform merchant account is a special type of merchant account which can do operations on behalf of other merchant account present in the same organisation. - Add APIs to create a platform merchant account / convert a merchant account into...
<think> PR Context: - Title: feat(core): implemented platform merchant account - Merged: 2024-12-23T13:21:14Z - Files changed: 30 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [X] New feature - [ ] Enhancement - [ ] Refactoring ...
{"issue_number": 6883, "pr_number": 6882, "commits_count": 1, "files_changed": 30, "response_length": 5751, "file_count": 58, "needs_breakdown": true}
[FEAT] Add mandates for Payload - Add MIT payments to Payload connector - Add connector customer - Fix amount conversion Relevant docs: - https://docs.payload.com/apis/payments/ - https://docs.payload.com/apis/payments/charging-a-customer/ - https://docs.payload.com/apis/automatic-payments/ - https://docs.payload.co...
<think> PR Context: - Title: feat(connector): [payload] add recurring payments - Merged: 2025-07-31T07:04:50Z - Files changed: 23 files - Commits: 29 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [x] Refactoring ...
{"issue_number": 8610, "pr_number": 8597, "commits_count": 1, "files_changed": 23, "response_length": 2221, "file_count": 11, "needs_breakdown": false}
Removing mailhog container from the docker setup Removing mailhog container from the docker setup
<think> PR Context: - Title: fix: docker changes in setup script - Merged: 2025-05-08T09:01:27Z - Files changed: 7 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [X] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependenc...
{"issue_number": 7962, "pr_number": 7979, "commits_count": 0, "files_changed": 7, "response_length": 765, "file_count": 0, "needs_breakdown": false}
[ENHANCE] Improve Error Reporting in change_password with Printable Context This issue aims to improve the debuggability of the `change_password` function by adding a printable message to a potential database error. Currently, if the database update fails, a generic `InternalServerError` is returned. By attaching a sp...
<think> PR Context: - Title: feat: Add attach_printable() for better error logging - Merged: 2025-10-15T16:19:48Z - Files changed: 1 files - Commits: 25 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [✔️ ] Enhancement - [ ] Refacto...
{"issue_number": 9641, "pr_number": 9667, "commits_count": 1, "files_changed": 1, "response_length": 925, "file_count": 3, "needs_breakdown": false}
[FEATURE] Automatic connector_payment_id hashing in v2 if length > 128 in v2 ### Feature Description Automatically hash connector_payment_id longer than 128 chars and store the original in connector_payment_data. ### Possible Implementation Implement hashing in PaymentAttemptUpdate conversion by using ConnectorTran...
<think> PR Context: - Title: fix(payments): automatic connector_payment_id hashing in v2 if length > 128 - Merged: 2025-09-01T14:34:13Z - Files changed: 2 files - Commits: 6 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhance...
{"issue_number": 9016, "pr_number": 9017, "commits_count": 1, "files_changed": 2, "response_length": 1074, "file_count": 4, "needs_breakdown": false}
[FEATURE] Alter refund schema to support VSAAS cases ### Feature Description Make changes to support the integration of the (VSAAS) into the refund flow. The new columns, `processor_merchant_id` and `created_by`, are essential for storing specific information related to VSAAS transactions within the refund record. T...
<think> PR Context: - Title: feat(refunds): add new columns in refund table for vsaas - Merged: None - Files changed: 9 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [x] Refactoring - [ ] Depe...
{"issue_number": 8366, "pr_number": 8367, "commits_count": 0, "files_changed": 9, "response_length": 770, "file_count": 0, "needs_breakdown": false}
Refactor(routing): Fallback to current active routing algorithm Add connectors from the current active routing algorithm before fallback connectors
<think> PR Context: - Title: refactor(routing): Add connectors from current active routing algorithm before adding fallback connectors - Merged: 2025-05-14T18:35:38Z - Files changed: 1 files - Commits: 11 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix -...
{"issue_number": 7920, "pr_number": 7921, "commits_count": 1, "files_changed": 1, "response_length": 1020, "file_count": 3, "needs_breakdown": false}
refactor(NMI,PAYONE) , Move files from router to hyperswitch connectors Move the connectors from routers to hyperswitch_connectors
<think> PR Context: - Title: refactor(connector): [NMI,PAYONE,RISKIFIED] moved to hyperswitch_connectors - Merged: 2025-04-24T10:35:43Z - Files changed: 20 files - Commits: 27 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhan...
{"issue_number": 7715, "pr_number": 7666, "commits_count": 1, "files_changed": 20, "response_length": 2525, "file_count": 12, "needs_breakdown": false}
fix(user_roles): migrations for backfilling user_roles entity_id Backfill entity_id with entity_type in user_roles table to avoid dashboard breaking
<think> PR Context: - Title: fix(user_roles): migrations for backfilling user_roles entity_id - Merged: 2024-12-16T13:36:14Z - Files changed: 4 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ]...
{"issue_number": 6843, "pr_number": 6847, "commits_count": 0, "files_changed": 4, "response_length": 794, "file_count": 0, "needs_breakdown": false}
[FIX]: Make v2 endpoints follow standard API conventions There are a lot of minor inconsistencies in v2 endpoints. Fix them in accordance with https://google.aip.dev/general
<think> PR Context: - Title: fix(router): Make v2 endpoints follow standard naming conventions - Merged: 2025-07-21T15:41:20Z - Files changed: 24 files - Commits: 6 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [...
{"issue_number": 8629, "pr_number": 8630, "commits_count": 1, "files_changed": 24, "response_length": 1732, "file_count": 11, "needs_breakdown": false}
fix(openapi): Fix broken pages in mintlify (v2) v2 mintlify docs have several broken pages and some endpoints are missing.
<think> PR Context: - Title: fix(openapi): Fix broken mintlify pages (v2) - Merged: 2025-06-20T13:54:03Z - Files changed: 18 files - Commits: 4 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ]...
{"issue_number": 8381, "pr_number": 8382, "commits_count": 1, "files_changed": 18, "response_length": 1032, "file_count": 4, "needs_breakdown": false}
Propage request id to chat service Send request id to chat service in headers.
<think> PR Context: - Title: fix(chat): append request id to headers for chat request - Merged: 2025-07-25T07:27:38Z - Files changed: 4 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refacto...
{"issue_number": 8679, "pr_number": 8680, "commits_count": 1, "files_changed": 4, "response_length": 1117, "file_count": 6, "needs_breakdown": false}
feat(users): handle email URLs for users in different tenancies We will be sending emails to users in different tenancies, on clicking the email they should land on that particular tenant URL. For that we need tenant level user configs. And 'll be using it to generate emails.
<think> PR Context: - Title: feat(users): handle email url for users in different tenancies - Merged: 2024-12-19T08:50:07Z - Files changed: 12 files - Commits: 9 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] ...
{"issue_number": 6808, "pr_number": 6809, "commits_count": 1, "files_changed": 12, "response_length": 1395, "file_count": 9, "needs_breakdown": false}
Fix: populating the docker related changes from main to stable release Replicating https://github.com/juspay/hyperswitch/issues/8091 https://github.com/juspay/hyperswitch/pull/8092 to stable release
<think> PR Context: - Title: fix: updated the docker setup - Merged: 2025-05-22T09:46:58Z - Files changed: 2 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [X] Enhancement - [ ] Refactoring - [ ] Dependency upda...
{"issue_number": 8094, "pr_number": 8092, "commits_count": 0, "files_changed": 2, "response_length": 759, "file_count": 0, "needs_breakdown": false}
Use SignatureKey as auth_type for VGS connector We need to collect a 3rd key (vault_id) apart from `username` and `password` in case of VGS for SDK use case
<think> PR Context: - Title: fix(connector): Use SignatureKey for VGS auth_type - Merged: 2025-08-28T02:44:22Z - Files changed: 1 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring ...
{"issue_number": 9067, "pr_number": 9068, "commits_count": 1, "files_changed": 1, "response_length": 952, "file_count": 3, "needs_breakdown": false}
[FEATURE] Add support for SMTP email server ### Feature Description Add support for sending emails with a custom SMTP server. (Currently only AWS SES is supported) ### Possible Implementation Could be implemented using `lettre` crate. Steps to implement: - Create the email building and sending logic - Impl the E...
<think> PR Context: - Title: feat(email): Add SMTP support to allow mails through self hosted/custom SMTP server - Merged: 2024-11-20T14:48:30Z - Files changed: 11 files - Commits: 8 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - ...
{"issue_number": 5156, "pr_number": 6617, "commits_count": 1, "files_changed": 11, "response_length": 2131, "file_count": 8, "needs_breakdown": false}
ci(cypress): Fix Failed Test Cases for the below connectors The Failed Test Cases for the following connectors: - [x] [Deutschebank](https://github.com/juspay/hyperswitch/pull/8193) - [x] [Worldpayxml](https://github.com/juspay/hyperswitch/pull/8193) - [x] [Hipay](https://github.com/juspay/hyperswitch/pull/8563) - [ ...
<think> PR Context: - Title: ci(cypress): fix `worldpayxml`, and `deutschebank` cypress test cases - Merged: 2025-07-04T14:47:44Z - Files changed: 6 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [x] Enhancement ...
{"issue_number": 8399, "pr_number": 8193, "commits_count": 0, "files_changed": 6, "response_length": 800, "file_count": 0, "needs_breakdown": false}
confirm-intent API contract changes for split payments (v2) In v2, we need to support receiving multiple payment methods in the confirm-intent request. Add a new field to support this use case
<think> PR Context: - Title: feat(router): Add Confirm-Intent API contract changes for split payments (v2) - Merged: 2025-09-25T17:56:40Z - Files changed: 3 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhan...
{"issue_number": 9467, "pr_number": 9469, "commits_count": 1, "files_changed": 3, "response_length": 1069, "file_count": 4, "needs_breakdown": false}
[REFACTOR]: [OPAYO] Add amount conversion framework to Opayo ### :memo: Feature Description Currently, amounts are represented as `i64` values throughout the application. We want to introduce a `Unit` struct that explicitly states the denomination. A new type, `MinorUnit`, has been added to standardize the flow of ...
<think> PR Context: - Title: refactor(connector): add amount conversion framework to opayo - Merged: 2024-10-18T13:46:21Z - Files changed: 3 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Re...
{"issue_number": 6135, "pr_number": 6342, "commits_count": 1, "files_changed": 3, "response_length": 1325, "file_count": 5, "needs_breakdown": false}
[REFACTOR] reduce duplicate code in config in cypress - too much chaos and confusion - boiler plate and duplicate code - move memory cache test out of payments and make it a separate service
<think> PR Context: - Title: refactor(cypress): move memory cache tests out of payment for misc - Merged: 2025-01-24T17:23:22Z - Files changed: 30 files - Commits: 21 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement -...
{"issue_number": 6993, "pr_number": 6992, "commits_count": 0, "files_changed": 30, "response_length": 798, "file_count": 0, "needs_breakdown": false}
Add audit events for CompleteAuthorize update Created from #4525 This covers adding events for Complete Authorize operation This event should include the payment data similar to [PaymentCancel](https://github.com/juspay/hyperswitch/pull/4166) It should also include any metadata for the event e.g reason fo...
<think> PR Context: - Title: feat(events): add audit event for CompleteAuthorize - Merged: 2024-12-05T07:46:26Z - Files changed: 2 files - Commits: 4 commits Implementation approach: ## Type of Change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentatio...
{"issue_number": 4674, "pr_number": 6310, "commits_count": 1, "files_changed": 2, "response_length": 1072, "file_count": 4, "needs_breakdown": false}
[WEB-SDK] - Add Payment Method with Dynamic Field Rendering - MandiriVa The [Hyperswitch SDK](https://docs.hyperswitch.io/hyperswitch-cloud/integration-guide) is a versatile tool built to streamline payment integration for developers. It simplifies the process of adding multiple payment methods, allowing you to quickl...
<think> PR Context: - Title: feat: implement dynamic field rendering for MandiriVa payment method - Merged: None - Files changed: 11 files - Commits: 2 commits Implementation approach: - Add comprehensive type system for dynamic fields (DynamicFieldTypes.res) - Implement field validation utilities with regex patterns...
{"issue_number": 6071, "pr_number": 9837, "commits_count": 0, "files_changed": 11, "response_length": 783, "file_count": 0, "needs_breakdown": false}
feat(config): update vector config # Current Behaviour - Sdk logs pushes `publishable_key` in the `merchant_id` field. - open search logs have some irrelevant fields. # Proposed Changes - transform sdk logs and update the correct corresponding `merchant_id` of the pre-existing `publishable_key` value - add some more ...
<think> PR Context: - Title: feat(config): update vector config - Merged: 2024-11-05T07:38:03Z - Files changed: 1 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency...
{"issue_number": 6364, "pr_number": 6365, "commits_count": 0, "files_changed": 1, "response_length": 764, "file_count": 0, "needs_breakdown": false}
[chore]: use crates.io version of async-bb8-diesel crate Currently we are using a [forked](https://github.com/jarnura/async-bb8-diesel) version of this dependency. We need to migrate to the crates.io version
<think> PR Context: - Title: chore: Move async-bb8-diesel crate to crates.io version - Merged: 2025-05-15T12:05:55Z - Files changed: 5 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactor...
{"issue_number": 8026, "pr_number": 8028, "commits_count": 0, "files_changed": 5, "response_length": 785, "file_count": 0, "needs_breakdown": false}
[BUG - Cypress] Cookie not passed in user APIs we need to pass cookies in user apis
<think> PR Context: - Title: fix(cypress): backup and restore sessions when using user apis - Merged: 2025-01-08T11:43:26Z - Files changed: 5 files - Commits: 4 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] R...
{"issue_number": 6977, "pr_number": 6978, "commits_count": 0, "files_changed": 5, "response_length": 792, "file_count": 0, "needs_breakdown": false}
[FEATURE] Add x-mcp extension to OpenAPI schema Mintlify supports extracting API endpoints from openAPI json into MCP servers: https://mintlify.com/docs/mcp We need to add: ```json "x-mcp": { "enabled": true }, ``` at the top level of our OpenAPI schema to enable this functionality
<think> PR Context: - Title: feat(openapi): Add x-mcp extension to v1 spec - Merged: 2025-06-27T08:52:30Z - Files changed: 4 files - Commits: 5 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ]...
{"issue_number": 8442, "pr_number": 8443, "commits_count": 1, "files_changed": 4, "response_length": 951, "file_count": 3, "needs_breakdown": false}
[BUG] 5xx in PayPal when cancelling the Payment we're getting 5xx when you try to cancel the payment express checkout page. and this is not intended.
<think> PR Context: - Title: fix(connector): [GlobalPay] Address `5xx` when cancelling a paypal transaction - Merged: 2025-03-26T10:26:02Z - Files changed: 4 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enha...
{"issue_number": 7607, "pr_number": 7605, "commits_count": 1, "files_changed": 4, "response_length": 1466, "file_count": 6, "needs_breakdown": false}
Properly Handle encoded_data in PSync flow [v2] PSync is failing for adyen with error: `validate_psync_reference_id failed`. We need to pass the `encoded_data` in payment_attempt
<think> PR Context: - Title: fix(router): Handle encoded_data in PSync [V2] - Merged: 2025-06-02T10:26:16Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ...
{"issue_number": 8176, "pr_number": 8177, "commits_count": 1, "files_changed": 1, "response_length": 937, "file_count": 3, "needs_breakdown": false}
feat(users): Add profile level custom role Currently only merchant level custom role is allowed with role scope as Merchant and organization The requirement is to add profile level custom role at Organization , Merchant and Profile scope
<think> PR Context: - Title: feat(users): custom role at profile read - Merged: 2025-02-05T14:28:03Z - Files changed: 19 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] De...
{"issue_number": 6488, "pr_number": 6875, "commits_count": 2, "files_changed": 19, "response_length": 3139, "file_count": 29, "needs_breakdown": true}
Improve UCS connector configuration format for better type safety and usability ## Problem Statement The current unified connector service (UCS) configuration uses an array format for specifying connectors that should use UCS only. This approach has several limitations: ### Current Issues 1. **Type Safety**: The cu...
<think> PR Context: - Title: refactor(config): change UCS connector list from array to comma-separated string - Merged: 2025-08-13T15:11:30Z - Files changed: 10 files - Commits: 11 commits Implementation approach: # Refactor: Change UCS connector configuration from array to comma-separated string ## Summary This PR ...
{"issue_number": 8906, "pr_number": 8905, "commits_count": 1, "files_changed": 10, "response_length": 1746, "file_count": 7, "needs_breakdown": false}
use swatinem cache in cypress instead of sccache use swatinem cache in cypress instead of sccache
<think> PR Context: - Title: ci: use swatinem-cache instead of sccache in cypress - Merged: None - Files changed: 1 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependen...
{"issue_number": 7180, "pr_number": 7179, "commits_count": 0, "files_changed": 1, "response_length": 766, "file_count": 0, "needs_breakdown": false}
[FEATURE] integrate NTI flow for Worldpay and Novalnet ### Feature Description Processing card payments using Network Transaction ID is required for below payment processors - - Fiuu - Novalnet - Worldpay This helps make card payments agnostic to the acquirer. ### Possible Implementation Fiuu - closed s...
<think> PR Context: - Title: feat(connectors): fiuu,novalnet,worldpay - extend NTI flows - Merged: 2025-01-21T08:42:05Z - Files changed: 19 files - Commits: 14 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [ ] Re...
{"issue_number": 6941, "pr_number": 6946, "commits_count": 1, "files_changed": 19, "response_length": 2509, "file_count": 11, "needs_breakdown": false}
docs: Adding Unified error codes to the API - Ref Adding Unified error codes to the API - Ref
<think> PR Context: - Title: docs(error_codes): add unified error codes - Merged: 2024-10-15T14:02:06Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] De...
{"issue_number": 6318, "pr_number": 6319, "commits_count": 0, "files_changed": 1, "response_length": 772, "file_count": 0, "needs_breakdown": false}
[FEATURE] add payments get-intent API for v2 # Feature Description Add payments `get-intent` API for v2
<think> PR Context: - Title: feat(router): Add payments get-intent API for v2 - Merged: 2024-10-30T16:28:52Z - Files changed: 18 files - Commits: 8 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring -...
{"issue_number": 6395, "pr_number": 6396, "commits_count": 1, "files_changed": 18, "response_length": 4012, "file_count": 17, "needs_breakdown": true}
DB changes for split payments (v2) The following DB changes need to be made to support split payments: In PaymentIntent: - Add `active_attempts_group_id` column - Add `active_attempt_id_type` column In PaymentAttempt: - Add `attempts_group_id` column While currently a `payment_intent` can have only a single `activ...
<think> PR Context: - Title: feat(router): Add attempts_group DB changes for split payments (v2) - Merged: 2025-09-24T08:41:25Z - Files changed: 13 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement -...
{"issue_number": 9465, "pr_number": 9466, "commits_count": 1, "files_changed": 13, "response_length": 1777, "file_count": 13, "needs_breakdown": false}
[BUG] Description for refunds - list is not apt ### Bug Description https://api-reference.hyperswitch.io/api-reference/refunds/refunds--list This should be - `Lists all the refunds associated with the merchant, or for a specific payment if payment_id is provided` Current one implies that it'll return refunds of...
<think> PR Context: - Title: fix(docs): incorrect description for refund api - Merged: 2024-12-10T11:02:10Z - Files changed: 2 files - Commits: 4 commits Implementation approach: ## Type of Change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [x] Documentation -...
{"issue_number": 6751, "pr_number": 6443, "commits_count": 1, "files_changed": 2, "response_length": 963, "file_count": 3, "needs_breakdown": false}
feat(connector): add template code for stripebilling add a template code for stripe billing connector
<think> PR Context: - Title: feat(connector): add template code for stripebilling - Merged: 2025-03-03T10:35:30Z - Files changed: 24 files - Commits: 12 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactori...
{"issue_number": 7212, "pr_number": 7228, "commits_count": 1, "files_changed": 24, "response_length": 9132, "file_count": 17, "needs_breakdown": true}
[REFACTOR] Worldpay payments integration ### Feature Description WorldPay payments integration currently makes use of modular APIs which gives more control over the integration. This approach is not best compatible with HyperSwitch due to WP's 3DS flows - which requires sending PAN (card numbers) in multiple places. ...
<think> PR Context: - Title: feat(cypress-test): include worldpay's request / response structure for test suite - Merged: 2024-10-30T10:11:29Z - Files changed: 9 files - Commits: 6 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] ...
{"issue_number": 6316, "pr_number": 6420, "commits_count": 0, "files_changed": 9, "response_length": 812, "file_count": 0, "needs_breakdown": false}