prompt stringlengths 24 63.1k | response stringlengths 180 101k | metadata stringlengths 143 152 |
|---|---|---|
feat(auth): Add support for partial-auth, by facilitating injection of authentication parameters in headers
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Descripti... | <think>
PR Context:
- Title: feat(decision): add support to register api keys to proxy
- Merged: 2024-07-09T07:55:13Z
- Files changed: 7 files
- Commits: 8 commits
Implementation approach:
## Description
This PR adds support for exporting hashed api keys to the incoming proxy allowing for authentication outside th... | {"issue_number": 4802, "pr_number": 5168, "commits_count": 1, "files_changed": 7, "response_length": 1753, "file_count": 9, "needs_breakdown": false} |
[FEATURE]: [Cybersource] Use `connector_request_reference_id` as reference to the connector
### :memo: Feature Description
- We transmit our reference id from Hyperswitch to the connector, enabling merchants to subsequently locate the payment within the connector dashboard.
- Presently, there is a lack of uniformity... | <think>
PR Context:
- Title: feat(connector): [Cybersource] Use connector_request_reference_id as reference to the connector
- Merged: 2023-10-12T06:06:18Z
- Files changed: 1 files
- Commits: 3 commits
Implementation approach:
Add reference with value of connector_request_reference_id in Cybersource transformers.
F... | {"issue_number": 2296, "pr_number": 2512, "commits_count": 1, "files_changed": 1, "response_length": 1030, "file_count": 3, "needs_breakdown": false} |
refactor(connector): [NMI] Add Zip code as mandatory field for 3DS
## 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 ... | <think>
PR Context:
- Title: refactor(connector): [NMI] Add Zip code as mandatory field for 3DS
- Merged: 2024-02-15T17:05:06Z
- Files changed: 1 files
- Commits: 1 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Zip code in billing address is added as mandatory field for 3d... | {"issue_number": 3666, "pr_number": 3665, "commits_count": 1, "files_changed": 1, "response_length": 957, "file_count": 3, "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:
## Description
This PR adds an Audit event for the PaymentStatus operation.
### Additional Changes
- [x] This PR modifie... | {"issue_number": 4677, "pr_number": 6520, "commits_count": 1, "files_changed": 2, "response_length": 1031, "file_count": 4, "needs_breakdown": false} |
added field frm_configs to MerchantConnectorAccount
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
## Description
<!-- Describe your changes in detail -->
We need to accept frm_configs from the dashb... | <think>
PR Context:
- Title: Revert "added field frm_configs to MerchantConnectorAccount"
- Merged: 2023-04-10T13:21:18Z
- Files changed: 10 files
- Commits: 1 commits
Implementation approach:
Reverts juspay/hyperswitch#831
The frm_configs handled as a mandatory field in flows.
</think>
To implement this, you'll n... | {"issue_number": 831, "pr_number": 848, "commits_count": 1, "files_changed": 10, "response_length": 1094, "file_count": 10, "needs_breakdown": false} |
[FEATURE]: [Forte] Use `connector_response_reference_id` as reference to merchant
### :memo: Feature Description
- Reference id are used to map transactions in the connector’s dashboard.
- Hyperswitch manages several reference ids, such as `payment_id`, `attempt_id`, and `connector_transaction_id` for a single transa... | <think>
PR Context:
- Title: feat(connector): [Forte] Use connector_response_reference_id as reference to merchant
- Merged: 2023-10-05T19:20:09Z
- Files changed: 1 files
- Commits: 5 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Addreses issue #2330
Updated `connect... | {"issue_number": 2330, "pr_number": 2456, "commits_count": 1, "files_changed": 1, "response_length": 1014, "file_count": 3, "needs_breakdown": false} |
[FEATURE]: [Noon] Implement Revoke Mandate
### Feature Description
When revoke mandate api is triggered, revoke the existing connector mandate with noon also
### Possible Implementation
Implement Revoke Mandate for Noon
### Have you spent some time checking if this feature request has been raised before?
- [X] I ... | <think>
PR Context:
- Title: feat(connector): [noon] add revoke mandate
- Merged: 2024-01-30T12:10:04Z
- Files changed: 3 files
- Commits: 3 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Implement revoke mandate flow for Noon
### Additional Changes
- [ ] This PR modi... | {"issue_number": 3494, "pr_number": 3487, "commits_count": 1, "files_changed": 3, "response_length": 2254, "file_count": 5, "needs_breakdown": false} |
[REFACTOR] Make the function to deserialize hashsets more generic when deserializing application configs
### Description
As of opening this issue, there are multiple functions to deserialize hashsets with similar logic. These functions can be made generic, and reduced to one common function for deserializing all ty... | <think>
PR Context:
- Title: refactor(settings): make the function to deserialize hashsets more generic
- Merged: 2024-01-30T09:19:15Z
- Files changed: 13 files
- Commits: 30 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR updates the application configuration deseri... | {"issue_number": 3466, "pr_number": 3104, "commits_count": 1, "files_changed": 13, "response_length": 2020, "file_count": 6, "needs_breakdown": false} |
fix(connector): add expiry year conversion for adyen mit transactions
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in deta... | <think>
PR Context:
- Title: ci: add tests that make use of locker
- Merged: 2024-12-26T12:15:14Z
- Files changed: 13 files
- Commits: 30 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR introduces necessary refactoring to add support for locker specific tests. This... | {"issue_number": 6851, "pr_number": 6735, "commits_count": 0, "files_changed": 13, "response_length": 769, "file_count": 0, "needs_breakdown": false} |
Include single purpose token and single purpose JWT auth
Create single purpose token and single purpose JWT auth that will server as generic for intermediate tokens and can be used for different cases, during TOTP, change passwords, accept invite etc. | <think>
PR Context:
- Title: feat(user): add single purpose token and auth
- Merged: 2024-04-29T12:39:08Z
- Files changed: 3 files
- Commits: 6 commits
Implementation approach:
## Description
Add single purpose token and authentication for single purpose token. This token will serves as a intermediate token and used... | {"issue_number": 4478, "pr_number": 4470, "commits_count": 1, "files_changed": 3, "response_length": 1305, "file_count": 5, "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: fix: script for one click docker setup
- Merged: 2025-04-13T18:11:03Z
- Files changed: 2 files
- Commits: 6 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Added the script for showing output of ```docker compose up -d``` command, along with l... | {"issue_number": 7761, "pr_number": 7806, "commits_count": 0, "files_changed": 2, "response_length": 768, "file_count": 0, "needs_breakdown": false} |
feat(core): Payments core modification for open banking connectors
## 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 ... | <think>
PR Context:
- Title: feat(connector): Plaid connector Integration
- Merged: 2024-07-19T08:29:01Z
- Files changed: 26 files
- Commits: 30 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
- Integrated Plaid as a Payment connector
- #3758 and #3947 needs to go in first
... | {"issue_number": 3947, "pr_number": 3952, "commits_count": 1, "files_changed": 26, "response_length": 9086, "file_count": 19, "needs_breakdown": true} |
feat(themes): Support naming themes
Currently themes don't have names, and it's better to have a way to attach a name to a theme. So that we can know about theme without having to look at the theme data. | <think>
PR Context:
- Title: feat(themes): Add `theme_name` and `entity_type` in themes table
- Merged: 2024-11-21T21:06:12Z
- Files changed: 8 files
- Commits: 1 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR adds `theme_name` and `entity_type` in the themes table.... | {"issue_number": 6620, "pr_number": 6621, "commits_count": 1, "files_changed": 8, "response_length": 1286, "file_count": 8, "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:
## Description
Added `get-intent` API for payments
### Additional Changes
- [x] This PR modifies the API contract
- [ ] This PR m... | {"issue_number": 6395, "pr_number": 6396, "commits_count": 1, "files_changed": 18, "response_length": 4012, "file_count": 17, "needs_breakdown": true} |
feat(core): add additional revenue recovery call flow
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
For some billing connectors, we get limited data i... | <think>
PR Context:
- Title: feat(connector): Add recovery support for stripebilling
- Merged: 2025-04-02T07:49:57Z
- Files changed: 30 files
- Commits: 30 commits
Implementation approach:
## Description
Context: In case of some billing connectors we dont get the enough data in the webhook itself to support creation... | {"issue_number": 7402, "pr_number": 7461, "commits_count": 1, "files_changed": 30, "response_length": 5731, "file_count": 31, "needs_breakdown": true} |
fix(connector): convert PII data into connector request without peeking the info
- Currently we are sending the PII information to each connector request by peeking the information and pass it as plain text, instead of doing it in the compile time Serde should handle this process while serialising the data so we can a... | <think>
PR Context:
- Title: refactor(connector): remove `peek()` on PII info
- Merged: 2023-02-25T13:06:09Z
- Files changed: 15 files
- Commits: 3 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Closes #308
### Additional Changes
- [ ] This PR modifies the database s... | {"issue_number": 308, "pr_number": 642, "commits_count": 1, "files_changed": 15, "response_length": 2292, "file_count": 17, "needs_breakdown": true} |
[REFACTOR] Remove the `pii-encryption-script` cargo feature
### Description
As of now, the `sandbox` and `production` cargo features differ only by the `pii-encryption-script` cargo feature:
https://github.com/juspay/hyperswitch/blob/fc6acd04cb28f02a4f52ec77d8ae003957183ff2/crates/router/Cargo.toml#L19-L20
If... | <think>
PR Context:
- Title: refactor(router): remove `pii-encryption-script` feature and use of timestamps for decryption
- Merged: 2023-06-05T13:37:30Z
- Files changed: 24 files
- Commits: 3 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR removes the `pii-encryptio... | {"issue_number": 1349, "pr_number": 1350, "commits_count": 1, "files_changed": 24, "response_length": 2761, "file_count": 23, "needs_breakdown": true} |
[FEATURE]: [Iatapay] Use `connector_response_reference_id` as reference to merchant
### :memo: Feature Description
- Reference id are used to map transactions in the connector’s dashboard.
- Hyperswitch manages several reference ids, such as `payment_id`, `attempt_id`, and `connector_transaction_id` for a single tran... | <think>
PR Context:
- Title: feat(connector): [Iatapay] use connector_response_reference_id as reference to connector
- Merged: 2023-10-12T07:07:31Z
- Files changed: 1 files
- Commits: 10 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
- Adressess issue #2333 : Implement `... | {"issue_number": 2333, "pr_number": 2524, "commits_count": 1, "files_changed": 1, "response_length": 1020, "file_count": 3, "needs_breakdown": false} |
[BUG] Remove default values for created_at and modified_at from the database
# Context
Currently we are setting `created_at` and `modified_at` in the database during insert through Posgresql `now()` function which gives the current time according to the current time zone. But when we modify the data we pass `common_u... | <think>
PR Context:
- Title: fix: remove defaults from `created_at` and `modified_at`
- Merged: 2023-05-02T20:45:30Z
- Files changed: 12 files
- Commits: 1 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This closes #984
### Additional Changes
- [x] This PR modifies the... | {"issue_number": 984, "pr_number": 991, "commits_count": 0, "files_changed": 12, "response_length": 787, "file_count": 0, "needs_breakdown": false} |
[FEATURE] Add separate function for Plaid in Connector Config
Need to add separate function for plaid in connector config for wasm | <think>
PR Context:
- Title: feat(Connector): Plaid connector configs
- Merged: 2024-08-09T09:29:41Z
- Files changed: 2 files
- Commits: 11 commits
Implementation approach:
## Description
Refer #5548
### Additional Changes
- [ ] This PR modifies the API contract
- [ ] This PR modifies the database schema
... | {"issue_number": 5548, "pr_number": 5545, "commits_count": 1, "files_changed": 2, "response_length": 1108, "file_count": 4, "needs_breakdown": false} |
feat(users): List users in lineage API
- Currently user roles are grouped by user email in dashboard.
- Payload might look something like this
```json
[
{
"email": "e1",
"roles": [
{
"role_id": "r1",
"role_name": "name"
}
]
}
]
```
| <think>
PR Context:
- Title: feat(users): Add API to list users in user lineage
- Merged: 2024-08-28T12:18:05Z
- Files changed: 18 files
- Commits: 6 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
- This PR adds a new API which will be used to list the users in the lineage.... | {"issue_number": 5721, "pr_number": 5722, "commits_count": 1, "files_changed": 18, "response_length": 2423, "file_count": 20, "needs_breakdown": true} |
[BUG] Setup fail : migration_runner exits with code 1 during standalone setup
### Bug Description
While setting up Hyperswitch locally using the scripts/setup.sh script, the setup consistently fails during the migration_runner step.
The database (pg) and Redis services start successfully and report as Healthy, but... | <think>
PR Context:
- Title: fix(gitattributes): enforce LF for `.patch` files to avoid CRLF parsing errors on Windows
- Merged: 2025-09-17T10:03:30Z
- Files changed: 1 files
- Commits: 1 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR adds the following rule to `.... | {"issue_number": 9120, "pr_number": 9333, "commits_count": 0, "files_changed": 1, "response_length": 819, "file_count": 0, "needs_breakdown": false} |
feat(users): Add profile id in JWT and user_info
Currently tokens doesn't have profile id. Backend should start sending it or else dashboard will not work at profile level. | <think>
PR Context:
- Title: feat(users): Send profile_id in JWT and user_info APIs
- Merged: 2024-09-05T13:56:08Z
- Files changed: 9 files
- Commits: 4 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
1. This PR changes list users in lineage API so that it don't do any db ca... | {"issue_number": 5816, "pr_number": 5817, "commits_count": 1, "files_changed": 9, "response_length": 1682, "file_count": 11, "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:
## Description
<!-- Describe your changes in detail -->
closes #7103
- video recording
- video recording gets around the race condition that r... | {"issue_number": 7103, "pr_number": 7102, "commits_count": 0, "files_changed": 10, "response_length": 764, "file_count": 0, "needs_breakdown": false} |
[FEATURE] Mandates for alternate payment methods via Stripe
### Feature Description
**Scope:**
Implementation of
- [ ] Applepay recurring payments via Stripe connector
- [ ] Googlepay recurring payments via Stripe connector
### Possible Implementation
Recurring payments for Applepay and Googlepay needs to be bu... | <think>
PR Context:
- Title: feat(connector): Mandates for alternate payment methods via Stripe
- Merged: 2023-05-08T14:03:55Z
- Files changed: 30 files
- Commits: 30 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Closes #940
### Additional Changes
- [ ] This PR mod... | {"issue_number": 940, "pr_number": 1041, "commits_count": 1, "files_changed": 30, "response_length": 5754, "file_count": 31, "needs_breakdown": true} |
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:
## Description
This PR adds an Audit event for the PaymentCreate operation.
### Additional Changes
- [x] This PR modifie... | {"issue_number": 4672, "pr_number": 6427, "commits_count": 1, "files_changed": 2, "response_length": 1031, "file_count": 4, "needs_breakdown": false} |
[REFACTOR]: [Airwallex] Remove Default Case Handling
### :memo: Feature Description
- We utilize match statements to make pivotal decisions, such as generating requests based on the payment method type and managing responses received from the connector.
- These conditions generally go hand in hand with enum variants... | <think>
PR Context:
- Title: refactor(connector): [Airwallex] Remove default case handling
- Merged: 2023-10-27T12:12:59Z
- Files changed: 1 files
- Commits: 1 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
#2262
### Additional Changes
- [ ] This PR modifies the API ... | {"issue_number": 2262, "pr_number": 2703, "commits_count": 2, "files_changed": 1, "response_length": 1148, "file_count": 5, "needs_breakdown": false} |
refactor: raise appropriate errors instead of `ValidateError`
## Type of Change
Refactoring
## Description
<!-- Describe your changes in detail -->
To describe briefly, this PR raises appropriate errors instead of `ValidateError` and removes `ValidateError` in favor of `ValidationError`. A better understanding o... | <think>
PR Context:
- Title: refactor: extract email validation and PII utils to `common_utils` crate
- Merged: 2022-12-06T09:49:46Z
- Files changed: 12 files
- Commits: 9 commits
Implementation approach:
**NOTE:** Please merge #71 before merging this.
---
## Description
<!-- Describe your changes in detail --... | {"issue_number": 71, "pr_number": 72, "commits_count": 1, "files_changed": 12, "response_length": 1911, "file_count": 11, "needs_breakdown": false} |
[FEATURE] Implement cache for MerchantKeyStore.
### Feature Description
Implement L1 and L2 cache (In memory and Redis) for MerchantKeyStore store for MerchantKeyStore Table
### Possible Implementation
There's already a static called `ACCOUNTS_CACHE`. You can use that and call `get_or_populate_in_memory` function t... | <think>
PR Context:
- Title: feat(router): add caching for MerchantKeyStore
- Merged: 2023-06-14T10:29:56Z
- Files changed: 1 files
- Commits: 4 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Implements the use of Moka cache and redis cache for merchant key store, uses same... | {"issue_number": 1381, "pr_number": 1409, "commits_count": 1, "files_changed": 1, "response_length": 922, "file_count": 3, "needs_breakdown": false} |
router: Get browser info from payment request
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
## Description
<!-- Describe your changes in detail -->
Add browser info to PaymentRequest to get it from ... | <think>
PR Context:
- Title: feat(themes): Create APIs for managing themes
- Merged: 2024-12-04T11:06:34Z
- Files changed: 26 files
- Commits: 24 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR adds APIs to manage themes.
These are the following APIs
1. Create Them... | {"issue_number": 27, "pr_number": 6658, "commits_count": 1, "files_changed": 26, "response_length": 4028, "file_count": 22, "needs_breakdown": true} |
feat(single_use): add extra fields in `Mandate` table and `MandateData` [Blocked on #61]
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
## Description
This PR adds single use mandate support and a 2 n... | <think>
PR Context:
- Title: feat(payout): add dynamic fields for payout links
- Merged: 2024-09-10T11:31:55Z
- Files changed: 24 files
- Commits: 22 commits
Implementation approach:
## Description
This PR includes below changes
- add dynamic fields support for payout widget (#5765)
- expose `formLayout` option in... | {"issue_number": 66, "pr_number": 5764, "commits_count": 1, "files_changed": 24, "response_length": 2957, "file_count": 20, "needs_breakdown": true} |
[REFACTOR] : [Adyen] Error Message For Connector Implementation
### :memo: Feature Description
- In terms of errors, we are currently throwing a 'not supported' message, which shouldn't be the case as we are yet to decide on the implementation.
### :hammer: Possible Implementation
- In order to manage payme... | <think>
PR Context:
- Title: refactor(connector): [Adyen] change error message from not supported to not implemented
- Merged: 2024-03-18T07:02:00Z
- Files changed: 1 files
- Commits: 5 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
### Additional Changes
- [ ] This ... | {"issue_number": 2838, "pr_number": 2845, "commits_count": 1, "files_changed": 1, "response_length": 1016, "file_count": 3, "needs_breakdown": false} |
ci: run tests on PRs with `S-awaiting-merge` label
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
## Description
<!-- Describe your changes in detail -->
This PR updates the CI workflow to run tests ... | <think>
PR Context:
- Title: ci: allow tests to run on push to `main` branch
- Merged: 2022-12-19T08:09:11Z
- Files changed: 2 files
- Commits: 1 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR fixes a minor mistake in #166 where I forgot to allow tests on the `main`... | {"issue_number": 166, "pr_number": 167, "commits_count": 0, "files_changed": 2, "response_length": 777, "file_count": 0, "needs_breakdown": false} |
refactor(merchant_account): add back `api_key` field for backward compatibility
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactoring
- [ ] Dependency updates
## Description
<!-- Describe your changes in detail -->
This PR adds bac... | <think>
PR Context:
- Title: revert: refactor(merchant_account): add back `api_key` field for backward compatibility (#761)
- Merged: 2023-05-10T15:34:13Z
- Files changed: 9 files
- Commits: 3 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR reverts #761 (commit 661dd... | {"issue_number": 761, "pr_number": 1062, "commits_count": 0, "files_changed": 9, "response_length": 824, "file_count": 0, "needs_breakdown": false} |
chore: Update apple pay currency filter configs
Update apple pay currency filter configs as a temporary fix for failing PR #7921 | <think>
PR Context:
- Title: chore: Update apple pay currency filter configs
- Merged: 2025-06-09T07:57:15Z
- Files changed: 1 files
- Commits: 1 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Apple pay payments for noon were failing due to PR#7921. Adding AED to the curren... | {"issue_number": 8216, "pr_number": 8217, "commits_count": 0, "files_changed": 1, "response_length": 777, "file_count": 0, "needs_breakdown": false} |
fix(connector): [Prophetpay] Use refund_id as reference_id for Refund
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in deta... | <think>
PR Context:
- Title: fix(connector): [Prophetpay] Use refund_id as reference_id for Refund
- Merged: 2023-11-23T14:08:00Z
- Files changed: 1 files
- Commits: 2 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Relative PR in main branch [#2966](https://github.com/juspa... | {"issue_number": 2966, "pr_number": 2962, "commits_count": 1, "files_changed": 1, "response_length": 980, "file_count": 3, "needs_breakdown": false} |
feat: change role apis to support custom roles | <think>
PR Context:
- Title: feat(authz): Add custom role checks in authorization
- Merged: 2024-02-21T13:59:00Z
- Files changed: 15 files
- Commits: 30 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR will add checks in authorization to check for custom roles.
This ... | {"issue_number": 3717, "pr_number": 3719, "commits_count": 1, "files_changed": 15, "response_length": 3041, "file_count": 17, "needs_breakdown": true} |
BE Password specification
Make password have
Minimum number of characters.
At least one number, uppercase & lowercase characters and symbol. (This check is there in FE but not in BE). | <think>
PR Context:
- Title: fix(users): add password validations
- Merged: 2024-05-02T14:13:20Z
- Files changed: 2 files
- Commits: 6 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Closes #4412
### Additional Changes
- [ ] This PR modifies the API contract
- [ ] ... | {"issue_number": 4412, "pr_number": 4489, "commits_count": 1, "files_changed": 2, "response_length": 959, "file_count": 4, "needs_breakdown": false} |
[FIX] Add fallback connectors instead of active routing rule connectors if straight through connector is ineligible
Add the fallback connectors to the list of eligible connectors instead of adding connectors configured in the active routing rule in case straight through connector is ineligible | <think>
PR Context:
- Title: revert(routing): Add connectors from current active routing algorithm before adding fallback connectors
- Merged: 2025-06-06T07:51:47Z
- Files changed: 1 files
- Commits: 2 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Add fallback connectors t... | {"issue_number": 8210, "pr_number": 8259, "commits_count": 1, "files_changed": 1, "response_length": 1017, "file_count": 3, "needs_breakdown": false} |
feat(single_use): add extra fields in `Mandate` table and `MandateData` [Blocked on #61]
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
## Description
This PR adds single use mandate support and a 2 n... | <think>
PR Context:
- Title: feat(payout_link): add localisation support for payout link's templates
- Merged: 2024-08-12T08:08:33Z
- Files changed: 30 files
- Commits: 16 commits
Implementation approach:
## Description
Described in #5559
This uses a forked version of `rust-i18n` which handles string index slici... | {"issue_number": 66, "pr_number": 5552, "commits_count": 1, "files_changed": 30, "response_length": 2119, "file_count": 18, "needs_breakdown": true} |
fix(middleware): add support for logging request-id sent in request
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
This adds a log line in the middle... | <think>
PR Context:
- Title: fix(middleware): add support for logging request-id sent in request (…
- Merged: 2024-01-04T10:27:15Z
- Files changed: 1 files
- Commits: 1 commits
Implementation approach:
…#3225)
## Description
Extends #3225
<!-- Describe your changes in detail -->
### Additional Changes
... | {"issue_number": 3225, "pr_number": 3240, "commits_count": 1, "files_changed": 1, "response_length": 959, "file_count": 3, "needs_breakdown": false} |
[FIX]: Take merchant ID from headers in API Key Revoke (v2)
For `API Key - Revoke` in v2, the merchant ID is currently being passed in the path. We need to instead read the `X-Merchant-ID` header to get the merchant ID. | <think>
PR Context:
- Title: fix(router): Take merchant ID from headers in API Key - Revoke (v2)
- Merged: 2025-08-05T08:25:19Z
- Files changed: 2 files
- Commits: 1 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
- Removed merchant ID from path in `API Keys - Revoke`
- Cha... | {"issue_number": 8807, "pr_number": 8808, "commits_count": 1, "files_changed": 2, "response_length": 1021, "file_count": 4, "needs_breakdown": false} |
ci(cypress): removal of metadata overwriting during mca update call
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [x] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [x] CI/CD
## Description
<!-- Describe your changes in detail... | <think>
PR Context:
- Title: ci(cypress): add Braintree connector configs for cypress test flows
- Merged: 2025-04-24T07:23:48Z
- Files changed: 3 files
- Commits: 30 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Adding Cypress Test Case Flows related Configs for the `Brai... | {"issue_number": 7622, "pr_number": 7266, "commits_count": 0, "files_changed": 3, "response_length": 798, "file_count": 0, "needs_breakdown": false} |
Docs: Adding redirect URL details
Documentation didn't have any details about the Redirect URL. | <think>
PR Context:
- Title: Docs: Adding redirect url details
- Merged: 2024-08-22T12:46:04Z
- Files changed: 3 files
- Commits: 7 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
### Additional Changes
- [ ] This PR modifies the API contract
- [ ] This PR modifies t... | {"issue_number": 5506, "pr_number": 5507, "commits_count": 1, "files_changed": 3, "response_length": 946, "file_count": 3, "needs_breakdown": false} |
[FEATURE] Add BNPL for Nuvei payment processor
Add Buy Now Pay Later support for Nuvei | <think>
PR Context:
- Title: feat(connector) : add klarna, afterpay support in Nuvei
- Merged: 2023-05-09T14:54:13Z
- Files changed: 1 files
- Commits: 5 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
add payment methods like klarna, afterpay support for Nuvei connector
... | {"issue_number": 1067, "pr_number": 1081, "commits_count": 1, "files_changed": 1, "response_length": 975, "file_count": 3, "needs_breakdown": false} |
ci(workflows): skip CI checks for ignored files
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
## Description
This PR allows skipping CI checks for [ignored files](https://github.com/juspay/orca/blo... | <think>
PR Context:
- Title: ci(CI-skip-ignored-files): specify OS matrix with single entry
- Merged: 2022-11-24T08:26:16Z
- Files changed: 1 files
- Commits: 1 commits
Implementation approach:
## Description
This PR fixes a minor derp introduced in #10. Turns out specifying `runs-on: ubuntu-latest` vs. specifying... | {"issue_number": 10, "pr_number": 13, "commits_count": 0, "files_changed": 1, "response_length": 792, "file_count": 0, "needs_breakdown": false} |
fix(connector): [DummyConnector] add new icons and fix `we_chat_pay`
## 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 detai... | <think>
PR Context:
- Title: feat(payouts): extend routing capabilities to payout operation
- Merged: 2024-02-26T07:44:15Z
- Files changed: 30 files
- Commits: 23 commits
Implementation approach:
## Description
Explained in issue [#1845](https://github.com/juspay/hyperswitch-cloud/issues/1845)
### Additional Ch... | {"issue_number": 1845, "pr_number": 3531, "commits_count": 1, "files_changed": 30, "response_length": 4700, "file_count": 35, "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: 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:
## Description
Described in #6316 (point # 2)
### Additional Changes
- [ ] This PR modifies the A... | {"issue_number": 6316, "pr_number": 6392, "commits_count": 1, "files_changed": 3, "response_length": 1373, "file_count": 5, "needs_breakdown": false} |
refactor(api_keys): remove key ID prefix from plaintext API keys
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactoring
- [ ] Dependency updates
## Description
<!-- Describe your changes in detail -->
This PR removes the key ID pref... | <think>
PR Context:
- Title: refactor(authentication): authenticate merchant by API keys from API keys table
- Merged: 2023-03-08T09:20:00Z
- Files changed: 8 files
- Commits: 5 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR updates the API key authentication code t... | {"issue_number": 705, "pr_number": 712, "commits_count": 1, "files_changed": 8, "response_length": 1991, "file_count": 10, "needs_breakdown": false} |
[FEATURE] Add support for payout connector integrations for connectors crate
### Feature Description
To be able to support connector integrations in router and the new hyperswitch_connectors crate.
### Possible Implementation
Move payout API traits to a common place - in hyperswitch_interfaces crate.
### Have you ... | <think>
PR Context:
- Title: refactor: move Payout traits to hyperswitch_interfaces for connectors crate
- Merged: 2024-11-12T11:24:53Z
- Files changed: 7 files
- Commits: 10 commits
Implementation approach:
## Description
Described in #6508
### Additional Changes
- [ ] This PR modifies the API contract
- [ ]... | {"issue_number": 6508, "pr_number": 6481, "commits_count": 1, "files_changed": 7, "response_length": 1764, "file_count": 9, "needs_breakdown": false} |
refactor: Separate out totp completion from verify
Currently,`verify_totp` is the terminating 2fa API and also it was setting the TOTP status as "SET".
So , we want to separate the logic of terminating the 2FA to a separate API so that the job of the `verify_totp` API will only be to verify if the totp is valid or n... | <think>
PR Context:
- Title: feat(users): Create terminate 2fa API
- Merged: 2024-05-23T12:15:58Z
- Files changed: 10 files
- Commits: 8 commits
Implementation approach:
## Description
Currently completion of 2fa and setting the status of the 2fa status as "SET" is handled by `verify_totp` API. We want to remove thi... | {"issue_number": 4730, "pr_number": 4731, "commits_count": 1, "files_changed": 10, "response_length": 1626, "file_count": 12, "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:
## Description
<!-- Describe your changes in detail -->
We have changes the Intro page of the API-ref to make it more informative and navigable.
Also, The A... | {"issue_number": 7323, "pr_number": 7324, "commits_count": 0, "files_changed": 4, "response_length": 755, "file_count": 0, "needs_breakdown": false} |
Fix(CI): Update api-reference path in `pr_labeler`
PR #8333 modified the `api-reference` folder structure. Need to update it in `pr_labeler` job | <think>
PR Context:
- Title: fix(ci): Update api-reference path in pr_labeler job
- Merged: 2025-06-16T11:54:06Z
- Files changed: 2 files
- Commits: 2 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
- Updated OpenAPI spec path in `pr_labeler` CI job
- Modified `CODEOWNERS` ... | {"issue_number": 8343, "pr_number": 8344, "commits_count": 0, "files_changed": 2, "response_length": 782, "file_count": 0, "needs_breakdown": false} |
feat(router): adding metrics for tracking behavior throughout the `router` crate
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
## Description
This PR focuses on adding metrics to the `router` crat... | <think>
PR Context:
- Title: release: Update CHANGELOG for release v0.5.1
- Merged: 2023-03-24T06:55:06Z
- Files changed: 1 files
- Commits: 3 commits
Implementation approach:
# 0.5.1 (2023-03-21)
## Documentation Changes
* **try_local_system:**
* add Ubuntu on WSL2 setup instructions (#767) (1d2166cf)
* ... | {"issue_number": 768, "pr_number": 796, "commits_count": 0, "files_changed": 1, "response_length": 774, "file_count": 3, "needs_breakdown": false} |
[DOCS] Update Rustman documentation
The current documentation misses some key points that WILL result in people not being able to run the collections and ask for help.
We would want to update it so that it look cleaner with `Notes` that are highlighted thereby making it more readable and clearer. | <think>
PR Context:
- Title: docs(postman): update rustman and collection generation docs
- Merged: 2024-02-13T07:33:55Z
- Files changed: 2 files
- Commits: 3 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR updates the `Rustman` documentation easing the collection ... | {"issue_number": 3616, "pr_number": 3615, "commits_count": 0, "files_changed": 2, "response_length": 790, "file_count": 0, "needs_breakdown": false} |
Todo redis interface
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Enhancement
## Description
This PR is a part of greater refactoring which aims on removing `// TODO: ...` & `// FIXME: ..` from the entire codebase.
The objective of this PR is to fix `xgroup_create` by adding a guard or so... | <think>
PR Context:
- Title: fix: todos and fixmes resolution for api_models
- Merged: 2022-12-14T12:19:48Z
- Files changed: 17 files
- Commits: 6 commits
Implementation approach:
## Description
This PR targets on removing `// TODO: ..` & `// FIXME: ..` specifically from the `api_models`
This PR is part of the ch... | {"issue_number": 136, "pr_number": 144, "commits_count": 1, "files_changed": 17, "response_length": 1955, "file_count": 16, "needs_breakdown": true} |
chore(codeowners): add codeowners data for PR reviews
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
## Description
Adding a CODEOWNERS file for facilitating PR reviews for teams
### Additional... | <think>
PR Context:
- Title: feat(payments): [Payment links] Add config for changing button text for payment links
- Merged: 2024-12-19T13:28:25Z
- Files changed: 11 files
- Commits: 2 commits
Implementation approach:
## Description
Added config for changing text of confirm button for payment links
### Additional... | {"issue_number": 1, "pr_number": 6860, "commits_count": 1, "files_changed": 11, "response_length": 1485, "file_count": 10, "needs_breakdown": false} |
update refunds filters and list
Include filter for amount and merchant connector id in refunds list. | <think>
PR Context:
- Title: feat(refunds): update refunds filters
- Merged: 2024-05-13T13:31:58Z
- Files changed: 14 files
- Commits: 12 commits
Implementation approach:
## Description
The PR:
- Adds support for new `filter_v2` api to get list of available filters for refunds quickly: connector with their correspo... | {"issue_number": 4408, "pr_number": 4409, "commits_count": 1, "files_changed": 14, "response_length": 1863, "file_count": 15, "needs_breakdown": false} |
refactor: move config defaults from TOML files to `Default` trait
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactoring
- [ ] Dependency updates
## Description
<!-- Describe your changes in detail -->
This PR moves default values f... | <think>
PR Context:
- Title: chore(errors): cleanup unused `ApplicationError` variants
- Merged: 2023-01-12T11:06:31Z
- Files changed: 2 files
- Commits: 3 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR removes some variants of the `ApplicationError` enum that are n... | {"issue_number": 352, "pr_number": 356, "commits_count": 1, "files_changed": 2, "response_length": 992, "file_count": 4, "needs_breakdown": false} |
feat(pm_list): add pm list support for bank_debits
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] New feature
## Description
<!-- Describe your changes in detail -->
This PR was not merged to main in #927 because of github not automatically changing the base branch when parent branch is ... | <think>
PR Context:
- Title: hotfix(router): add webhooks and sessions hotfixes
- Merged: 2023-05-11T16:10:50Z
- Files changed: 16 files
- Commits: 3 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
#1120
#1126
#1128
### Additional Changes
- [ ] This PR modifies th... | {"issue_number": 1120, "pr_number": 1134, "commits_count": 1, "files_changed": 16, "response_length": 2287, "file_count": 18, "needs_breakdown": true} |
enhance(stripe): send statement descriptor to stripe
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Enhancement
## Description
<!-- Describe your changes in detail -->
- Pass statement descriptor field to stripe.
- Replace Juspay with hyperswitch in docs
## Motivation and Context
<... | <think>
PR Context:
- Title: refactor: rename statement descriptor to statement descriptor name
- Merged: 2023-03-04T06:10:19Z
- Files changed: 7 files
- Commits: 1 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Renaming the field in `PaymentsRequest` and `PaymentsResponse`... | {"issue_number": 707, "pr_number": 711, "commits_count": 1, "files_changed": 7, "response_length": 1420, "file_count": 9, "needs_breakdown": false} |
`nmi` tests shows different error messages for the same request
Postman Tests for nmi behaves like the following while running `Flow Testcases/Variation Cases/Scenario9-Create a mandate payment`
## Creating a mandate payment for `nmi`
```curl
curl --location '{{baseUrl}}/payments' \
--header 'Content-Type: applicatio... | <think>
PR Context:
- Title: ci(postman): update assertion error message for nmi collection
- Merged: 2025-04-17T07:51:28Z
- Files changed: 2 files
- Commits: 10 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Postman Tests for `nmi` were failing on SBX (but not on Integ) be... | {"issue_number": 7764, "pr_number": 7765, "commits_count": 0, "files_changed": 2, "response_length": 793, "file_count": 0, "needs_breakdown": false} |
Feat: Ability to accept 3 values in ConnectorAuthType
Currently we support max 2 values from keys.conf / db
```rust
pub enum ConnectorAuthType {
HeaderKey { api_key: String },
BodyKey { api_key: String, key1: String },
}
```
I'm trying to integrate Cybersource, it requires [`http signatures`](https://... | <think>
PR Context:
- Title: feat(router): add support for Signature Key ConnectorAuthType
- Merged: 2022-12-08T09:11:28Z
- Files changed: 1 files
- Commits: 2 commits
Implementation approach:
## Description
This will allow us to accept 3 keys for a connector.
Generally Public key, Private key and the merchant id.
... | {"issue_number": 69, "pr_number": 85, "commits_count": 1, "files_changed": 1, "response_length": 967, "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:
## Description
<!-- Describe your changes in detail -->
Improved wording in the edit files.
### Additional Changes
- [ ] This ... | {"issue_number": 6321, "pr_number": 6322, "commits_count": 0, "files_changed": 2, "response_length": 780, "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:
## Description
Described in #6316
### Additional Changes
- [ ] This PR modifies the API contract
... | {"issue_number": 6316, "pr_number": 6317, "commits_count": 1, "files_changed": 12, "response_length": 2831, "file_count": 9, "needs_breakdown": false} |
fix: merchant order ref id filter and refund_id filter
- Add merchant_order reference id filter for payments list
- Fix refunds list filter, search by refund id. (It is construction a totally new filter ignoring the merchant id when searching) | <think>
PR Context:
- Title: feat(payments): add merchant order ref id filter
- Merged: 2024-11-25T14:06:30Z
- Files changed: 5 files
- Commits: 2 commits
Implementation approach:
## Description
The PR
- Add merchant order reference id filter for payments list
- Fix bug for search by refund id (or payment_id), usi... | {"issue_number": 6629, "pr_number": 6630, "commits_count": 1, "files_changed": 5, "response_length": 1229, "file_count": 7, "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:
## Description
- Add support for user in tenants configs.
- Handle email URLs for different tenancies
### Additional... | {"issue_number": 6808, "pr_number": 6809, "commits_count": 1, "files_changed": 12, "response_length": 1395, "file_count": 9, "needs_breakdown": false} |
refactor: Home and Sign out API changes for 2FA Phase - II
As we are having the reset TOTP and regenerate recovery codes flows in the Phase - II, we need to let FE know whether the user has completed the 2FA or not and also number of recovery codes left for the user, so that FE can show a warning if there are less.
A... | <think>
PR Context:
- Title: refactor(users): Changes for Home and Signout APIs for TOTP Redis flows
- Merged: 2024-06-03T14:25:35Z
- Files changed: 3 files
- Commits: 5 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
After this PR, Home API will send the details about the u... | {"issue_number": 4848, "pr_number": 4851, "commits_count": 1, "files_changed": 3, "response_length": 1196, "file_count": 5, "needs_breakdown": false} |
fix(connector): [noon] address next_action_url being null for cards in 3ds payment
## 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 ch... | <think>
PR Context:
- Title: revert: fix(connector): [noon] address next_action_url being null for cards in 3ds payment
- Merged: 2025-04-22T08:23:14Z
- Files changed: 1 files
- Commits: 1 commits
Implementation approach:
Reverts juspay/hyperswitch#7861
</think>
To implement this, you'll need to modify:
**Detailed I... | {"issue_number": 7861, "pr_number": 7863, "commits_count": 1, "files_changed": 1, "response_length": 564, "file_count": 3, "needs_breakdown": false} |
refactor(users): Populate optional fields in the user APIs
Currently
- list users in lineage
- get user role details
- list invitations
APIs send `null` for role_name, entity_name etc...
These fields should be populated with proper data. | <think>
PR Context:
- Title: refactor(user_roles): Populate role names and entity names in user role APIs
- Merged: 2024-09-13T13:21:52Z
- Files changed: 12 files
- Commits: 3 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
- Populate entity name in list invitations API.
- ... | {"issue_number": 5860, "pr_number": 5861, "commits_count": 1, "files_changed": 12, "response_length": 1895, "file_count": 14, "needs_breakdown": false} |
Add PayU for card payments | <think>
PR Context:
- Title: feat(connector): add payment create, sync, capture, refund, void, rsync support for PayU
- Merged: 2023-01-14T07:37:04Z
- Files changed: 14 files
- Commits: 16 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
- Adding support for [payU](https://de... | {"issue_number": 237, "pr_number": 351, "commits_count": 1, "files_changed": 14, "response_length": 9303, "file_count": 16, "needs_breakdown": true} |
fix(router): populate card network in the network transaction id based MIT flow
## 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 chang... | <think>
PR Context:
- Title: fix(connector): [Cybersource] change commerce indicator for discover cards in apple pay
- Merged: 2024-12-03T10:39:13Z
- Files changed: 1 files
- Commits: 1 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
commerce indicator for discover card in a... | {"issue_number": 6690, "pr_number": 6728, "commits_count": 1, "files_changed": 1, "response_length": 1017, "file_count": 3, "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:
## Description
Propagation request-id to chat service for consistency.
Propagate chat session id as well in request
Add count m... | {"issue_number": 8679, "pr_number": 8680, "commits_count": 1, "files_changed": 4, "response_length": 1117, "file_count": 6, "needs_breakdown": false} |
[BUG] Update Iatapay config URL to use sandbox URl instead of production URL
### Bug Description
It bugs out when you try to do a payment with Iatapay and it throws Unauthorized error in Sandbox environment
### Expected Behavior
It should do the payment.
### Actual Behavior
Throws an error
### Steps To Reproduce... | <think>
PR Context:
- Title: chore(env): update Iatapay env to use Sandbox URL instead of Prod
- Merged: 2024-02-13T13:19:45Z
- Files changed: 1 files
- Commits: 1 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR updates Iatapay to use Sandbox URL instead of Productio... | {"issue_number": 3643, "pr_number": 3644, "commits_count": 0, "files_changed": 1, "response_length": 795, "file_count": 0, "needs_breakdown": false} |
[REFACTOR]: [Multisafepay] Remove Default Case Handling
### :memo: Feature Description
- We utilize match statements to make pivotal decisions, such as generating requests based on the payment method type and managing responses received from the connector.
- These conditions generally go hand in hand with enum varia... | <think>
PR Context:
- Title: refactor(connector): [multisafepay] Remove Default Case Handling
- Merged: 2023-10-16T14:01:15Z
- Files changed: 1 files
- Commits: 2 commits
Implementation approach:
## Description
Removed all the default case handling in multisafepay and handle all the missing cases.
Closes: #2274
... | {"issue_number": 2274, "pr_number": 2586, "commits_count": 1, "files_changed": 1, "response_length": 972, "file_count": 3, "needs_breakdown": false} |
Implement `CardsInfoInterface` for `MockDb`
Spin out from #172. Please refer to that issue for more information. | <think>
PR Context:
- Title: feat(router): implement `CardsInfoInterface` for `MockDB`
- Merged: 2023-05-25T07:25:37Z
- Files changed: 2 files
- Commits: 1 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Very simply implement `CardsInfoInterface` for `MockDB`, allowing loo... | {"issue_number": 1189, "pr_number": 1262, "commits_count": 1, "files_changed": 2, "response_length": 988, "file_count": 4, "needs_breakdown": false} |
[REFACTOR] provide an identifier for the api key in the expiry reminder email
### Issue Description:
Currently, our system sends out reminder emails to merchants when their API key is about to expire. However, since merchants can create multiple API keys, the email lacks clarity on which specific API key is expirin... | <think>
PR Context:
- Title: feat(connector): [Stripe] Metadata to connector metadata mapping
- Merged: 2024-01-30T11:50:54Z
- Files changed: 3 files
- Commits: 16 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Resolves [#3801](https://github.com/juspay/hyperswitch-cloud/i... | {"issue_number": 3801, "pr_number": 3295, "commits_count": 1, "files_changed": 3, "response_length": 1161, "file_count": 5, "needs_breakdown": false} |
[FEATURE]: [Cybersource] Use `connector_response_reference_id` as reference to merchant
### :memo: Feature Description
- Reference id are used to map transactions in the connector’s dashboard.
- Hyperswitch manages several reference ids, such as `payment_id`, `attempt_id`, and `connector_transaction_id` for a single ... | <think>
PR Context:
- Title: feat(connector): [Cybersource] Use connector_response_reference_id as reference to merchant
- Merged: 2023-10-07T06:52:01Z
- Files changed: 1 files
- Commits: 13 commits
Implementation approach:
## Description
Use connector_response_reference_id as reference to merchant for Cybersource
... | {"issue_number": 2327, "pr_number": 2470, "commits_count": 1, "files_changed": 1, "response_length": 1028, "file_count": 3, "needs_breakdown": false} |
fix: Fix bugs caused by token only flows
- Password without special characters is not throwing parsing failed error.
- Signup is not populating the `last_password_modified_at`.
- Verify email is blacklisting all email tokens.
- If the SPT token time is less than JWT time, some SPTs issued after that blacklist are n... | <think>
PR Context:
- Title: fix(users): Fix bugs caused by the new token only flows
- Merged: 2024-05-09T14:30:19Z
- Files changed: 3 files
- Commits: 5 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR fixes the following bugs:
- Password without special characters ... | {"issue_number": 4606, "pr_number": 4607, "commits_count": 1, "files_changed": 3, "response_length": 1051, "file_count": 5, "needs_breakdown": false} |
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:
## Description
<!-- Describe your changes in detail -->
The permissions in the permission info API are ... | {"issue_number": 6375, "pr_number": 6376, "commits_count": 1, "files_changed": 4, "response_length": 1448, "file_count": 6, "needs_breakdown": false} |
[ENHANCE] Send connector in refund response
### Feature Description
Add field connector in `api_models::refunds::RefundResponse`.
### Possible Implementation
We store connector field in `storage_models::Refund`. Map it to the field in `RefundResponse`
### Have you spent some time to check if this feature request... | <think>
PR Context:
- Title: feat(refunds): add connector field in refund response
- Merged: 2023-05-09T15:36:46Z
- Files changed: 2 files
- Commits: 2 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Added connector field in refund response. We have connector field in storag... | {"issue_number": 1058, "pr_number": 1059, "commits_count": 1, "files_changed": 2, "response_length": 1027, "file_count": 4, "needs_breakdown": false} |
[FEATURE] [CONNECTOR] Nordea
Integrate a new connector Nordea.
Developer Docs: https://developer.nordeaopenbanking.com/documentation
Login Dashboard: https://developer.nordeaopenbanking.com/login
| <think>
PR Context:
- Title: feat(connector): [nordea] template code
- Merged: 2025-05-21T07:49:27Z
- Files changed: 24 files
- Commits: 4 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Connector template code for new connector `Nordea`.
Developer Docs: https://develop... | {"issue_number": 8055, "pr_number": 8056, "commits_count": 1, "files_changed": 24, "response_length": 8717, "file_count": 17, "needs_breakdown": true} |
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:
## Description
<!-- Describe your changes in detail -->
Moving connectors (NMI,Riskified,and payone) from `... | {"issue_number": 7715, "pr_number": 7666, "commits_count": 1, "files_changed": 20, "response_length": 2525, "file_count": 12, "needs_breakdown": false} |
Implement `MandateInterface` for `MockDb`
Spin out from https://github.com/juspay/hyperswitch/issues/172. Please refer to that issue for more information. | <think>
PR Context:
- Title: feat(db): implement `MandateInterface` for `MockDb`
- Merged: 2023-06-17T08:25:58Z
- Files changed: 2 files
- Commits: 25 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
- fixes #1256
### Additional Changes
- [ ] This PR modifies the API c... | {"issue_number": 1256, "pr_number": 1387, "commits_count": 1, "files_changed": 2, "response_length": 974, "file_count": 4, "needs_breakdown": false} |
[FEATURE] Update worldpay connector's integration
# Storing long connector transaction IDs (\>128 characters)
## Aim
This issue describes the approach for efficiently storing long connector transaction IDs in HyperSwitch application.
## Context
HyperSwitch is integrated with multiple connectors, these unde... | <think>
PR Context:
- Title: feat(worldpay): migrate to v7
- Merged: 2024-10-17T10:57:00Z
- Files changed: 30 files
- Commits: 25 commits
Implementation approach:
## Description
Described in #6116
### Additional Changes
- [ ] This PR modifies the API contract
- [ ] This PR modifies the database schema
- [ ]... | {"issue_number": 6116, "pr_number": 6109, "commits_count": 1, "files_changed": 30, "response_length": 6031, "file_count": 47, "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: fix(connector): [Worldpay] use 4 digit expiry year
- Merged: 2024-11-19T15:34:37Z
- Files changed: 3 files
- Commits: 2 commits
Implementation approach:
## Description
Described in #6316 point # 7
### Additional Changes
- [ ] This PR modifies the API contract
- [ ] This PR modif... | {"issue_number": 6316, "pr_number": 6543, "commits_count": 1, "files_changed": 3, "response_length": 1068, "file_count": 4, "needs_breakdown": false} |
[BUG] DB constraints for events table
### Bug Description
`idempotent_event_id` column is a combination of `payment_id` and the `event_type`. Length of this field in DB can be a maximum of 64 characters. However, since `payment_id` can also be 64 characters, the resulting `idempotent_event_id` can easily exceed 64 ch... | <think>
PR Context:
- Title: fix(webhooks): add idempotent_event_id generation using URL-safe Base64 (no padding) and SHA256 digest
- Merged: 2025-09-22T08:30:21Z
- Files changed: 7 files
- Commits: 7 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This change updates the id... | {"issue_number": 8460, "pr_number": 9405, "commits_count": 1, "files_changed": 7, "response_length": 1452, "file_count": 9, "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:
## Description
Changed the query to apply the merchant_id filter after the join. This ensures valid rows aren’... | {"issue_number": 6916, "pr_number": 6917, "commits_count": 1, "files_changed": 1, "response_length": 988, "file_count": 4, "needs_breakdown": false} |
[REFACTOR] handle payment method duplication in payouts
Currently, when same payment method is saved in payouts, duplication logic is not handled.
Locker returns `duplication_check` based on which duplication of payment methods has to be handled in Hyperswitch.
This issue similar to https://github.com/juspay/hypers... | <think>
PR Context:
- Title: fix(locker): handle card duplication in payouts flow
- Merged: 2024-04-05T07:03:32Z
- Files changed: 3 files
- Commits: 5 commits
Implementation approach:
## Description
Explained in #3950
### Additional Changes
- [ ] This PR modifies the API contract
- [ ] This PR modifies the d... | {"issue_number": 3950, "pr_number": 4013, "commits_count": 1, "files_changed": 3, "response_length": 1191, "file_count": 5, "needs_breakdown": false} |
feat: Add config to force 2FA for users
Currently 2FA is skippable in all the environments.
We need to force 2FA in prod later at some point, so there should be config to which forces 2FA is enabled. | <think>
PR Context:
- Title: feat(users): Add `force_two_factor_auth` environment variable
- Merged: 2024-11-05T14:59:29Z
- Files changed: 10 files
- Commits: 5 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR will add force 2fa environment variable. When enabled it w... | {"issue_number": 4774, "pr_number": 6466, "commits_count": 1, "files_changed": 10, "response_length": 1065, "file_count": 5, "needs_breakdown": false} |
docs(openapi): document path parameters for API keys endpoints
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
## Description
<!-- Describe your changes in detail -->
This PR documents the path parame... | <think>
PR Context:
- Title: Release v0.5.0
- Merged: 2023-03-21T10:02:11Z
- Files changed: 30 files
- Commits: 30 commits
Implementation approach:
# 0.5.0 (2023-03-21)
## Build System / Dependencies
* **deps:** update deps (#734) (16bc886c)
## Chores
* **merchant_account:** remove `api_key` field (#713)... | {"issue_number": 702, "pr_number": 789, "commits_count": 1, "files_changed": 30, "response_length": 101056, "file_count": 220, "needs_breakdown": true} |
[BUG] Failing unit tests for Routing
### Bug Description
Certain unit tests in the `euclid` and `kgraph_utils` crates are failing.
**euclid**
```
test dssa::analyzer::tests::test_exhaustive_negation_detection ... FAILED
test frontend::dir::test::test_consistent_dir_key_naming ... FAILED
```
**kgraph_utils**... | <think>
PR Context:
- Title: fix(routing/tests): fix unit tests for routing
- Merged: 2024-04-24T09:39:37Z
- Files changed: 3 files
- Commits: 1 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR fixes failing unit tests for routing, either by updating outdated tests, o... | {"issue_number": 4437, "pr_number": 4438, "commits_count": 1, "files_changed": 3, "response_length": 1035, "file_count": 5, "needs_breakdown": false} |
github: add bug report and feature request issue forms
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
## Description
<!-- Describe your changes in detail -->
This PR adds bug report and feature reque... | <think>
PR Context:
- Title: feat(router): include git commit hash and timestamp in `--version` output
- Merged: 2022-11-28T04:49:57Z
- Files changed: 8 files
- Commits: 5 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR adds the following two fields of information to... | {"issue_number": 20, "pr_number": 29, "commits_count": 1, "files_changed": 8, "response_length": 1311, "file_count": 8, "needs_breakdown": false} |
[REFACTOR] : [Stripe] Error Message For Connector Implementation
### :memo: Feature Description
- In terms of errors, we are currently throwing a 'not supported' message, which shouldn't be the case as we are yet to decide on the implementation.
### :hammer: Possible Implementation
- In order to manage paym... | <think>
PR Context:
- Title: refactor(stripe): change NotSupported to NotImplemented error for Stripe
- Merged: 2024-03-18T07:00:21Z
- Files changed: 1 files
- Commits: 1 commits
Implementation approach:
## Description
Should close #2863 by changing `NotSupported` to `NotImplemented` error for Stripe
### Additi... | {"issue_number": 2863, "pr_number": 3690, "commits_count": 1, "files_changed": 1, "response_length": 982, "file_count": 3, "needs_breakdown": false} |
refactor(router): add dynamic_routing feature flag in release features
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in det... | <think>
PR Context:
- Title: chore(deps): bump the cargo group across 1 directories with 3 updates
- Merged: 2024-01-22T07:23:09Z
- Files changed: 11 files
- Commits: 1 commits
Implementation approach:
Bumps the cargo group with 3 updates in the /. directory: [tokio](https://github.com/tokio-rs/tokio), [h2](https://gi... | {"issue_number": 6144, "pr_number": 3409, "commits_count": 0, "files_changed": 11, "response_length": 800, "file_count": 0, "needs_breakdown": false} |
refactor(connectors): [Bitpay] PII data masking
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [x] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in detail -->
Mask pii infor... | <think>
PR Context:
- Title: feat(pm_list): add required fields for sofort
- Merged: 2024-01-30T09:23:16Z
- Files changed: 11 files
- Commits: 27 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Resolves [#3704](https://github.com/juspay/hyperswitch-cloud/issues/3704)
### T... | {"issue_number": 3704, "pr_number": 3192, "commits_count": 1, "files_changed": 11, "response_length": 1391, "file_count": 8, "needs_breakdown": false} |
fix(router): add validation for all the connector auth type
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Issue is caused when in any Connector 's `... | <think>
PR Context:
- Title: revert: fix(core): add validation for all the connector auth_type
- Merged: 2023-08-04T14:13:51Z
- Files changed: 30 files
- Commits: 11 commits
Implementation approach:
## Description
This PR reverts the commit of `1cda7ad` (PR #1748 ) and also adds a new implementation for the valida... | {"issue_number": 1748, "pr_number": 1833, "commits_count": 1, "files_changed": 30, "response_length": 8669, "file_count": 53, "needs_breakdown": true} |
[BUG] : [Adyen] Handle redirection response incase of no connector_transaction_id
### Bug Description
In Adyen, for certain payment methods that involve redirection, the /payments API call doesn't return a psp_reference (Adyen's transaction ID). In such cases, we need to save the redirectResult field from the redir... | <think>
PR Context:
- Title: fix(connector): [adyen] production endpoints and mappings
- Merged: 2024-02-29T18:41:57Z
- Files changed: 17 files
- Commits: 7 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
- Add production live endpoint for Adyen
- Fix webhooks status mappin... | {"issue_number": 3614, "pr_number": 3900, "commits_count": 1, "files_changed": 17, "response_length": 1888, "file_count": 8, "needs_breakdown": false} |
Setup for Data services locally targeting clickhouse/ kafka and the relevant features on dashboard | <think>
PR Context:
- Title: docs(analytics): Add documentation for setting up data services and enabling data features in control center
- Merged: 2024-05-28T07:16:23Z
- Files changed: 7 files
- Commits: 5 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
Fixes #4740
- Up... | {"issue_number": 4740, "pr_number": 4741, "commits_count": 0, "files_changed": 7, "response_length": 838, "file_count": 0, "needs_breakdown": false} |
fix: Ability to change TOTP issuer name depending on the env
As of now, the issuer name in TOTP is always "Hyperswitch" independent of env.
As TOTP will be present in multiple environments, we need to have different issuer names for all the environments, so that user can easily identify the TOTP. | <think>
PR Context:
- Title: feat(users): Create config for TOTP Issuer
- Merged: 2024-06-03T14:07:38Z
- Files changed: 11 files
- Commits: 8 commits
Implementation approach:
## Description
<!-- Describe your changes in detail -->
This PR adds configs for TOTP Issuer (to easily change issuer name of TOTP)
### Ad... | {"issue_number": 4775, "pr_number": 4776, "commits_count": 1, "files_changed": 11, "response_length": 1106, "file_count": 6, "needs_breakdown": false} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.