prompt
stringlengths
24
70.5k
response
stringlengths
271
16.7k
metadata
stringlengths
145
152
[CHORE] Update GlobalPay production endpoint at present, production endpoint points to sandbox and we need to point to production url
<think> PR Context: - Title: chore: update production endpoint url for globalPay - Merged: 2025-03-24T08:11:04Z - Files changed: 4 files - Commits: 6 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring ...
{"issue_number": 7587, "pr_number": 7588, "commits_count": 1, "files_changed": 4, "response_length": 988, "file_count": 3, "needs_breakdown": false}
[REFACTOR] use REQUEST_TIME_OUT for outgoing webhooks instead of hardcoded 5-second timeout **Problem Statement** The current outgoing webhook timeout is hardcoded to 5 seconds, which is too restrictive and causes delivery failures for legacy systems which might take over 5 seconds to respond back. We should use the e...
<think> PR Context: - Title: refactor(webhooks): use REQUEST_TIME_OUT constant for outgoing webhooks - Merged: None - Files changed: 3 files - Commits: 1 commits Implementation approach: ## Summary - Replace hardcoded 5-second timeout with existing REQUEST_TIME_OUT constant (30s) for outgoing webhook requests - Remove...
{"issue_number": 8724, "pr_number": 8726, "commits_count": 0, "files_changed": 3, "response_length": 785, "file_count": 0, "needs_breakdown": false}
[FEATURE] Generate Random Disputes for sample data ### Feature Description The issue is sub part of issue: #5991 (Please refer to this First) The current implementation of the generate_sample_data_for_user function generates sample data for payments and refunds. However, there is no functionality to generate sampl...
<think> PR Context: - Title: feat(sample_data): generate random disputes for sample data - Merged: 2024-10-25T08:45:37Z - Files changed: 2 files - Commits: 22 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Ref...
{"issue_number": 6117, "pr_number": 6341, "commits_count": 1, "files_changed": 2, "response_length": 1021, "file_count": 4, "needs_breakdown": false}
fix(openapi): Fix broken pages in mintlify (v2) v2 mintlify docs have several broken pages and some endpoints are missing.
<think> PR Context: - Title: fix(openapi): Fix broken mintlify pages (v2) - Merged: 2025-06-20T13:54:03Z - Files changed: 18 files - Commits: 4 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ]...
{"issue_number": 8381, "pr_number": 8382, "commits_count": 1, "files_changed": 18, "response_length": 1032, "file_count": 4, "needs_breakdown": false}
feat: add support for updating surcharge_applicable field intent ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] New feature ## Description <!-- Describe your changes in detail --> -> Enabled updating surcharge_applicable in payment_intent. -> Implemented apply_and_ceil_result() functio...
<think> PR Context: - Title: feat(dashboard_metadata): Add `ReconStatus` in `dashboard_metadata` - Merged: 2025-03-26T10:26:02Z - Files changed: 7 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - ...
{"issue_number": 2647, "pr_number": 7595, "commits_count": 1, "files_changed": 7, "response_length": 1315, "file_count": 7, "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: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring...
{"issue_number": 8343, "pr_number": 8344, "commits_count": 0, "files_changed": 2, "response_length": 782, "file_count": 0, "needs_breakdown": false}
feat(users): Add profile level custom role Currently only merchant level custom role is allowed with role scope as Merchant and organization The requirement is to add profile level custom role at Organization , Merchant and Profile scope
<think> PR Context: - Title: feat(users): custom role at profile read - Merged: 2025-02-05T14:28:03Z - Files changed: 19 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] De...
{"issue_number": 6488, "pr_number": 6875, "commits_count": 2, "files_changed": 19, "response_length": 3139, "file_count": 29, "needs_breakdown": true}
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 you...
<think> PR Context: - Title: revert: fix(connector): [noon] address `next_action_url` being `null` for cards in 3ds payment - Merged: 2025-04-21T17:24:14Z - Files changed: 2 files - Commits: 1 commits Implementation approach: Reverts juspay/hyperswitch#7832 </think> To implement this, you'll need to modify: **Detai...
{"issue_number": 7832, "pr_number": 7859, "commits_count": 1, "files_changed": 2, "response_length": 928, "file_count": 4, "needs_breakdown": false}
disable stripe disable stripe
<think> PR Context: - Title: ci: disable stripe in cypress - Merged: 2025-02-04T10:41:55Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency upda...
{"issue_number": 7184, "pr_number": 7183, "commits_count": 0, "files_changed": 1, "response_length": 759, "file_count": 0, "needs_breakdown": false}
[FIX] Re-revert changes done in `pr#7866` by `pr#7882` ### Context [PR#7882](https://github.com/juspay/hyperswitch/pull/7882) accidentally reverted changes made in [PR#7882](https://github.com/juspay/hyperswitch/pull/7866), which was a merchant critical PR. ### Proposed Fix Re revert the changes.
<think> PR Context: - Title: fix(payment_methods): Re-revert changes done in `pr#7866` by `pr#7882` - Merged: 2025-05-05T12:58:42Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement ...
{"issue_number": 7952, "pr_number": 7954, "commits_count": 1, "files_changed": 1, "response_length": 975, "file_count": 3, "needs_breakdown": false}
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: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ]...
{"issue_number": 6620, "pr_number": 6621, "commits_count": 1, "files_changed": 8, "response_length": 1286, "file_count": 8, "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: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhanc...
{"issue_number": 6882, "pr_number": 7204, "commits_count": 1, "files_changed": 21, "response_length": 3008, "file_count": 23, "needs_breakdown": true}
[FEATURE]: Add `Payment Method - Delete` endpoint to payment methods session for V2 Required for Payment Methods Service
<think> PR Context: - Title: feat(router): Add payment_methods_session_delete_payment_method endpoint [V2] - Merged: 2025-03-27T12:05:05Z - Files changed: 11 files - Commits: 12 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] E...
{"issue_number": 7407, "pr_number": 7409, "commits_count": 1, "files_changed": 11, "response_length": 1678, "file_count": 10, "needs_breakdown": false}
[FEATURE] Payment void endpoint for v2 ### Feature Description Add support for Payment Cancel in V2. ### Possible Implementation Add V2 payments_cancel flow by completing GetTracker, UpdateTracker, and Domain traits for payment cancel endpoint. ### Have you spent some time checking if this feature request has be...
<think> PR Context: - Title: feat(router): Add v2 payment cancellation flow - Merged: 2025-09-22T18:39:33Z - Files changed: 17 files - Commits: 14 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - ...
{"issue_number": 9082, "pr_number": 9083, "commits_count": 1, "files_changed": 17, "response_length": 9004, "file_count": 18, "needs_breakdown": true}
feat(analytics): Analytics Request Validator and config driven forex feature ## Current behaviour - Forex api calls are occuring on every analytics api call - There is no analytics request validator. ## Proposed Changes - Enable/Disable forex functionality based on a config flag. - `request_validator()` to validate...
<think> PR Context: - Title: feat(analytics): Analytics Request Validator and config driven forex feature - Merged: 2024-12-17T10:50:36Z - Files changed: 16 files - Commits: 16 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enha...
{"issue_number": 6731, "pr_number": 6733, "commits_count": 1, "files_changed": 16, "response_length": 2201, "file_count": 14, "needs_breakdown": false}
[BUG] Various errors in `rust_locker_open_api_spec.yml` ### Bug Description The two identical files [`api-reference/rust_locker_open_api_spec.yml`](https://github.com/juspay/hyperswitch/blob/d06d19fc96e1a74d20e2fe3613f86d541947e0ae/api-reference/rust_locker_open_api_spec.yml) and [`api-reference-v2/rust_locker_open_a...
<think> PR Context: - Title: docs(openapi): improve `rust_locker_open_api_spec` - Merged: 2024-10-24T13:31:41Z - Files changed: 2 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring ...
{"issue_number": 6321, "pr_number": 6322, "commits_count": 0, "files_changed": 2, "response_length": 780, "file_count": 0, "needs_breakdown": false}
feat(router): Unify Auth in single layer (V2) In-efficiency in design * Currently we have many types of auth and auth is evaluated in multiple places, with multiple ways. * This indeed required multiple approaches and solution needs to be maintained * More cognitive load * We can’t authenticate a request in one ...
<think> PR Context: - Title: feat(router): [V2] Introduce V2Auth and use it for payment_methods_list_enabled - Merged: 2025-01-31T08:37:18Z - Files changed: 30 files - Commits: 11 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] E...
{"issue_number": 7037, "pr_number": 7038, "commits_count": 1, "files_changed": 30, "response_length": 4938, "file_count": 31, "needs_breakdown": true}
confirm-intent API contract changes for split payments (v2) In v2, we need to support receiving multiple payment methods in the confirm-intent request. Add a new field to support this use case
<think> PR Context: - Title: feat(router): Add Confirm-Intent API contract changes for split payments (v2) - Merged: 2025-09-25T17:56:40Z - Files changed: 3 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhan...
{"issue_number": 9467, "pr_number": 9469, "commits_count": 1, "files_changed": 3, "response_length": 1069, "file_count": 4, "needs_breakdown": false}
feat(core): implement `NameType` for name validation ## 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 --> for card ...
<think> PR Context: - Title: revert: implement `NameType` for name validation (#6734) - Merged: 2025-04-03T16:24:25Z - Files changed: 30 files - Commits: 3 commits Implementation approach: This reverts commit 1100dcc6053990cf832c00cf29db700d77f78480. ## Type of Change <!-- Put an `x` in the boxes that apply --> ...
{"issue_number": 6734, "pr_number": 7718, "commits_count": 0, "files_changed": 30, "response_length": 787, "file_count": 0, "needs_breakdown": false}
feat(connector): [ACI, AUTHORIZEDOTNET, BRAINTREE, FIUU, FORTE, PLACETOPAY] Supported features for feature matrix ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## D...
<think> PR Context: - Title: fix(connector): Added Paypal in feature matrix for authorizedotnet - Merged: 2025-05-21T10:23:21Z - Files changed: 1 files - Commits: 7 commits Implementation approach: ## Type of Change Added paypal in feature matrix for authorizedotnet - [x] Bugfix - [ ] New feature - [ ] Enhanceme...
{"issue_number": 7854, "pr_number": 8072, "commits_count": 1, "files_changed": 1, "response_length": 1009, "file_count": 3, "needs_breakdown": false}
fix(api_models): `wasm` build problems caused by `actix-multipart` `wasm` build is failing because of adding `actix-multipart` dependency in `api-models`. As we cannot change any dependencies in `wasm`, we will have to make changes to `api_models` to fix this.
<think> PR Context: - Title: fix(api_models): Fix `wasm` build problems caused by `actix-multipart` - Merged: 2024-12-05T11:09:38Z - Files changed: 4 files - Commits: 4 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement ...
{"issue_number": 6748, "pr_number": 6747, "commits_count": 1, "files_changed": 4, "response_length": 1022, "file_count": 4, "needs_breakdown": false}
feat(core): add api for hypersense integration # Hypersense ### Description: #### An AI Ops tool build for Payments Cost Observability - Monitor your overall transaction payment-related costs across multiple regions, PSPs, and businesses. - Obtain actionable insights to optimise costs, track cost deviations, and effe...
<think> PR Context: - Title: feat(core): add hypersense integration api - Merged: 2025-02-19T08:52:58Z - Files changed: 14 files - Commits: 18 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ]...
{"issue_number": 7217, "pr_number": 7218, "commits_count": 1, "files_changed": 14, "response_length": 2990, "file_count": 16, "needs_breakdown": true}
[FEATURE] scheme error code and messages in /payments API response ### Feature Description If the payment is declined for a card transaction, the card scheme or issuer can send a raw response explaining why. These are the raw acquirer responses which helps in understanding why a card transaction was declined. Some c...
<think> PR Context: - Title: feat: scheme error code and messages in payments api response - Merged: 2025-03-17T15:03:23Z - Files changed: 30 files - Commits: 13 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] ...
{"issue_number": 7467, "pr_number": 7528, "commits_count": 1, "files_changed": 30, "response_length": 14386, "file_count": 162, "needs_breakdown": true}
[FEATURE] Add x-mcp extension to OpenAPI schema Mintlify supports extracting API endpoints from openAPI json into MCP servers: https://mintlify.com/docs/mcp We need to add: ```json "x-mcp": { "enabled": true }, ``` at the top level of our OpenAPI schema to enable this functionality
<think> PR Context: - Title: feat(openapi): Add x-mcp extension to v1 spec - Merged: 2025-06-27T08:52:30Z - Files changed: 4 files - Commits: 5 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ]...
{"issue_number": 8442, "pr_number": 8443, "commits_count": 1, "files_changed": 4, "response_length": 951, "file_count": 3, "needs_breakdown": false}
feat(core): setup platform merchant account - Setup platform merchant account. Platform merchant account is a special type of merchant account which can do operations on behalf of other merchant account present in the same organisation. - Add APIs to create a platform merchant account / convert a merchant account into...
<think> PR Context: - Title: feat(core): implemented platform merchant account - Merged: 2024-12-23T13:21:14Z - Files changed: 30 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [X] New feature - [ ] Enhancement - [ ] Refactoring ...
{"issue_number": 6883, "pr_number": 6882, "commits_count": 1, "files_changed": 30, "response_length": 5751, "file_count": 58, "needs_breakdown": true}
feat(core): Add kill switch for Unified Connector Service (UCS) # feat(core): Add kill switch for Unified Connector Service (UCS) ## Feature Description We need to implement a kill switch mechanism for the Unified Connector Service (UCS) integration that allows operators to disable UCS immediately without requiring ...
<think> PR Context: - Title: feat(core): Implement UCS kill switch for emergency fallback - Merged: 2025-07-22T09:00:55Z - Files changed: 4 files - Commits: 8 commits Implementation approach: # feat(core): Implement UCS enable/disable configuration for operational control ## Type of Change <!-- Put an `x` in the...
{"issue_number": 8644, "pr_number": 8651, "commits_count": 1, "files_changed": 4, "response_length": 1169, "file_count": 7, "needs_breakdown": false}
[ENHANCE] Improve Error Reporting in change_password with Printable Context This issue aims to improve the debuggability of the `change_password` function by adding a printable message to a potential database error. Currently, if the database update fails, a generic `InternalServerError` is returned. By attaching a sp...
<think> PR Context: - Title: Update user.rs - Merged: None - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ]...
{"issue_number": 9641, "pr_number": 9645, "commits_count": 0, "files_changed": 1, "response_length": 728, "file_count": 0, "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: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ...
{"issue_number": 6416, "pr_number": 6418, "commits_count": 1, "files_changed": 18, "response_length": 2259, "file_count": 18, "needs_breakdown": true}
[FEATURE] integrate NTI flow for Worldpay and Novalnet ### Feature Description Processing card payments using Network Transaction ID is required for below payment processors - - Fiuu - Novalnet - Worldpay This helps make card payments agnostic to the acquirer. ### Possible Implementation Fiuu - closed s...
<think> PR Context: - Title: feat(connectors): fiuu,novalnet,worldpay - extend NTI flows - Merged: 2025-01-21T08:42:05Z - Files changed: 19 files - Commits: 14 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [ ] Re...
{"issue_number": 6941, "pr_number": 6946, "commits_count": 1, "files_changed": 19, "response_length": 2509, "file_count": 11, "needs_breakdown": false}
refactor(paymentMethods): move all pm migration related changes to payment methods crate ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [X] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe y...
<think> PR Context: - Title: fix(payment-methods): fetch payment method details in payouts flow - Merged: 2025-07-24T15:48:58Z - Files changed: 3 files - Commits: 2 commits Implementation approach: ## Type of Change - [x] Bugfix ## Description Fixed payout method data not being fetched from card vault when using ...
{"issue_number": 7786, "pr_number": 8729, "commits_count": 1, "files_changed": 3, "response_length": 1146, "file_count": 6, "needs_breakdown": false}
Nix Support Nix support for orca: - Dev shell to include all the required tools, setup - Build with nix flakes - CI/CD with nix flakes
<think> PR Context: - Title: feat(nix): add support for running external services through services-flake - Merged: 2024-11-05T14:07:43Z - Files changed: 4 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhance...
{"issue_number": 57, "pr_number": 6377, "commits_count": 0, "files_changed": 4, "response_length": 805, "file_count": 0, "needs_breakdown": false}
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: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [ ] Refact...
{"issue_number": 7402, "pr_number": 7461, "commits_count": 1, "files_changed": 30, "response_length": 5731, "file_count": 31, "needs_breakdown": true}
refactor(routing): update configs on updation of mca ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description https://github.com/juspay/hyperswitch/pull/9659 Th...
<think> PR Context: - Title: revert(routing): update configs on updation of mca - Merged: 2025-10-08T08:46:29Z - Files changed: 3 files - Commits: 1 commits Implementation approach: Reverts juspay/hyperswitch#9689 </think> To implement this, you'll need to modify: **Detailed Implementation:** **Commit 1:** revert...
{"issue_number": 9689, "pr_number": 9740, "commits_count": 1, "files_changed": 3, "response_length": 711, "file_count": 5, "needs_breakdown": false}
refactor(NMI,PAYONE) , Move files from router to hyperswitch connectors Move the connectors from routers to hyperswitch_connectors
<think> PR Context: - Title: refactor(connector): [NMI,PAYONE,RISKIFIED] moved to hyperswitch_connectors - Merged: 2025-04-24T10:35:43Z - Files changed: 20 files - Commits: 27 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhan...
{"issue_number": 7715, "pr_number": 7666, "commits_count": 1, "files_changed": 20, "response_length": 2525, "file_count": 12, "needs_breakdown": false}
[FEATURE] Cypress test for UCS through Hyperswitch ### Feature Description there should be a cypress test supported for ucs through hyperswitch ### Possible Implementation make code changes in cypress folder and call ucs related api's ### Have you spent some time checking if this feature request has been raised be...
<think> PR Context: - Title: feat(cypress): Cypress test for ucs - Merged: 2025-09-02T15:36:00Z - Files changed: 5 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependen...
{"issue_number": 8968, "pr_number": 8967, "commits_count": 0, "files_changed": 5, "response_length": 766, "file_count": 0, "needs_breakdown": false}
Add support to call decision engine Dynamic Routing from hyperswitch after API key authentication
<think> PR Context: - Title: feat(routing): Add API key auth for decision engine endpoints - Merged: 2025-07-21T13:38:52Z - Files changed: 8 files - Commits: 10 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] R...
{"issue_number": 8613, "pr_number": 8640, "commits_count": 1, "files_changed": 8, "response_length": 2201, "file_count": 10, "needs_breakdown": false}
ci: add tests that make use of locker ## 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 introduces nec...
<think> PR Context: - Title: fix: cypress reports generation - Merged: 2024-12-20T08:19:41Z - Files changed: 3 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency up...
{"issue_number": 6735, "pr_number": 6894, "commits_count": 0, "files_changed": 3, "response_length": 761, "file_count": 0, "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: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ...
{"issue_number": 8210, "pr_number": 8259, "commits_count": 1, "files_changed": 1, "response_length": 1017, "file_count": 3, "needs_breakdown": false}
feat(router): Add `psp_tokenization_enabled` field in Customer Saved Payment Methods List Required to show whether `psp_tokenization` is enabled for a saved payment method
<think> PR Context: - Title: feat(router): Return psp_tokenization_enabled in Customer PML - Merged: 2025-03-20T10:04:56Z - Files changed: 8 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [ ] Re...
{"issue_number": 7518, "pr_number": 7519, "commits_count": 1, "files_changed": 8, "response_length": 1283, "file_count": 8, "needs_breakdown": false}
[CHORE] Bump Cypress to v14 bump cypress version to `v14` from `v13.17.0`. there's a ton of under the hood changes and improvements. check: [docs.cypress.io/app/references/changelog](https://docs.cypress.io/app/references/changelog) cypress v14 has significant impact on the way we do the redirection flow. check pr d...
<think> PR Context: - Title: chore: bump cypress to `v14.0.0` - Merged: 2025-02-03T13:52:14Z - Files changed: 10 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [x] Dependency...
{"issue_number": 7103, "pr_number": 7102, "commits_count": 0, "files_changed": 10, "response_length": 764, "file_count": 0, "needs_breakdown": false}
Removing mailhog container from the docker setup Removing mailhog container from the docker setup
<think> PR Context: - Title: fix: docker changes in setup script - Merged: 2025-05-08T09:01:27Z - Files changed: 7 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [X] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependenc...
{"issue_number": 7962, "pr_number": 7979, "commits_count": 0, "files_changed": 7, "response_length": 765, "file_count": 0, "needs_breakdown": false}
feat(router): refactor PML response Remove duplicate responses and return bank_names
<think> PR Context: - Title: feat(router): Deduplicate PML response and populate bank details (V2) - Merged: 2025-07-14T12:45:04Z - Files changed: 6 files - Commits: 9 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement ...
{"issue_number": 8582, "pr_number": 8583, "commits_count": 1, "files_changed": 6, "response_length": 2358, "file_count": 7, "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 ...
{"issue_number": 7861, "pr_number": 7863, "commits_count": 1, "files_changed": 1, "response_length": 564, "file_count": 3, "needs_breakdown": false}
fix(list): improve querying time for payments list Quick Fix. Currently payment list is giving intermittent 5xx. After analyzing logs we got to knwo that it is happening for the count query That query need to be called always and we can skip this in most of the cases. Also add the logs around count. This can be a te...
<think> PR Context: - Title: fix(payments_list): skip count query if no filters and add logging - Merged: 2024-10-17T10:51:43Z - Files changed: 9 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [x] Enhancement - [...
{"issue_number": 6330, "pr_number": 6331, "commits_count": 1, "files_changed": 9, "response_length": 1613, "file_count": 11, "needs_breakdown": false}
docs:correction of content in the api-ref
<think> PR Context: - Title: docs(api-reference): fix the content of the tip - Merged: 2025-02-27T13:47:08Z - Files changed: 1 files - Commits: 1 commits Implementation approach: Corrected the tip content. ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhan...
{"issue_number": 7391, "pr_number": 7387, "commits_count": 0, "files_changed": 1, "response_length": 777, "file_count": 0, "needs_breakdown": false}
Adding Deep health check for Hyperswitch Goal is to create a deep health check endpoint which will verify that the Hyperswitch application is up and running and the connections to all the necessary services are healthy - [x] Failure of health check should emit logs providing evidential data regarding the failure T...
<think> PR Context: - Title: fix(payment-link): decode details before using them in secure links - Merged: 2025-09-03T13:37:05Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - ...
{"issue_number": 3264, "pr_number": 9260, "commits_count": 0, "files_changed": 1, "response_length": 797, "file_count": 0, "needs_breakdown": false}
Adding Deep health check for Hyperswitch Goal is to create a deep health check endpoint which will verify that the Hyperswitch application is up and running and the connections to all the necessary services are healthy - [x] Failure of health check should emit logs providing evidential data regarding the failure T...
<think> PR Context: - Title: feat(payment_link): expose payment link configs for SDK UI rules and payment button - Merged: 2025-03-05T17:28:25Z - Files changed: 16 files - Commits: 5 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x...
{"issue_number": 3264, "pr_number": 7427, "commits_count": 1, "files_changed": 16, "response_length": 1675, "file_count": 13, "needs_breakdown": false}
fix(user_roles): migrations for backfilling user_roles entity_id Backfill entity_id with entity_type in user_roles table to avoid dashboard breaking
<think> PR Context: - Title: fix(user_roles): migrations for backfilling user_roles entity_id - Merged: 2024-12-16T13:36:14Z - Files changed: 4 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ]...
{"issue_number": 6843, "pr_number": 6847, "commits_count": 0, "files_changed": 4, "response_length": 794, "file_count": 0, "needs_breakdown": false}
feat(core): Add V2 Authentication to all available endpoints ## Type of Change - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description This commit introduces V2 authentication mechanisms for various admin and client-side ...
<think> PR Context: - Title: feat: remove client_secret from payment_intent and update related code - Merged: 2025-04-10T13:34:30Z - Files changed: 24 files - Commits: 21 commits Implementation approach: Your PR Description## Type of Change - [x] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ...
{"issue_number": 7487, "pr_number": 7648, "commits_count": 1, "files_changed": 24, "response_length": 4053, "file_count": 23, "needs_breakdown": true}
[FEATURE] align the JSON deserialization errors into expected ErrorResponse format ### Feature Description HyperSwitch uses an error format for responding back with the errors in the API. This error structure is uniform across different stages of the flow. For any deserialization errors in the API, error response w...
<think> PR Context: - Title: refactor: update API response for JSON deserialization errors - Merged: 2024-11-21T22:26:21Z - Files changed: 6 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Re...
{"issue_number": 6609, "pr_number": 6610, "commits_count": 1, "files_changed": 6, "response_length": 936, "file_count": 3, "needs_breakdown": false}
fix(openapi): Standardise API naming scheme for V2 ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [x] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Use kebab-c...
<think> PR Context: - Title: fix(openapi): Revert Standardise API naming scheme for V2 Dashboard Changes - Merged: 2024-12-02T09:29:35Z - Files changed: 1 files - Commits: 1 commits Implementation approach: Reverts part of juspay/hyperswitch#6510 This PR also changed the dashboard related APIs, which doesn't come u...
{"issue_number": 6510, "pr_number": 6712, "commits_count": 1, "files_changed": 1, "response_length": 731, "file_count": 3, "needs_breakdown": false}
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 ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhanceme...
{"issue_number": 7928, "pr_number": 7994, "commits_count": 2, "files_changed": 1, "response_length": 3068, "file_count": 5, "needs_breakdown": false}
[REFACTOR]: [OPAYO] Add amount conversion framework to Opayo ### :memo: Feature Description Currently, amounts are represented as `i64` values throughout the application. We want to introduce a `Unit` struct that explicitly states the denomination. A new type, `MinorUnit`, has been added to standardize the flow of ...
<think> PR Context: - Title: refactor(connector): add amount conversion framework to opayo - Merged: 2024-10-18T13:46:21Z - Files changed: 3 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Re...
{"issue_number": 6135, "pr_number": 6342, "commits_count": 1, "files_changed": 3, "response_length": 1325, "file_count": 5, "needs_breakdown": false}
Refactor(routing): Fallback to current active routing algorithm Add connectors from the current active routing algorithm before fallback connectors
<think> PR Context: - Title: refactor(routing): Add connectors from current active routing algorithm before adding fallback connectors - Merged: 2025-05-14T18:35:38Z - Files changed: 1 files - Commits: 11 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix -...
{"issue_number": 7920, "pr_number": 7921, "commits_count": 1, "files_changed": 1, "response_length": 1020, "file_count": 3, "needs_breakdown": false}
fix(connector): [CASHTOCODE] Added supported countries and currencies ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in deta...
<think> PR Context: - Title: fix(connector): [CASHTOCODE] Added supported countries and currencies - Merged: 2025-05-21T13:11:19Z - Files changed: 5 files - Commits: 1 commits Implementation approach: … (#8060) ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] ...
{"issue_number": 8060, "pr_number": 8101, "commits_count": 0, "files_changed": 5, "response_length": 799, "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: feat(connector): worldpay - add dynamic fields and update terminal status mapping - Merged: 2024-11-28T14:50:09Z - Files changed: 17 files - Commits: 14 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x]...
{"issue_number": 6316, "pr_number": 6468, "commits_count": 1, "files_changed": 17, "response_length": 1780, "file_count": 11, "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: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring -...
{"issue_number": 8435, "pr_number": 8436, "commits_count": 1, "files_changed": 3, "response_length": 1097, "file_count": 4, "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: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] R...
{"issue_number": 4774, "pr_number": 6466, "commits_count": 1, "files_changed": 10, "response_length": 1065, "file_count": 5, "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: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Depen...
{"issue_number": 6851, "pr_number": 6735, "commits_count": 0, "files_changed": 13, "response_length": 769, "file_count": 0, "needs_breakdown": false}
[BUG] handle refused responses when only one of `refusalCode` or `refusalDescription` is present for Worldpay `refusalCode` and `refusalDescription` are mandatory fields whenever Worldpay refuses the transactions. There is a case where only `refusalDescription` is present. Handle these cases accordingly for `refused` ...
<think> PR Context: - Title: [BUG] handle refused responses when only one of refusalCode or refusa… - Merged: None - Files changed: 1 files - Commits: 4 commits Implementation approach: fix(worldpay): handle refused responses when only refusalCode or refusalDescription is present ### Type of Change - [x] Bugfix -...
{"issue_number": 8749, "pr_number": 8763, "commits_count": 0, "files_changed": 1, "response_length": 784, "file_count": 0, "needs_breakdown": false}
refactor(config): redact config urls for hyperswitch vault ## 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 --> URL...
<think> PR Context: - Title: feat(connector): [JPMORGAN, PAYU, DIGITALVIRGO, PAYBOX, BITPAY, HELCIM] added in feature matrix api - Merged: 2025-02-25T19:48:48Z - Files changed: 12 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] N...
{"issue_number": 8276, "pr_number": 7148, "commits_count": 1, "files_changed": 12, "response_length": 3337, "file_count": 8, "needs_breakdown": false}
[FEATURE]: Add support for Webhooks through UCS ### Feature Description the Webhooks should go to Unified connector service and should be handled there ### Possible Implementation add webhook integration in hyperswitch ### Have you spent some time checking if this feature request has been raised before? - [x] I c...
<think> PR Context: - Title: feat(core): Adding integration for webhooks through UCS - Merged: 2025-08-08T14:35:40Z - Files changed: 5 files - Commits: 20 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refacto...
{"issue_number": 8880, "pr_number": 8814, "commits_count": 2, "files_changed": 5, "response_length": 3391, "file_count": 13, "needs_breakdown": false}
[FEAT] Multiple credential support for a connector in Cypress ## Requirement Execute cypress tests for a connector having **multiple credentials** which can be used for different scenarios (one api key for `cards`, another for `bank redirects` and etc.,). ## Implementation ### Introduce new format for `creds....
<think> PR Context: - Title: feat(cypress): add multiple creds and flags support - Merged: 2024-12-03T11:39:21Z - Files changed: 30 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [x] Refactorin...
{"issue_number": 6645, "pr_number": 6588, "commits_count": 0, "files_changed": 30, "response_length": 783, "file_count": 0, "needs_breakdown": false}
[FEATURE] Alter refund schema to support VSAAS cases ### Feature Description Make changes to support the integration of the (VSAAS) into the refund flow. The new columns, `processor_merchant_id` and `created_by`, are essential for storing specific information related to VSAAS transactions within the refund record. T...
<think> PR Context: - Title: feat(refunds): add new columns in refund table for vsaas - Merged: None - Files changed: 9 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [x] Refactoring - [ ] Depe...
{"issue_number": 8366, "pr_number": 8367, "commits_count": 0, "files_changed": 9, "response_length": 770, "file_count": 0, "needs_breakdown": false}
[FEATURE] : [TRUSTPAY] Add Integrity Check Support for Authorize, PSync, Refund and RSync Flows ### Feature Description/Summary Integrity check is a scenario where there is a discrepancy between the amount sent in the request and the amount received from the connector, which is checked during response handling. ### ...
<think> PR Context: - Title: feat(connector): [TRUSTPAY] Add Integrity Check Support for Authorize, PSync, Refund and RSync Flows - Merged: None - Files changed: 1 files - Commits: 1 commits Implementation approach: # PR: Add Integrity Check Support for Trustpay (Authorize, PSync, Refund, RSync) ## Type of Change ...
{"issue_number": 9228, "pr_number": 9301, "commits_count": 0, "files_changed": 1, "response_length": 814, "file_count": 0, "needs_breakdown": false}
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-01T08:33:13Z - Files changed: 3 files - Commits: 9 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ...
{"issue_number": 4285, "pr_number": 9629, "commits_count": 1, "files_changed": 3, "response_length": 1157, "file_count": 5, "needs_breakdown": false}
[FEATURE]: Enable client_secret auth for payments - Get Intent [v2] Required for SDK
<think> PR Context: - Title: feat(router): Enable client_secret auth for payments_get_intent [v2] - Merged: 2025-05-27T10:56:27Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement -...
{"issue_number": 8118, "pr_number": 8119, "commits_count": 1, "files_changed": 1, "response_length": 960, "file_count": 3, "needs_breakdown": false}
fix: trustpay eps redirection in cypress fix: trustpay eps redirection in cypress they changed it again
<think> PR Context: - Title: fix: trustpay `eps` redirection in cypress - Merged: 2024-11-12T07:17:51Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] De...
{"issue_number": 6528, "pr_number": 6529, "commits_count": 0, "files_changed": 1, "response_length": 772, "file_count": 0, "needs_breakdown": false}
[BUG] Docker compose failing because of the web module not having healthcheck ### Bug Description When `docker compose up -d` is ran, it returns the following error message: `dependency failed to start: container hyperswitch-hyperswitch-web-1 has no healthcheck configured` ### Expected Behavior The Web module shoul...
<think> PR Context: - Title: fix: fixes the docker setup to clean up the scarf data - Merged: 2025-05-12T08:26:50Z - Files changed: 2 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [X] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactori...
{"issue_number": 7945, "pr_number": 7999, "commits_count": 0, "files_changed": 2, "response_length": 784, "file_count": 0, "needs_breakdown": false}
feat(core): Add V2 Authentication to all available endpoints ## Type of Change - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description This commit introduces V2 authentication mechanisms for various admin and client-side ...
<think> PR Context: - Title: refactor(cypress-v2): change `Authorization` and `payment_methods_enabled` for v2 cypress tests - Merged: 2025-04-17T13:17:01Z - Files changed: 2 files - Commits: 6 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New fe...
{"issue_number": 7487, "pr_number": 7805, "commits_count": 0, "files_changed": 2, "response_length": 825, "file_count": 0, "needs_breakdown": false}
[REFACTOR]: [CYBERSOURCE] Add amount conversion framework to Cybersource ### :memo: Feature Description Currently, amounts are represented as `i64` values throughout the application. We want to introduce a `Unit` struct that explicitly states the denomination. A new type, `MinorUnit`, has been added to standardize ...
<think> PR Context: - Title: refactor(connector): add amount conversion framework to cybersource - Merged: 2024-12-04T11:00:45Z - Files changed: 5 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - ...
{"issue_number": 5942, "pr_number": 6335, "commits_count": 1, "files_changed": 5, "response_length": 1377, "file_count": 7, "needs_breakdown": false}
bug(authn): Throw 401 if cookies are not found Currently BE is throwing 400 if cookies are not found and this is breaking FE if token is present in local storage but not in cookies. If 401 is thrown, FE will remove the token from the local storage automatically.
<think> PR Context: - Title: refactor(users): Use domain email type in user DB functions - Merged: 2024-11-29T13:37:38Z - Files changed: 12 files - Commits: 5 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [x] Ref...
{"issue_number": 6696, "pr_number": 6699, "commits_count": 1, "files_changed": 12, "response_length": 1731, "file_count": 14, "needs_breakdown": false}
Vault connector changes Need to implement Vault Retrieve for VGS
<think> PR Context: - Title: feat(connector): Add VGS connector impls - Merged: 2025-08-25T09:52:19Z - Files changed: 14 files - Commits: 13 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] De...
{"issue_number": 9023, "pr_number": 7942, "commits_count": 1, "files_changed": 14, "response_length": 3938, "file_count": 9, "needs_breakdown": false}
feat(users): Force users to reset password on first login for non-email flow Currently in non-email flow, users who are invited are not forced to change their password. This is being forced in email flow, this should also be present in non-email flow as well.
<think> PR Context: - Title: fix(users): Add force rotate password on first login for non-email flow - Merged: 2024-11-07T10:37:29Z - Files changed: 1 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement...
{"issue_number": 6482, "pr_number": 6483, "commits_count": 1, "files_changed": 1, "response_length": 1061, "file_count": 3, "needs_breakdown": false}
[BUG] FATAL: role "root" does not exist ### Bug Description Whenever hyperswitch-pg-1 sever running in docker-compose, it though an error " role "root" does not exist" ### Expected Behavior Error should not come. ### Actual Behavior ![Screenshot from 2024-11-14 19-27-00](https://github.com/user-attachments/asset...
<think> PR Context: - Title: fix(docker-compose): address "role root does not exist" errors arising from postgres health check - Merged: 2024-11-19T19:04:27Z - Files changed: 2 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New ...
{"issue_number": 6577, "pr_number": 6582, "commits_count": 0, "files_changed": 2, "response_length": 827, "file_count": 0, "needs_breakdown": false}
[REFCTOR]: Move CustomerAcceptance type to `common_types` `CustomerAcceptance` is currently defined separately in `api_models` and `hyperswitch_domain_models`. These types are exactly the same, so they can be moved to `common_types`. Additionally, in V2, we can use this strict type in `diesel_models` as well, instea...
<think> PR Context: - Title: refactor: Move CustomerAcceptance to common_types - Merged: 2025-06-25T06:30:07Z - Files changed: 30 files - Commits: 11 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring ...
{"issue_number": 8298, "pr_number": 8299, "commits_count": 1, "files_changed": 30, "response_length": 4477, "file_count": 33, "needs_breakdown": true}
[DOC] update cypress docs current docs are pretty much outdated
<think> PR Context: - Title: docs(cypress): update file structure - Merged: 2025-01-13T07:50:55Z - Files changed: 2 files - Commits: 4 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [x] Refactoring - [ ] Dependen...
{"issue_number": 6955, "pr_number": 7016, "commits_count": 0, "files_changed": 2, "response_length": 766, "file_count": 0, "needs_breakdown": false}
[BUG] Description for refunds - list is not apt ### Bug Description https://api-reference.hyperswitch.io/api-reference/refunds/refunds--list This should be - `Lists all the refunds associated with the merchant, or for a specific payment if payment_id is provided` Current one implies that it'll return refunds of...
<think> PR Context: - Title: fix(docs): incorrect description for refund api - Merged: 2024-12-10T11:02:10Z - Files changed: 2 files - Commits: 4 commits Implementation approach: ## Type of Change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [x] Documentation -...
{"issue_number": 6751, "pr_number": 6443, "commits_count": 1, "files_changed": 2, "response_length": 963, "file_count": 3, "needs_breakdown": false}
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: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - ...
{"issue_number": 6931, "pr_number": 6932, "commits_count": 0, "files_changed": 1, "response_length": 778, "file_count": 0, "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: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [...
{"issue_number": 7236, "pr_number": 7109, "commits_count": 1, "files_changed": 30, "response_length": 4498, "file_count": 28, "needs_breakdown": true}
[FEATURE] Add payment type to Get Intent Response (v2) ### Feature Description We need to return `payment_type` in `Get Intent`. Required by SDK ### Possible Implementation Add a field `payment_type` to Get Intent Response ### Have you spent some time checking if this feature request has been raised before? - [x]...
<think> PR Context: - Title: feat(router): Add payment_type to Get Intent response (v2) - Merged: 2025-08-28T06:22:39Z - Files changed: 3 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refac...
{"issue_number": 9065, "pr_number": 9066, "commits_count": 1, "files_changed": 3, "response_length": 1047, "file_count": 4, "needs_breakdown": false}
fix(users): Check lineage across entities in invite ## 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 --> Currently ...
<think> PR Context: - Title: fix(users): Check lineage across entities in invite - Merged: 2024-11-27T14:40:31Z - Files changed: 1 files - Commits: 1 commits Implementation approach: [## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring...
{"issue_number": 6677, "pr_number": 6680, "commits_count": 1, "files_changed": 1, "response_length": 920, "file_count": 3, "needs_breakdown": false}
feat(payment_methods_v2): add support for network tokenization ## 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(payment_methods_v2): add network-token-locker-fingerprint-id field in PaymentMethod - Merged: None - Files changed: 6 files - Commits: 4 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [] New feature - [ ] Enhancement...
{"issue_number": 7145, "pr_number": 7146, "commits_count": 0, "files_changed": 6, "response_length": 802, "file_count": 0, "needs_breakdown": false}
[Cypress] Add more connectors to GitHub CI - Bluesnap - PayPal - Iatapay
<think> PR Context: - Title: ci(cypress): fix nmi and paypal - Merged: 2025-02-06T10:39:20Z - Files changed: 5 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency u...
{"issue_number": 7172, "pr_number": 7173, "commits_count": 0, "files_changed": 5, "response_length": 762, "file_count": 0, "needs_breakdown": false}
Adding Deep health check for Hyperswitch Goal is to create a deep health check endpoint which will verify that the Hyperswitch application is up and running and the connections to all the necessary services are healthy - [x] Failure of health check should emit logs providing evidential data regarding the failure T...
<think> PR Context: - Title: fix(payment_link): sanitize embedded payment link data - Merged: 2025-05-29T08:22:03Z - Files changed: 10 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactor...
{"issue_number": 3264, "pr_number": 7736, "commits_count": 1, "files_changed": 10, "response_length": 1329, "file_count": 8, "needs_breakdown": false}
[BUG] connector_request_reference_id not updated in payment_tokenization confirm_intent flow ### Bug Description In the payment tokenization confirm intent flow, the field `connector_request_reference_id` is not being updated in payment_attempt. Because of this missing update, flows such as PaymentsCancel and Payment...
<think> PR Context: - Title: fix(payment): add connector_request_reference_id to PaymentAttemptUpdate in ConfirmIntentTokenized flow - Merged: 2025-10-01T13:42:36Z - Files changed: 2 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ...
{"issue_number": 9596, "pr_number": 9597, "commits_count": 1, "files_changed": 2, "response_length": 1144, "file_count": 4, "needs_breakdown": false}
[FEATURE] Extend storage of additional payment method details to wallets ### Feature Description Wallet integrations like ApplePay and GooglePay makes use of a tokenized network token which is collected on client's device and sent to underlying PSPs for completing the txns. The intermediary parties do not have any ac...
<think> PR Context: - Title: feat(payments): propagate additional payment method data for apple pay during MIT - Merged: 2025-07-11T15:18:48Z - Files changed: 5 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] E...
{"issue_number": 5868, "pr_number": 7170, "commits_count": 1, "files_changed": 5, "response_length": 1641, "file_count": 7, "needs_breakdown": false}
fix(payment_methods): card_network and card_scheme should be consistent ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in de...
<think> PR Context: - Title: fix(payment_methods): card_network and card_scheme should be consistent - Merged: 2024-12-18T07:42:26Z - Files changed: 3 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement...
{"issue_number": 6849, "pr_number": 6867, "commits_count": 1, "files_changed": 3, "response_length": 1124, "file_count": 5, "needs_breakdown": false}
fix(mandate): add mandate_id column in payment_attempt table ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates ## Description This change includes - Adding a new column `mandate_id` in the table `paymen...
<think> PR Context: - Title: feat(core): add is_click_to_pay_enabled in business profile - Merged: 2024-12-05T13:04:29Z - Files changed: 11 files - Commits: 9 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] New feature ## Description <!-- Describe your chang...
{"issue_number": 3, "pr_number": 6736, "commits_count": 1, "files_changed": 11, "response_length": 1382, "file_count": 9, "needs_breakdown": false}
[ENHANCE] Improve Error Reporting in change_password with Printable Context This issue aims to improve the debuggability of the `change_password` function by adding a printable message to a potential database error. Currently, if the database update fails, a generic `InternalServerError` is returned. By attaching a sp...
<think> PR Context: - Title: feat: Add attach_printable() for better error logging - Merged: 2025-10-15T16:19:48Z - Files changed: 1 files - Commits: 25 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [✔️ ] Enhancement - [ ] Refacto...
{"issue_number": 9641, "pr_number": 9667, "commits_count": 1, "files_changed": 1, "response_length": 925, "file_count": 3, "needs_breakdown": false}
feat(router): Add `eligible_connector` to PML response (v2) We need to return `eligible_connector` in PML response, required by SDK
<think> PR Context: - Title: feat(router): Return eligible_connector in PML for payment (v2) - Merged: None - Files changed: 3 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [...
{"issue_number": 8375, "pr_number": 8376, "commits_count": 0, "files_changed": 3, "response_length": 777, "file_count": 0, "needs_breakdown": false}
feat(user_roles): support tenant_id reads For tenancy support tenant_id in user roles queries - Adding tenant id to reads, deletes and updates queries.
<think> PR Context: - Title: feat(users): add tenant id reads in user roles - Merged: 2024-11-29T10:54:00Z - Files changed: 9 files - Commits: 8 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [ ] Refactoring - [ ...
{"issue_number": 6660, "pr_number": 6661, "commits_count": 1, "files_changed": 9, "response_length": 1609, "file_count": 11, "needs_breakdown": false}
feat(payments_v2): implement create and confirm intent flow ## 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(router): [V2] Return connector customer reference IDs in `CustomerResponse` - Merged: 2025-03-21T13:58:53Z - Files changed: 8 files - Commits: 8 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] En...
{"issue_number": 7106, "pr_number": 7319, "commits_count": 1, "files_changed": 8, "response_length": 1761, "file_count": 8, "needs_breakdown": false}
use swatinem cache in cypress instead of sccache use swatinem cache in cypress instead of sccache
<think> PR Context: - Title: ci: use swatinem-cache instead of sccache in cypress - Merged: None - Files changed: 1 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependen...
{"issue_number": 7180, "pr_number": 7179, "commits_count": 0, "files_changed": 1, "response_length": 766, "file_count": 0, "needs_breakdown": false}
Add audit events for PaymentApprove update Created from #4525 This covers adding events for PaymentApprove 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 payme...
<think> PR Context: - Title: feat(payments): Add audit events for PaymentApprove update - Merged: 2024-11-08T10:20:37Z - Files changed: 2 files - Commits: 4 commits Implementation approach: ## Type of Change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Docum...
{"issue_number": 4680, "pr_number": 6432, "commits_count": 1, "files_changed": 2, "response_length": 1034, "file_count": 4, "needs_breakdown": false}
refactor(core): add error handling wrapper to wehbook ## 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 --> In webho...
<think> PR Context: - Title: refactor(core): add error handling wrapper to wehbook - Merged: 2024-11-27T18:14:17Z - Files changed: 12 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactori...
{"issue_number": 6636, "pr_number": 6686, "commits_count": 1, "files_changed": 12, "response_length": 2008, "file_count": 14, "needs_breakdown": false}
[FEATURE] Add support for SMTP email server ### Feature Description Add support for sending emails with a custom SMTP server. (Currently only AWS SES is supported) ### Possible Implementation Could be implemented using `lettre` crate. Steps to implement: - Create the email building and sending logic - Impl the E...
<think> PR Context: - Title: feat(email): Add SMTP support to allow mails through self hosted/custom SMTP server - Merged: 2024-11-20T14:48:30Z - Files changed: 11 files - Commits: 8 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - ...
{"issue_number": 5156, "pr_number": 6617, "commits_count": 1, "files_changed": 11, "response_length": 2131, "file_count": 8, "needs_breakdown": false}
refactor: Add OLAP feature for replica database ## 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 --> ### Additional Changes - [ ] This PR modi...
<think> PR Context: - Title: feat(core): Add payments update-intent API for v2 - Merged: 2024-12-09T07:45:58Z - Files changed: 23 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring ...
{"issue_number": 4, "pr_number": 6490, "commits_count": 1, "files_changed": 23, "response_length": 6023, "file_count": 22, "needs_breakdown": true}
[BUG] payment_method_type for cards is null ### Bug Description payment_method_type is a sub category of payment_method for defining the the payment_method's type. This is useful for PMs like banks and wallets to differentiate between SEPA / BACS / ACH banks or APay / GPay wallets, and helpful in similar way for ot...
<think> PR Context: - Title: fix(payments): populate payment_method_type in payment_attempt for cards - Merged: 2024-11-13T10:04:00Z - Files changed: 3 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancemen...
{"issue_number": 6512, "pr_number": 6519, "commits_count": 1, "files_changed": 3, "response_length": 1308, "file_count": 5, "needs_breakdown": false}
refactor(users): Force 2FA in prod env Currently 2FA is not forced on prod, users have ability to skip it. For the PCI compliance, we have to force users to setup and use 2FA.
<think> PR Context: - Title: refactor(users): Force 2FA in production environment - Merged: 2024-11-19T13:18:51Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring...
{"issue_number": 6592, "pr_number": 6596, "commits_count": 0, "files_changed": 1, "response_length": 782, "file_count": 0, "needs_breakdown": false}