prompt
stringlengths
24
63.1k
response
stringlengths
180
101k
metadata
stringlengths
143
152
[REFACTOR] Simplify the method signatures of some methods in the `Encode` extension trait ### Description The definition of the [`common_utils::ext_traits::Encode`](https://github.com/juspay/hyperswitch/blob/fb254b8924808e6a2b2a9a31dbed78749836e8d3/crates/common_utils/src/ext_traits.rs#L21) trait has a generic type...
<think> PR Context: - Title: refactor(ext_traits): simplify the signatures of some methods in `Encode` extension trait - Merged: 2024-02-19T10:08:24Z - Files changed: 30 files - Commits: 3 commits Implementation approach: ## Description <!-- Describe your changes in detail --> This PR simplifies the definition of t...
{"issue_number": 3685, "pr_number": 3687, "commits_count": 1, "files_changed": 30, "response_length": 4178, "file_count": 45, "needs_breakdown": true}
Updating Errors in the API-ref Docs Updating Errors in the API-ref Docs
<think> PR Context: - Title: docs: Added desc. for wallets other than AP, GP - Merged: 2024-10-29T07:56:09Z - Files changed: 3 files - Commits: 5 commits Implementation approach: ## Description <!-- Describe your changes in detail --> Closes #5305 ### Additional Changes - [ ] This PR modifies the API contrac...
{"issue_number": 5305, "pr_number": 6452, "commits_count": 1, "files_changed": 3, "response_length": 960, "file_count": 3, "needs_breakdown": false}
[FEATURE] Implement `MerchantKeyStoreInterface` for `MockDb` ### Feature Description Currently the MerchantKeyStoreInterface is not implemented for MockDb. It is required for merchant account functions. And without this implementation, we cannot write tests for them. ### Possible Implementation Checkout #172 for mo...
<think> PR Context: - Title: feat(db): implement `MerchantKeyStoreInterface` for `MockDb` - Merged: 2023-07-25T07:52:19Z - Files changed: 5 files - Commits: 3 commits Implementation approach: ## Description <!-- Describe your changes in detail --> This PR adds the `MockDb` implementation of `MerchantKeyStoreInterfa...
{"issue_number": 1697, "pr_number": 1772, "commits_count": 1, "files_changed": 5, "response_length": 1355, "file_count": 7, "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: fix(core): language consumption from locale in payment and payout links - Merged: 2025-05-12T15:38:24Z - Files changed: 4 files - Commits: 3 commits Implementation approach: ## Description Fix the locale handling in the payment and payout links translation functionality to properly suppo...
{"issue_number": 66, "pr_number": 7993, "commits_count": 1, "files_changed": 4, "response_length": 1036, "file_count": 3, "needs_breakdown": false}
[FEATURE] Flowbird Archipel connector ### Feature Description Initial contribution from Flowbird. ### Possible Implementation Implementation of the Archipel connector. ### Have you spent some time checking if this feature request has been raised before? - [x] I checked and didn't find a similar issue ### Have ...
<think> PR Context: - Title: feat(connector): Archipel connector - Merged: 2025-05-16T09:54:08Z - Files changed: 30 files - Commits: 27 commits Implementation approach: [Flowbird Archipel connector implementation](https://www.flowbird.group/smartcity/us/wp-content/uploads/2019/11/Brochure-PAYMENT-ACCEPTANCE-EN-4-pages...
{"issue_number": 7899, "pr_number": 7851, "commits_count": 1, "files_changed": 30, "response_length": 13979, "file_count": 16, "needs_breakdown": true}
refactor(reports): Change permissions for report APIs Currently internal users are unable to use report APIs as some of them require Write permission which internal view only users doesn't have. We need to change the permission required to access report APIs.
<think> PR Context: - Title: refactor(analytics): Create new permissions for Generate Report APIs - Merged: 2024-07-11T08:30:00Z - Files changed: 5 files - Commits: 5 commits Implementation approach: ## Description <!-- Describe your changes in detail --> Currently, internal users are unable to access payment gener...
{"issue_number": 5177, "pr_number": 5178, "commits_count": 1, "files_changed": 5, "response_length": 1256, "file_count": 7, "needs_breakdown": false}
refactor(RouterData): reorder fields in `RouterData` ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates ## Description This change targets on changing the orientation of the fields in RouterData the chang...
<think> PR Context: - Title: fix(payment_update): fix the fsm after passing pm_data in update - Merged: 2022-11-29T17:56:36Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Description The addition of payment_method_data in `PaymentData` affected condition for checking payment method in `up...
{"issue_number": 33, "pr_number": 38, "commits_count": 1, "files_changed": 1, "response_length": 974, "file_count": 3, "needs_breakdown": false}
[BUG] Internal Server Error thrown when updating or deleting non-existent API key ### Bug Description When a user tries to update or delete a non-existent API key, an internal server error is thrown. The expected behavior is that the server returns a 404 status code, informing that the API key does not exist. ##...
<think> PR Context: - Title: fix(api_keys): fix internal server error being thrown when trying to update or delete non-existent API key - Merged: 2024-02-22T07:51:09Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Description <!-- Describe your changes in detail --> This PR fixes a bug wi...
{"issue_number": 3761, "pr_number": 3762, "commits_count": 1, "files_changed": 1, "response_length": 1019, "file_count": 3, "needs_breakdown": false}
[FEATURE] Implement a masking strategy for UPI VPAs ### Feature Description Unified Payments Interface (UPI) is a popular payment technique in India, used to transfer money among individuals, bill payments and merchant payments. In the case of money transfer among individuals, users are identified with a Virtual Pa...
<think> PR Context: - Title: feat(pii): implement a masking strategy for UPI VPAs - Merged: 2023-08-01T13:32:55Z - Files changed: 6 files - Commits: 10 commits Implementation approach: ## Description <!-- Describe your changes in detail --> Here, I have implemented masking::Strategy for UPI VPAs which is called Upi...
{"issue_number": 1578, "pr_number": 1641, "commits_count": 1, "files_changed": 6, "response_length": 1664, "file_count": 8, "needs_breakdown": false}
refactor: migrate user roles table to support v2 - Make org_id and merchant_id nullable. - Add new nullable columns profile_id, entity_id , entity_type, version
<think> PR Context: - Title: refactor(user_roles): make org and merchant id nullable - Merged: 2024-07-25T10:56:16Z - Files changed: 16 files - Commits: 23 commits Implementation approach: ## Description ### DB changes in user_roles - New Columns - `version` - `entity_id` - `entity_type` - `profile_id` ...
{"issue_number": 5352, "pr_number": 5353, "commits_count": 1, "files_changed": 16, "response_length": 1841, "file_count": 16, "needs_breakdown": true}
refactor(routers,connectors) : Remove unused functions in `crates/router/src/connector/utils.rs` ## Analyze and Remove Unused Functions from `crates/router/src/connector/utils.rs` ### Description: There are functions in the crates/router/src/connector/utils.rs file that appear to be unused across the router crate. ...
<think> PR Context: - Title: refactor: remove unused functions - Merged: 2025-05-14T10:29:02Z - Files changed: 1 files - Commits: 2 commits Implementation approach: crates/router/src/connector/utils.rs ## Description <!-- Describe your changes in detail --> Removed functions that are not used in other files and ...
{"issue_number": 7928, "pr_number": 7994, "commits_count": 2, "files_changed": 1, "response_length": 3068, "file_count": 5, "needs_breakdown": false}
feat(users): add tenant_id in user roles - Use global interface for user roles - Add column tenant_id in user_roles - Handle insertion of tenant_id - Hadle token validation, a token issued in one tenant should not work in other tenancy
<think> PR Context: - Title: feat(users): add global support in user roles - Merged: 2024-11-13T07:24:13Z - Files changed: 18 files - Commits: 9 commits Implementation approach: ## Description This PR includes - Use of global interface for user roles table - Add tenant_id column in user_roles table - Handle user_...
{"issue_number": 6457, "pr_number": 6458, "commits_count": 1, "files_changed": 18, "response_length": 1906, "file_count": 18, "needs_breakdown": true}
feat(users): Add profile level invites Currently invites are at merchant level only. Invite, accept invite and accept invite from email should change because of this.
<think> PR Context: - Title: feat(users): Add profile level invites - Merged: 2024-09-04T15:22:10Z - Files changed: 19 files - Commits: 8 commits Implementation approach: ## Description <!-- Describe your changes in detail --> - Removed preferred_merchant_id from update user API. - Invites will work at profile lev...
{"issue_number": 5792, "pr_number": 5793, "commits_count": 1, "files_changed": 19, "response_length": 2351, "file_count": 19, "needs_breakdown": true}
fix: remove force cookie for docker local setup Local setup for users is failing due to cookie bug. We need to disable cookie from backend so local setup works as expected until we raise a proper fix.
<think> PR Context: - Title: fix(users): remove force cookie for docker setup - Merged: 2024-12-24T12:07:34Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Description Users not able to login using local setup. This PR removes force cookie option for docker setup. ### Additional Chang...
{"issue_number": 6931, "pr_number": 6932, "commits_count": 0, "files_changed": 1, "response_length": 778, "file_count": 0, "needs_breakdown": false}
[FEATURE] Implement `ApiKeyInterface` for `MockDb` Spin out from #172. Please refer to that issue for more information.
<think> PR Context: - Title: feat(router): implement `ApiKeyInterface` for `MockDb` - Merged: 2023-05-16T19:05:37Z - Files changed: 3 files - Commits: 11 commits Implementation approach: ## Description <!-- Describe your changes in detail --> Stores API keys in a vector in `MockDB`. ### Additional Changes - [...
{"issue_number": 996, "pr_number": 1101, "commits_count": 1, "files_changed": 3, "response_length": 1085, "file_count": 5, "needs_breakdown": false}
[FEATURE] move env vars in selenium test to toml config file ### Feature Description Currently all the dynamic variable in crates/router/tests/connectors/selenium.rs are taken as **ENV** vars which can be moved to sample_auth.toml file which will list all the variables. ### Possible Implementation move all the ENV ...
<think> PR Context: - Title: test(selenium): read config from `CONNECTOR_AUTH_FILE_PATH` environment variable and fix bugs in UI tests - Merged: 2023-06-05T07:56:00Z - Files changed: 13 files - Commits: 30 commits Implementation approach: ## Description <!-- Describe your changes in detail --> Closes #924 ### A...
{"issue_number": 924, "pr_number": 1225, "commits_count": 1, "files_changed": 13, "response_length": 4738, "file_count": 13, "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: ## Description <!-- Describe your changes in detail --> Implement hashing in PaymentAttemptUpdate conversion ...
{"issue_number": 9016, "pr_number": 9017, "commits_count": 1, "files_changed": 2, "response_length": 1074, "file_count": 4, "needs_breakdown": false}
Adding information about decimal and non decimal currencies There is lack of information about decimal and non decimal currencies in the documentation.
<think> PR Context: - Title: docs: Correction for JPY in API Ref - Merged: 2024-09-11T07:51:57Z - Files changed: 3 files - Commits: 3 commits Implementation approach: ## Description <!-- Describe your changes in detail --> ### Additional Changes - [ ] This PR modifies the API contract - [ ] This PR modifies...
{"issue_number": 5852, "pr_number": 5853, "commits_count": 1, "files_changed": 3, "response_length": 891, "file_count": 3, "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: ## Description Described in #6941 This PR adds NTI flow integrations for below connectors - Fiuu - store NTI ID in `p...
{"issue_number": 6941, "pr_number": 6946, "commits_count": 1, "files_changed": 19, "response_length": 2509, "file_count": 11, "needs_breakdown": false}
feat: add endpoint for terminate auth select Add support to terminate auth select, - the api will take Auth Select SPT and - it will either SSO or TOTP SPT as per requested scenario
<think> PR Context: - Title: feat(users): add endpoint for terminate auth select - Merged: 2024-06-26T16:37:38Z - Files changed: 8 files - Commits: 1 commits Implementation approach: ## Description - Add endpoint `/auth/select` to terminate auth select - The api will take Auth Select SPT and will give SSO SPT or TO...
{"issue_number": 5127, "pr_number": 5135, "commits_count": 1, "files_changed": 8, "response_length": 1466, "file_count": 10, "needs_breakdown": false}
[FEATURE] Schedule webhook for retry ## Description Refactor webhooks core to add retry logic in webhooks core. Currently, we store information about whether we have sent a webhook or not, improving on this we can implement retry logic to make this more reliable
<think> PR Context: - Title: feat(webhooks): implement automatic retries for failed webhook deliveries using scheduler - Merged: 2024-03-04T06:45:46Z - Files changed: 27 files - Commits: 30 commits Implementation approach: ## Description <!-- Describe your changes in detail --> This PR adds support for automaticall...
{"issue_number": 217, "pr_number": 3842, "commits_count": 1, "files_changed": 27, "response_length": 3495, "file_count": 28, "needs_breakdown": true}
feat(users): Add email domain based restriction for dashboard entry APIs Currently Zurich uses okta and they use a specific `auth_id` to see the okta login method. If any user doesn't use `auth_id`, then the user will see the default auth methods that Hyperswitch has and they will be use them to login, which we shoul...
<think> PR Context: - Title: feat(users): Add email domain based restriction for dashboard entry APIs - Merged: 2024-12-30T07:37:08Z - Files changed: 14 files - Commits: 8 commits Implementation approach: ## Description <!-- Describe your changes in detail --> There will be a mapping of email domain and auth method...
{"issue_number": 6939, "pr_number": 6940, "commits_count": 1, "files_changed": 14, "response_length": 2172, "file_count": 14, "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: ## Description <!-- Describe your changes in detail --> Addresses Failed Cypress Test Cases for `deutschebank` and...
{"issue_number": 8399, "pr_number": 8193, "commits_count": 0, "files_changed": 6, "response_length": 800, "file_count": 0, "needs_breakdown": false}
refactor(payment_methods): Fix db insert for payment method create ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail ...
<think> PR Context: - Title: ci(runner): rewrite `collection_runner.sh` in rust - Merged: 2023-07-10T10:12:14Z - Files changed: 17 files - Commits: 26 commits Implementation approach: ## Description <!-- Describe your changes in detail --> This PR aims at re-writing the collection_runner shell script to rust. With ...
{"issue_number": 1651, "pr_number": 1604, "commits_count": 1, "files_changed": 17, "response_length": 3028, "file_count": 11, "needs_breakdown": false}
Fails to build with rust 1.77.0 ### Bug Description I have the following error with rust 1.77.0: ``` --- stderr thread 'main' panicked at crates/router_env/src/cargo_workspace.rs:57:5: Unknown workspace members package ID form...
<think> PR Context: - Title: build(router_env): obtain workspace member package names from `cargo_metadata` more deterministically - Merged: 2024-03-27T10:13:23Z - Files changed: 3 files - Commits: 1 commits Implementation approach: ## Description <!-- Describe your changes in detail --> ORIGINAL PR: https://github...
{"issue_number": 4137, "pr_number": 4227, "commits_count": 1, "files_changed": 3, "response_length": 1021, "file_count": 3, "needs_breakdown": false}
refactor(connector): implement amount converter framework for authorizedotnet, bankofamerica ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Descri...
<think> PR Context: - Title: feat(connector): add amount conversion framework to Powertranz - Merged: 2025-10-16T13:10:15Z - Files changed: 5 files - Commits: 16 commits Implementation approach: ## Description This PR implements the amount conversion framework for the Powertranz connector, transitioning from depreca...
{"issue_number": 8878, "pr_number": 9752, "commits_count": 0, "files_changed": 5, "response_length": 793, "file_count": 1, "needs_breakdown": false}
[REFACTOR] : [Worldline] 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 p...
<think> PR Context: - Title: refactor(connector): [Worldline] change error message from NotSupported to NotImplemented - Merged: 2023-11-22T19:48:46Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Description <!-- Describe your changes in detail --> ### Additional Changes - [ ] Thi...
{"issue_number": 2866, "pr_number": 2893, "commits_count": 1, "files_changed": 1, "response_length": 1019, "file_count": 3, "needs_breakdown": false}
[FEATURE] log "MERCHANT_ID_NOT_IN_FLOW" if merchant_id is not found ### Feature Description Here, https://github.com/juspay/hyperswitch/blob/9b92d046de9fb794d67163582af4360d5e558037/crates/router/src/services/api.rs#L729 Instead of `unwrap_or("")`, ### Possible Implementation Change it to some const `MERCHANT...
<think> PR Context: - Title: refactor: set merchant_id as `MERCHANT_ID_NOT_FOUND` for traces and metrics if not found - Merged: 2023-09-17T16:05:46Z - Files changed: 1 files - Commits: 3 commits Implementation approach: ## Description <!-- Describe your changes in detail --> In case the merchant_id is not found fro...
{"issue_number": 2153, "pr_number": 2156, "commits_count": 1, "files_changed": 1, "response_length": 997, "file_count": 3, "needs_breakdown": false}
feat(session_token): serialize with camelCase for gpay token ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Refactoring ## Description <!-- Describe your changes in detail --> Send the google pay session token ( taken from metadata ), in camelCase since google pay is expecting it in cam...
<think> PR Context: - Title: revert: serialize with camelCase for gpay token - Merged: 2023-01-11T09:55:12Z - Files changed: 2 files - Commits: 3 commits Implementation approach: Reverts juspay/hyperswitch#324 In order to maintain consistency in the api, it has been decided that this transformation will be done in ...
{"issue_number": 324, "pr_number": 328, "commits_count": 1, "files_changed": 2, "response_length": 666, "file_count": 4, "needs_breakdown": false}
[FEATURE] Authentication Analytics ### Feature Description Authentication analytics becomes one of the important components to track separate authentication system health and impact. ### Possible Implementation Added authentication events in SDK logs and pushed to /logs/sdk (Clickhouse) Generate aggregate queries ...
<think> PR Context: - Title: feat: authentication analytics - Merged: 2024-05-23T10:27:10Z - Files changed: 10 files - Commits: 2 commits Implementation approach: ## Description Modified authentication analytics queries to query api_events ### Additional Changes - [ ] This PR modifies the API contract - [ ...
{"issue_number": 4252, "pr_number": 4684, "commits_count": 1, "files_changed": 10, "response_length": 1780, "file_count": 12, "needs_breakdown": false}
refactor: use lowercase names for run environment and config files ## 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 updates the `RUN_ENV`...
<think> PR Context: - Title: doc:Changelog for release v0.5.7 - Merged: 2023-04-19T08:01:28Z - Files changed: 1 files - Commits: 4 commits Implementation approach: # 0.5.7 (2023-04-18) ## New Features * **connector:** * [Shift4] add support for card 3DS payment (#828) (29999fe5) * [Nuvei] add support for...
{"issue_number": 801, "pr_number": 907, "commits_count": 0, "files_changed": 1, "response_length": 762, "file_count": 4, "needs_breakdown": false}
fix(payments): populate merchant order ref id in list ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Populate merchant order reference id in payments l...
<think> PR Context: - Title: fix(payments): populate merchant order ref id in list - Merged: 2024-07-15T11:11:41Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Description Hot fix to 2024.07.10 Populate merchant reference id Main PR: #5310 ### Additional Changes - [ ] This PR modi...
{"issue_number": 5310, "pr_number": 5321, "commits_count": 1, "files_changed": 1, "response_length": 941, "file_count": 3, "needs_breakdown": false}
feat(disputes): add support for disputes aggregate 1. Support for disputes aggregate 2. Support for disputes aggregate in profile level
<think> PR Context: - Title: feat(disputes): add support for disputes aggregate - Merged: 2024-09-18T07:25:25Z - Files changed: 11 files - Commits: 15 commits Implementation approach: ## Description <!-- Describe your changes in detail --> - Add support for disputes aggregate - Add support for profile level dispu...
{"issue_number": 5898, "pr_number": 5896, "commits_count": 1, "files_changed": 11, "response_length": 2014, "file_count": 13, "needs_breakdown": false}
feat(users_roles): support switch for new user hierarchy Support switch - At org level - At merchant level - At profile level - For internal users Issue new token and set permissions accordingly
<think> PR Context: - Title: feat(user_roles): support switch for new hierarchy - Merged: 2024-08-28T08:25:55Z - Files changed: 11 files - Commits: 12 commits Implementation approach: ## Description Support switch for org, merchant, profile and internal users. For now switch exist only for merchant. After new sw...
{"issue_number": 5689, "pr_number": 5692, "commits_count": 1, "files_changed": 11, "response_length": 2105, "file_count": 13, "needs_breakdown": false}
refactor(webhooks): check event type not supported before checking for profile_id ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix ## Description <!-- Describe your changes in detail --> This PR fixes the 4xx that we have been encountering in webhooks. More information can be found ...
<think> PR Context: - Title: feat(connector): accept connector_transaction_id in error_response of connector flows for Trustpay - Merged: 2023-12-07T09:38:15Z - Files changed: 2 files - Commits: 4 commits Implementation approach: ## Description <!-- Describe your changes in detail --> Resolves [#3543](https://githu...
{"issue_number": 3543, "pr_number": 3060, "commits_count": 1, "files_changed": 2, "response_length": 1143, "file_count": 4, "needs_breakdown": false}
fix(connector): [Trustpay] Add mapping to error code 100.390.105 ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --...
<think> PR Context: - Title: fix(connector): [Trustpay] Add mapping to error code 100.390.105 - Merged: 2024-03-11T07:30:27Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Description <!-- Describe your changes in detail --> Error mapping done to code `100.390.105` PR merged in main - ...
{"issue_number": 3968, "pr_number": 4019, "commits_count": 1, "files_changed": 1, "response_length": 968, "file_count": 3, "needs_breakdown": false}
db: Implement KV for Refund table ## 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 --> Implement KV for refund table ### Additional Changes - [...
<think> PR Context: - Title: refactor: shrink sizes of `VARCHAR` columns and rename some columns - Merged: 2022-12-22T06:57:59Z - Files changed: 26 files - Commits: 4 commits Implementation approach: ## Description <!-- Describe your changes in detail --> This PR includes the following changes: - Fixes typos in ...
{"issue_number": 149, "pr_number": 188, "commits_count": 1, "files_changed": 26, "response_length": 2499, "file_count": 23, "needs_breakdown": true}
feat: support profile level delete in V1 - V2 Add support to delete user role - Support profile level delete along with merchant level delete. - In v1v2 version, delete from both V1 and V2
<think> PR Context: - Title: feat(users): add support for profile user delete - Merged: 2024-08-14T15:00:53Z - Files changed: 5 files - Commits: 14 commits Implementation approach: ## Description - Add support to delete profile level users - Delete is backward compatible - Delete to support both V1 and V2 operatio...
{"issue_number": 5540, "pr_number": 5541, "commits_count": 1, "files_changed": 5, "response_length": 1820, "file_count": 7, "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: ## Description <!-- Describe your changes in detail --> This PR modifies criti...
{"issue_number": 7920, "pr_number": 7921, "commits_count": 1, "files_changed": 1, "response_length": 1020, "file_count": 3, "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: ## Description <!-- Describe your changes in detail --> This PR fixes NTID for PayPal by disabling it from running. closes #7172 ### Additional...
{"issue_number": 7172, "pr_number": 7173, "commits_count": 0, "files_changed": 5, "response_length": 762, "file_count": 0, "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: ## Description <!-- Describe your changes in detail --> Updated the readme and local setup guide to add the new script ### Additional Changes - [ ] Thi...
{"issue_number": 7761, "pr_number": 7839, "commits_count": 0, "files_changed": 2, "response_length": 757, "file_count": 0, "needs_breakdown": false}
feat(connector): add dynamic duitnow qr code, google pay and applpe pay for fiuu ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your cha...
<think> PR Context: - Title: feat(connector): add dynamic duitnow qr code, google pay and applpepay for fiuu - Merged: 2024-10-10T07:58:52Z - Files changed: 6 files - Commits: 1 commits Implementation approach: ## Description <!-- Describe your changes in detail --> Original PR Number : (#6204) ### Additi...
{"issue_number": 6204, "pr_number": 6284, "commits_count": 1, "files_changed": 6, "response_length": 2072, "file_count": 5, "needs_breakdown": false}
[FEATURE]: [Airwallex] 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 tr...
<think> PR Context: - Title: feat(connector): [Airwallex] Use connector_response_reference_id as reference to merchant - Merged: 2024-10-24T13:31:41Z - Files changed: 1 files - Commits: 4 commits Implementation approach: ## Description The `connector_response_reference_id` parameter has been set for the Airwallex ...
{"issue_number": 2322, "pr_number": 2747, "commits_count": 1, "files_changed": 1, "response_length": 1022, "file_count": 4, "needs_breakdown": false}
[REFACTOR] : [Paypal] 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(connector): [Paypal] Change error message from NotSupported to NotImplemented - Merged: 2024-01-31T14:47:46Z - Files changed: 1 files - Commits: 11 commits Implementation approach: ## Description Refactored `NotSupported` Error calls to `NotImplemented` in the Paypal transformer...
{"issue_number": 2858, "pr_number": 2877, "commits_count": 1, "files_changed": 1, "response_length": 1017, "file_count": 3, "needs_breakdown": false}
[BUG] Internal Server Error when trying to retrieve a payment in Multisafepay ### Bug Description It bugs out when you try to retrieve a payment (psync call) in multisafepay. `force_sync` is `true` FYI. ### Expected Behavior It should not throw a 500 ### Actual Behavior Throws a 500 as it fails to pars...
<think> PR Context: - Title: ci(postman): Add postman collection Forte, Multisafepay, Paypal, Powertranz, Rapyd, PayMe - Merged: 2023-08-10T13:33:23Z - Files changed: 8 files - Commits: 9 commits Implementation approach: ## Description <!-- Describe your changes in detail --> Add even more collections: - Forte [Th...
{"issue_number": 1889, "pr_number": 1885, "commits_count": 0, "files_changed": 8, "response_length": 819, "file_count": 0, "needs_breakdown": false}
Support Wechatpay Scan and Pay
<think> PR Context: - Title: feat(Connector): [Stripe] Implement Wechatpay Digital Wallet - Merged: 2023-05-09T20:12:23Z - Files changed: 1 files - Commits: 13 commits Implementation approach: ## Description Implemented Wechatpay digital wallet, payment method for Stripe. ### Additional Changes - [ ] This PR...
{"issue_number": 242, "pr_number": 1049, "commits_count": 1, "files_changed": 1, "response_length": 1079, "file_count": 3, "needs_breakdown": false}
refactor(api_keys): use a KMS encrypted API key hashing key and 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...
<think> PR Context: - Title: refactor(api_keys): remove key ID prefix from plaintext API keys - Merged: 2023-03-05T13:24:24Z - Files changed: 2 files - Commits: 1 commits Implementation approach: ## Description <!-- Describe your changes in detail --> This PR removes the key ID prefix included in the plaintext API ...
{"issue_number": 639, "pr_number": 705, "commits_count": 0, "files_changed": 2, "response_length": 794, "file_count": 0, "needs_breakdown": false}
[BUG] Outgoing webhook retry scheduler tasks remain in pending state if merchant webhook URL is not configured ### Bug Description In the outgoing webhook retry process tracker (scheduler) workflow introduced in #3842, the process tracker entries added before the webhook is attempted to be delivered remain in the `...
<think> PR Context: - Title: fix(webhooks): abort outgoing webhook retry task if webhook URL is not available in business profile - Merged: 2024-03-07T13:23:29Z - Files changed: 2 files - Commits: 5 commits Implementation approach: ## Description <!-- Describe your changes in detail --> This PR fixes a bug in the o...
{"issue_number": 3995, "pr_number": 3997, "commits_count": 1, "files_changed": 2, "response_length": 1198, "file_count": 4, "needs_breakdown": false}
refactor(redis_interface): remove the `Drop` implementation on `RedisConnectionPool` ## 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 ...
<think> PR Context: - Title: fix(redis_interface): add back Redis pool connect step - Merged: 2023-07-25T14:42:14Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Description <!-- Describe your changes in detail --> This PR fixes a bug introduced in #1786 with Redis connection pool connect...
{"issue_number": 1786, "pr_number": 1789, "commits_count": 1, "files_changed": 1, "response_length": 929, "file_count": 3, "needs_breakdown": false}
[REFACTOR] : [Shift4] 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(connector): [Shift4] change error message from NotSupported to NotImplemented - Merged: 2023-11-30T19:06:32Z - Files changed: 1 files - Commits: 9 commits Implementation approach: ## Description <!-- Describe your changes in detail --> ### Additional Changes - [ ] This P...
{"issue_number": 2860, "pr_number": 2880, "commits_count": 1, "files_changed": 1, "response_length": 1010, "file_count": 3, "needs_breakdown": false}
chore: address Rust 1.83.0 clippy lints ### Description Address the clippy lints stabilized / enabled in Rust version 1.83.0. See #3391 for more information.
<think> PR Context: - Title: chore: address Rust 1.83.0 clippy lints and enable more clippy lints - Merged: 2024-12-02T14:57:14Z - Files changed: 30 files - Commits: 5 commits Implementation approach: ## Description <!-- Describe your changes in detail --> This PR addresses clippy lints stabilized / enabled in Ru...
{"issue_number": 6704, "pr_number": 6705, "commits_count": 1, "files_changed": 30, "response_length": 12574, "file_count": 129, "needs_breakdown": true}
[REFACTOR]: [Nuvei] 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): [Nuvei] remove default case handling - Merged: 2023-10-16T19:28:26Z - Files changed: 1 files - Commits: 6 commits Implementation approach: ## Description <!-- Describe your changes in detail --> - Fix issue #2278 - Changes to be made : Remove default case handling...
{"issue_number": 2278, "pr_number": 2584, "commits_count": 1, "files_changed": 1, "response_length": 986, "file_count": 4, "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: ## Description <!-- Describe your changes in detail --> Context https://github.com/juspay/hyperswitch/pull/7882 a...
{"issue_number": 7952, "pr_number": 7954, "commits_count": 1, "files_changed": 1, "response_length": 975, "file_count": 3, "needs_breakdown": false}
add filters for amount and label in payments list Add new filters to filters payments list by: - **amount**: filter payments on the basis of amount equal to , less than, greater than and range - **merchant connector id**: filter payments list on the basis of merchant_connector id, which will be unique for every connec...
<think> PR Context: - Title: feat(payments): add amount and connector id filter in list - Merged: 2024-04-18T13:58:33Z - Files changed: 11 files - Commits: 9 commits Implementation approach: ## Description This PR add support to filter payments list by amount and merchant connector id. ### Additional Changes -...
{"issue_number": 4352, "pr_number": 4354, "commits_count": 1, "files_changed": 11, "response_length": 1715, "file_count": 13, "needs_breakdown": false}
fix(trustpay): [Trustpay] Add error code mapping '800.100.100' ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail -->...
<think> PR Context: - Title: fix(trustpay): [Trustpay] Add error code mapping '800.100.100' - Merged: 2024-03-27T10:09:44Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Description <!-- Describe your changes in detail --> Error mapping done to code `800.100.100` OSS Main PR - #4224 ...
{"issue_number": 4224, "pr_number": 4226, "commits_count": 1, "files_changed": 1, "response_length": 995, "file_count": 3, "needs_breakdown": false}
fix: add time_range constraint to retrieve payment attempt list Currently, to retrieve the total count for payments, we use a query that gets the total count of attempts based on the last active attempt ID. To enhance performance, we need to add a time_range to the query. This will ensure that the query is executed on...
<think> PR Context: - Title: fix(payments): add time range in list payment attempts query - Merged: 2024-09-19T18:20:57Z - Files changed: 30 files - Commits: 9 commits Implementation approach: ## Description - Add time range to filter total count for payment attempt list. - Move `TimeRange` type to common utils so ...
{"issue_number": 5958, "pr_number": 5959, "commits_count": 1, "files_changed": 30, "response_length": 3612, "file_count": 40, "needs_breakdown": true}
[FIX] Remove ToSchema from RefundAggregateResponse and exclude it from OpenAPI documentation ### Feature Description The RefundAggregateResponse type used by the [/refunds/aggregate](https://github.com/juspay/hyperswitch/blob/37925626e6446900f1d16e0e5f184ee472d4be3e/crates/router/src/routes/app.rs#L1004) API is cur...
<think> PR Context: - Title: fix(refunds): remove to schema from refund aggregate response and exclude it from open api documentation - Merged: 2024-11-05T09:26:13Z - Files changed: 5 files - Commits: 11 commits Implementation approach: ## Description <!-- Describe your changes in detail --> Removed all the openapi...
{"issue_number": 5990, "pr_number": 6405, "commits_count": 1, "files_changed": 5, "response_length": 1136, "file_count": 5, "needs_breakdown": false}
feat(analytics): implement currency conversion to power multi-currency aggregation ## Current Behaviour The total amount calculated for all payment analytics buckets related to amounts is incorrect because currency conversion is not being applied before summing the values. As a result, amounts in different currencies...
<think> PR Context: - Title: feat(analytics): implement currency conversion to power multi-currency aggregation - Merged: 2024-11-06T09:51:02Z - Files changed: 18 files - Commits: 12 commits Implementation approach: ## Description - implemented currency_conversion for calculating values of amount related metrics fro...
{"issue_number": 6416, "pr_number": 6418, "commits_count": 1, "files_changed": 18, "response_length": 2259, "file_count": 18, "needs_breakdown": true}
feat: populate payment method details in payments response ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Described in #5652 ### Additional Chang...
<think> PR Context: - Title: feat: populate payment method details in payments response - Merged: 2024-09-04T07:53:12Z - Files changed: 10 files - Commits: 1 commits Implementation approach: Reverts juspay/hyperswitch#5661 </think> To implement this, you'll need to modify: **Detailed Implementation:** **Commit 1:**...
{"issue_number": 5661, "pr_number": 5785, "commits_count": 1, "files_changed": 10, "response_length": 4174, "file_count": 10, "needs_breakdown": true}
fix: fixing payment method information for refunds ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix ## Description This PR solves the following bugs 1. Refund not working for normal payments 2. Refund not working for recurring payments 3. While also maintaining support for `autho...
<think> PR Context: - Title: fix: add validation for specific payment methods in refunds - Merged: 2023-01-10T12:25:19Z - Files changed: 4 files - Commits: 4 commits Implementation approach: ## Description Blocked on #313. Please change the target branch during merge This is a validation at notified by @bernard...
{"issue_number": 313, "pr_number": 314, "commits_count": 0, "files_changed": 4, "response_length": 789, "file_count": 0, "needs_breakdown": false}
[FEATURE] Use proxy exclusion instead of a separate proxied client ### Feature Description Currently we provide the option for proxying all external requests made to Connectors. We also use reqwest clients to make API calls to basilisk/locker or other utilities. Recently we started reusing the `reqwest::Client` (v...
<think> PR Context: - Title: refactor(proxy): specify hosts for proxy exclusion instead of complete URLs - Merged: 2025-01-15T13:04:48Z - Files changed: 10 files - Commits: 3 commits Implementation approach: ## Description <!-- Describe your changes in detail --> This PR refactors the logic for excluding specific...
{"issue_number": 1039, "pr_number": 6957, "commits_count": 1, "files_changed": 10, "response_length": 1448, "file_count": 10, "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(connector): [ADYENPLATFORM] add card payouts - Merged: 2025-07-01T11:43:42Z - Files changed: 2 files - Commits: 4 commits Implementation approach: ## Description This PR enables card payouts through AdyenPlatform connector. ### Additional Changes - [ ] This PR modifies the API...
{"issue_number": 66, "pr_number": 8504, "commits_count": 1, "files_changed": 2, "response_length": 1556, "file_count": 4, "needs_breakdown": false}
Consider adding `#![forbid(unsafe_code)]` [Here](https://github.com/juspay/orca/blob/main/crates/router/src/lib.rs) and in any other crate roots it's better to declare `#![forbid(unsafe_code)]` as we do in `masking` crate. This will ease a life of readers and auditors a lot, and will require quite a reasoning for thos...
<think> PR Context: - Title: chore: add `#[forbid(unsafe_code)]` to all crates - Merged: 2022-12-13T11:23:20Z - Files changed: 6 files - Commits: 1 commits Implementation approach: ## Motivation and Context Closes #108 ## How did you test it? Manual, compiler-guided. ## Checklist - [x] I formatted the code `...
{"issue_number": 108, "pr_number": 131, "commits_count": 1, "files_changed": 6, "response_length": 946, "file_count": 8, "needs_breakdown": false}
[REFACTOR] : [CryptoPay] 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 p...
<think> PR Context: - Title: refactor(connector): [Cryptopay] change error message from not supported to not implemented - Merged: 2023-12-17T17:52:16Z - Files changed: 1 files - Commits: 3 commits Implementation approach: ## Description <!-- Describe your changes in detail --> ### Additional Changes - [ ] T...
{"issue_number": 2839, "pr_number": 2846, "commits_count": 1, "files_changed": 1, "response_length": 1023, "file_count": 3, "needs_breakdown": false}
[BUG] No provision for approving payments kept in ManualReview state for FRM flows ### Bug Description Once a fraudulent payment transaction is identified before authorization, it can be canceled or kept in manual reviewing state. If it is canceled, the payment is marked as a `failed` transaction. If the decision f...
<think> PR Context: - Title: fix(frm): update FRM manual review flow - Merged: 2024-01-19T06:58:28Z - Files changed: 7 files - Commits: 7 commits Implementation approach: ## Description #3175 ### Additional Changes - [ ] This PR modifies the API contract - [ ] This PR modifies the database schema - [ ] This...
{"issue_number": 3175, "pr_number": 3176, "commits_count": 1, "files_changed": 7, "response_length": 1421, "file_count": 9, "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: remove label trigger for CI runs - Merged: 2023-01-10T12:52:52Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Description <!-- Describe your changes in detail --> This PR reverts the change made in #166. ## Motivation and Context <!-- Why is this cha...
{"issue_number": 166, "pr_number": 334, "commits_count": 0, "files_changed": 1, "response_length": 766, "file_count": 0, "needs_breakdown": false}
[FEAT] Implement Refund for JPMorgan this connector lacks basic feature i.e., refunds. relevant docs: - https://developer.payments.jpmorgan.com/api/commerce/online-payments/overview - https://developer.payments.jpmorgan.com/api/commerce/online-payments/online-payments/online-payments#/operations/V2RefundPost
<think> PR Context: - Title: feat(connector): [jpmorgan] implement refund flow - Merged: 2025-06-25T07:01:17Z - Files changed: 3 files - Commits: 4 commits Implementation approach: ## Description <!-- Describe your changes in detail --> This PR implements refund flow for JPMorgan connector. Connector returns `Aut...
{"issue_number": 8435, "pr_number": 8436, "commits_count": 1, "files_changed": 3, "response_length": 1097, "file_count": 4, "needs_breakdown": false}
refactor(cypress): fix payouts not running ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Describe your changes in detail --> - remove logs (ag...
<think> PR Context: - Title: fix(cypress): address cypress skipping tests - Merged: 2024-06-20T10:12:12Z - Files changed: 17 files - Commits: 15 commits Implementation approach: ## Description <!-- Describe your changes in detail --> This PR fixes error introduced in commit [`24217d1` (#4904)](https://github.com/...
{"issue_number": 4904, "pr_number": 5046, "commits_count": 0, "files_changed": 17, "response_length": 776, "file_count": 0, "needs_breakdown": false}
[FEATURE]: [Opayo] 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): [Opayo] Add connector id - Merged: 2023-10-04T19:50:40Z - Files changed: 1 files - Commits: 9 commits Implementation approach: ## Description <!-- Describe your changes in detail --> opayo uses [transaction_Id ](https://developer-eu.elavon.com/docs/opayo/spec/api-refere...
{"issue_number": 2341, "pr_number": 2418, "commits_count": 1, "files_changed": 1, "response_length": 970, "file_count": 3, "needs_breakdown": false}
[FEATURE]: [Bambora] 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): [Bambora] Use connector_response_reference_id as reference to the connector - Merged: 2023-10-19T14:22:51Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Description The `connector_response_reference_id` parameter has been set for the Bambora...
{"issue_number": 2324, "pr_number": 2635, "commits_count": 1, "files_changed": 1, "response_length": 1023, "file_count": 4, "needs_breakdown": false}
feat(core): Add record attempt operation for revenue recovery webhooks ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in det...
<think> PR Context: - Title: feat(connector): Add support for passive churn recovery webhooks - Merged: 2025-02-22T21:44:08Z - Files changed: 30 files - Commits: 30 commits Implementation approach: ## Description <!-- Describe your changes in detail --> **Recovery Incoming Webhooks service :** Consume incomin...
{"issue_number": 7236, "pr_number": 7109, "commits_count": 1, "files_changed": 30, "response_length": 4498, "file_count": 28, "needs_breakdown": true}
refactor(fix): [Stripe] Fix bug in Stripe ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description In Stripe Wechatpay, the status ```requires_customer_action``...
<think> PR Context: - Title: refactor(fix): [Stripe] Fix bug in Stripe - Merged: 2023-06-22T09:06:43Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Description Revert for #1412 ### Additional Changes - [ ] This PR modifies the API contract - [ ] This PR modifies the database sche...
{"issue_number": 1412, "pr_number": 1505, "commits_count": 1, "files_changed": 1, "response_length": 907, "file_count": 3, "needs_breakdown": false}
refactor(common_utils): move `serde` implementations and date-time utils to `common_utils` crate ## 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 --> ...
<think> PR Context: - Title: refactor: raise appropriate errors instead of `ValidateError` - Merged: 2022-12-06T07:04:07Z - Files changed: 12 files - Commits: 7 commits Implementation approach: ## Description <!-- Describe your changes in detail --> To describe briefly, this PR raises appropriate errors instead of ...
{"issue_number": 40, "pr_number": 71, "commits_count": 1, "files_changed": 12, "response_length": 1786, "file_count": 14, "needs_breakdown": false}
feat(merchant_context): add struct `merchant_context` and replace all instances of `merchant_account` and `key_store` in core # Introduction of MerchantContext: Unified Merchant Operation Context ## Challenge Currently, merchant account and key store information are passed separately throughout the codebase, leading ...
<think> PR Context: - Title: feat(merchant_context): add struct `merchant_context` and replace all instances of `merchant_account` and `key_store` in core - Merged: 2025-04-29T09:43:05Z - Files changed: 30 files - Commits: 30 commits Implementation approach:
{"issue_number": 7875, "pr_number": 7882, "commits_count": 1, "files_changed": 30, "response_length": 11810, "file_count": 141, "needs_breakdown": true}
feat(pm_list): support filter based on disabled connectors ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] New feature ## Description <!-- Describe your changes in detail --> Ability to filter merchant connector account based on disabled status <!-- Provide links to the files with c...
<think> PR Context: - Title: chore(deps): bump zerocopy from 0.7.26 to 0.7.31 - Merged: 2023-12-15T09:57:26Z - Files changed: 1 files - Commits: 1 commits Implementation approach: Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.26 to 0.7.31. <details> <summary>Release notes</summary> <p><em>Sourced from ...
{"issue_number": 660, "pr_number": 3136, "commits_count": 0, "files_changed": 1, "response_length": 778, "file_count": 0, "needs_breakdown": false}
feat(cypress): generate test reports ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Describe your changes in detail --> This PR adds configs an...
<think> PR Context: - Title: feat(cypress): generate test reports - Merged: 2024-08-12T13:14:41Z - Files changed: 7 files - Commits: 12 commits Implementation approach: ## Description <!-- Describe your changes in detail --> This PR adds configs and commands to generate test reports. Reports are generated automat...
{"issue_number": 5563, "pr_number": 5563, "commits_count": 0, "files_changed": 7, "response_length": 767, "file_count": 0, "needs_breakdown": false}
feat(connector): [ZSL] add connector template code ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Zsl only ...
<think> PR Context: - Title: refactor(core): add cache redaction for cgraph - Merged: 2025-10-01T11:30:08Z - Files changed: 2 files - Commits: 2 commits Implementation approach: ## Description <!-- Describe your changes in detail --> https://github.com/juspay/hyperswitch/pull/9629 This pull request enhances cache ...
{"issue_number": 4285, "pr_number": 9639, "commits_count": 1, "files_changed": 2, "response_length": 1052, "file_count": 4, "needs_breakdown": false}
[REFACTOR]: [Opayo] 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): added default case for Opayo - Merged: 2023-10-25T18:29:03Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Description <!-- Describe your changes in detail --> #2279 ### Additional Changes - [ ] This PR modifies the API contract - ...
{"issue_number": 2279, "pr_number": 2687, "commits_count": 1, "files_changed": 1, "response_length": 935, "file_count": 3, "needs_breakdown": false}
[FEATURE] add payment methods afterpay, klarna, affirm for adyen connector ### Feature Description Support for payment methods afterpay, klarna and affirm should be added for adyen connector ### Possible Implementation Implementation is similar to card payment method. Newly adding payment method should support foll...
<think> PR Context: - Title: feat(connector): add afterpay,klarna,affirm support in adyen connector - Merged: 2023-02-09T21:07:10Z - Files changed: 7 files - Commits: 7 commits Implementation approach: Fixes #470 , #488 ## Description add payment methods like affirm, klarna, afterpay support for adyen connector ...
{"issue_number": 488, "pr_number": 516, "commits_count": 1, "files_changed": 7, "response_length": 3568, "file_count": 8, "needs_breakdown": false}
[REFACTOR]: [ACI] 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. - D...
<think> PR Context: - Title: refactor(connector): [Aci] remove default case handling - Merged: 2024-03-18T07:03:55Z - Files changed: 1 files - Commits: 30 commits Implementation approach: ## Description <!-- Describe your changes in detail --> Instead of _ case, handled each and every case explicitly. Fixes #2201...
{"issue_number": 2201, "pr_number": 2513, "commits_count": 1, "files_changed": 1, "response_length": 984, "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: fix(payout): use get_string_repr for formatting payout IDs - Merged: 2025-07-05T15:11:29Z - Files changed: 10 files - Commits: 2 commits Implementation approach: ## Description This PR fixes the bug report - https://github.com/juspay/hyperswitch/issues/8392#issuecomment-3032692625 Int...
{"issue_number": 66, "pr_number": 8547, "commits_count": 1, "files_changed": 10, "response_length": 972, "file_count": 3, "needs_breakdown": false}
feat(connector): enforce logging for connector requests ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Enforce logging on Connector Request, while main...
<think> PR Context: - Title: fix(connector): [TrustPay] change the request encoding - Merged: 2023-06-23T13:31:12Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Description <!-- Describe your changes in detail --> Change the encoding of the request body from string of json to url_encoded...
{"issue_number": 1467, "pr_number": 1530, "commits_count": 1, "files_changed": 1, "response_length": 935, "file_count": 3, "needs_breakdown": false}
[BUG] Fix postman collections - [x] NMI: Scenarios 10 and 11 are run before 1 - [x] Bluesnap: Inconsistency of payment method being saved in saved card flow - [x] Checkout: Inconsistency of payment method being saved in saved card flow - [x]Adyen: Inconsistency of payment method being saved in saved card flow ##...
<think> PR Context: - Title: ci(postman): fix bluesnap and checkout collections for saved card flow - Merged: 2024-03-13T14:24:46Z - Files changed: 12 files - Commits: 5 commits Implementation approach: ## Description <!-- Describe your changes in detail --> - NMI: Removed `Copy` from `.meta.json` to fix `Scenari...
{"issue_number": 4070, "pr_number": 4071, "commits_count": 0, "files_changed": 12, "response_length": 801, "file_count": 0, "needs_breakdown": false}
feat: Implement subscriptions workflow and incoming webhook support ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail...
<think> PR Context: - Title: refactor(webhooks): Fix incoming webhooks failure - Merged: 2025-10-16T19:20:19Z - Files changed: 2 files - Commits: 1 commits Implementation approach: ## Description <!-- Describe your changes in detail --> This pr fixes bug due to Webhooks PR [#9400](https://github.com/juspay/hypers...
{"issue_number": 9400, "pr_number": 9894, "commits_count": 0, "files_changed": 2, "response_length": 779, "file_count": 0, "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: ## Description - Modified `parse_value` method in `ValueExt` trait to log the JSON object after maskin...
{"issue_number": 8969, "pr_number": 8970, "commits_count": 1, "files_changed": 1, "response_length": 991, "file_count": 3, "needs_breakdown": false}
[FEATURE]: [OpenNode] Currency Unit Conversion ### :memo: Feature Description - Each currency can be described in terms of base or minor units. - For instance, when dealing with USD currency, the Cent is considered as the minor unit, while the Dollar is considered the base unit. - In Hyperswitch, the amount value i...
<think> PR Context: - Title: feat(connector): [OpenNode] Currency Unit Conversion - Merged: 2023-10-27T11:36:08Z - Files changed: 2 files - Commits: 7 commits Implementation approach: ## Description - Addressing Issue: #2240 - Modified two files in `hyperswitch/crates/router/src/connector/` - `opennode.rs` ...
{"issue_number": 2240, "pr_number": 2645, "commits_count": 2, "files_changed": 2, "response_length": 1741, "file_count": 7, "needs_breakdown": false}
ci(postman): refactor NMI postman collection ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Describe your changes in detail --> This PR aims at r...
<think> PR Context: - Title: refactor(test_utils): use json to run collection and add run time edit - Merged: 2024-03-04T08:13:36Z - Files changed: 30 files - Commits: 30 commits Implementation approach: ## Description <!-- Describe your changes in detail --> This PR refactors test_utils crate's `newman_runner` t...
{"issue_number": 3805, "pr_number": 3807, "commits_count": 1, "files_changed": 30, "response_length": 1187, "file_count": 4, "needs_breakdown": false}
feat(core): implemented platform merchant account ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [X] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description #### About the feature - This the first PR for the Pl...
<think> PR Context: - Title: refactor(payments): Add platform merchant account checks for payment intent - Merged: 2025-02-14T10:05:46Z - Files changed: 21 files - Commits: 7 commits Implementation approach: ## Description <!-- Describe your changes in detail --> Currently payment_intent stores platform_merchant_id...
{"issue_number": 6882, "pr_number": 7204, "commits_count": 1, "files_changed": 21, "response_length": 3008, "file_count": 23, "needs_breakdown": true}
[FEATURE]: add support for three letter and numeric country codes ### Feature Description We are currently using two_letter country codes internally since majority of connectors accept only two_letter codes, there may arise a situation where some connector will accept only three_letter country codes or numeric codes....
<think> PR Context: - Title: feat: allow (de)serializing countries to/from alpha-2, alpha-3 and numeric country codes - Merged: 2023-04-06T13:58:01Z - Files changed: 4 files - Commits: 19 commits Implementation approach: ## Description fixes #804 ### Additional Changes - [ ] This PR modifies the database sc...
{"issue_number": 804, "pr_number": 836, "commits_count": 1, "files_changed": 4, "response_length": 2862, "file_count": 3, "needs_breakdown": false}
[BUG] Unclear Database error messages ### Bug Description Any database errors are reported as ``` DatabaseError: An unknown error occurred ``` These do not give any info over the type of errors that could exist, this leads to longer debug times for the most trivial/simplistic errors. Partly this seems to be s...
<think> PR Context: - Title: fix(errors): use `Debug` impl instead of `Display` for error types wrapping `error_stack::Report` - Merged: 2023-03-05T15:54:30Z - Files changed: 9 files - Commits: 3 commits Implementation approach: ## Description <!-- Describe your changes in detail --> This PR uses the `Debug` implem...
{"issue_number": 626, "pr_number": 714, "commits_count": 1, "files_changed": 9, "response_length": 1066, "file_count": 4, "needs_breakdown": false}
fix(router): Move Customer PML endpoint to OLAP (v2) [This PR](https://github.com/juspay/hyperswitch/pull/7241) added customer PML for v2, but the route was incorrectly added under OLTP instead of OLAP, need to fix
<think> PR Context: - Title: fix(router): Move Customer PML endpoint to OLAP (v2) - Merged: 2025-06-18T08:23:04Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Description <!-- Describe your changes in detail --> Moved customer saved PML route to OLAP in v2 ### Additional Changes - ...
{"issue_number": 8302, "pr_number": 8303, "commits_count": 1, "files_changed": 1, "response_length": 923, "file_count": 3, "needs_breakdown": false}
fix(payments): remove time range filter from payment attempt hotfix Corresponding issue: https://github.com/juspay/hyperswitch/issues/6160
<think> PR Context: - Title: fix(payments_list): remove time range to filter payments attempts - Merged: 2024-09-30T16:59:32Z - Files changed: 6 files - Commits: 1 commits Implementation approach: ## Description Corresponding main branch PR: #6159 Currently created_at is not indexed in payment attempt table, when...
{"issue_number": 6163, "pr_number": 6162, "commits_count": 1, "files_changed": 6, "response_length": 1346, "file_count": 8, "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: ## Description Created from #4674 This covers adding events for `CompleteAuthorize` operation ## How did you test it Use `glo...
{"issue_number": 4674, "pr_number": 6310, "commits_count": 1, "files_changed": 2, "response_length": 1072, "file_count": 4, "needs_breakdown": false}
[BUG] : [Cybersource] Mandate creation condition ### Bug Description Currently mandate gets created if `mandate_data` is passed in the request which is deprecated ### Expected Behavior Create mandate with connector if setup_future_usgae: off_session and customer_acceptance is present ### Actual Behavior Currently...
<think> PR Context: - Title: fix(connector): [cybersource] update mandate condition - Merged: 2024-03-13T08:24:58Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Description <!-- Describe your changes in detail --> Create mandate with connector if `setup_future_usgae: off_session` and `cu...
{"issue_number": 4049, "pr_number": 4048, "commits_count": 1, "files_changed": 1, "response_length": 951, "file_count": 3, "needs_breakdown": false}
feat(connector): implement pre auth flow for gpayments ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> impleme...
<think> PR Context: - Title: refactor(payment_methods): add Wallets payment method data to new domain type to be used in connector module - Merged: 2024-04-03T13:01:24Z - Files changed: 30 files - Commits: 29 commits Implementation approach: ## Description fixes[ #4692](https://github.com/juspay/hyperswitch-cloud/is...
{"issue_number": 4692, "pr_number": 4160, "commits_count": 1, "files_changed": 30, "response_length": 4574, "file_count": 36, "needs_breakdown": true}
[BUG] update `api_key_expiry_workflow` to validate the expiry before scheduling the task ### Bug Description We have a `process_tracker` which schedules the task to future date, and executes it whenever the time is up. We have a feature to schedule a reminder email to notify the merchants when their api_key is abou...
<think> PR Context: - Title: fix(router): validate schedule time before scheduling API key expiry reminder - Merged: 2023-07-24T18:44:21Z - Files changed: 1 files - Commits: 3 commits Implementation approach: ## Description During the api_key expiry if the merchant sets the expiry to next day or any other day before...
{"issue_number": 1625, "pr_number": 1776, "commits_count": 1, "files_changed": 1, "response_length": 991, "file_count": 3, "needs_breakdown": false}
[FEATURE] Allow rotating and revoking API keys ### Feature Description As of now, the `merchant_account` table has an `api_key` field which restricts a merchant account to only have one API key. Furthermore, there are no mechanisms in place to revoke and regenerate API keys. To improve the convenience of rotating and...
<think> PR Context: - Title: feat(generics): allow specifying optional offset and order clauses for `generic_filter()` - Merged: 2023-02-06T12:23:38Z - Files changed: 7 files - Commits: 4 commits Implementation approach: ## Description <!-- Describe your changes in detail --> This PR updates the `generic_filter()` ...
{"issue_number": 501, "pr_number": 502, "commits_count": 1, "files_changed": 7, "response_length": 1475, "file_count": 9, "needs_breakdown": false}
[FEATURE] Analytics for payouts ### Feature Description **APIs** There is no provision for listing / filtering payout transactions processed via HyperSwitch. This needs to be implemented for analytical processing for payouts. - List API helps in listing payouts based on generic constraints - Filter API helps...
<think> PR Context: - Title: feat(payouts): implement list and filter APIs - Merged: 2024-03-21T09:11:03Z - Files changed: 26 files - Commits: 30 commits Implementation approach: ## Description Explained in issue - #3652 ### Additional Changes - [x] This PR modifies the API contract - [x] This PR modifies ...
{"issue_number": 3652, "pr_number": 3651, "commits_count": 1, "files_changed": 26, "response_length": 5060, "file_count": 27, "needs_breakdown": true}
[REFACTOR]: [Forte] 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): [Forte] Remove Default Case Handling - Merged: 2023-10-19T14:15:52Z - Files changed: 1 files - Commits: 6 commits Implementation approach: ## Description - Addresses Issue #2270 - Modified `crates/router/src/connector/forte/transformers.rs` - Convert `NotImpleme...
{"issue_number": 2270, "pr_number": 2625, "commits_count": 1, "files_changed": 1, "response_length": 951, "file_count": 3, "needs_breakdown": false}
Add Worldline for card payments
<think> PR Context: - Title: feature(connector): add capture flow support for worldline - Merged: 2023-01-18T11:14:30Z - Files changed: 11 files - Commits: 8 commits Implementation approach: ## Description <!-- Describe your changes in detail --> Add support for capture flow in worldline connector Payment Method: ...
{"issue_number": 233, "pr_number": 399, "commits_count": 1, "files_changed": 11, "response_length": 2171, "file_count": 12, "needs_breakdown": false}