prompt
stringlengths
24
63.1k
response
stringlengths
296
101k
metadata
stringlengths
143
152
[REFACTOR]: [Square] 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): [Square] remove default case handling - Merged: 2023-10-27T16:44:13Z - 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] Refac...
{"issue_number": 2286, "pr_number": 2701, "commits_count": 2, "files_changed": 1, "response_length": 1201, "file_count": 5, "needs_breakdown": false}
feat(core): accept payment_confirm_source header in capture call and store in payment_intent ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Descri...
<think> PR Context: - Title: feat(test_utils): Add custom-headers and custom delay support to rustman - Merged: 2023-11-07T17:43:02Z - Files changed: 4 files - Commits: 19 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] New feature - [x] Documentation - [x] CI...
{"issue_number": 2116, "pr_number": 2636, "commits_count": 1, "files_changed": 4, "response_length": 1083, "file_count": 4, "needs_breakdown": false}
[FEATURE] Include client source and client version to identify where a payment attempt originated from ### Feature Description Include client source and client version in the payment_attempt schema to identify where a payment attempt originated from. ### Possible Implementation Collect this information from the Pay...
<think> PR Context: - Title: fix: include client columns in payment attempts response struct - Merged: 2024-05-28T10:39:36Z - Files changed: 3 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] ...
{"issue_number": 4656, "pr_number": 4761, "commits_count": 1, "files_changed": 3, "response_length": 1044, "file_count": 7, "needs_breakdown": false}
refactor(payment_methods): add `requires_cvv` field to customer payment method list api object ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Desc...
<think> PR Context: - Title: fix(payment_methods): add `requires_cvv` field to customer payment method list api object - Merged: 2023-08-03T12:01:23Z - Files changed: 3 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature ...
{"issue_number": 1852, "pr_number": 1858, "commits_count": 1, "files_changed": 3, "response_length": 1082, "file_count": 4, "needs_breakdown": false}
[FEATURE] onboard customer's bank details using /payment_methods CREATE ### Feature Description Add capability to onboard customers and their bank details prior to making a txn. **Current State** Only card payment method can be persisted using /payment_methods endpoint. A txn has to be completed for persisting ba...
<think> PR Context: - Title: feat(payment_method): add capability to store bank details using /payment_methods endpoint - Merged: 2024-01-17T09:19:29Z - Files changed: 14 files - Commits: 16 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New featu...
{"issue_number": 3112, "pr_number": 3113, "commits_count": 1, "files_changed": 14, "response_length": 2090, "file_count": 15, "needs_breakdown": false}
feat(users): Decision manager changes for SSO Flows Because SSO needs new flows and will affect other login flows and email flows like accept invite, we have to change some flows in Decision Manager for SSO flows.
<think> PR Context: - Title: feat(users): Decision manager flow changes for SSO - Merged: 2024-06-24T12:35:15Z - Files changed: 6 files - Commits: 10 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring ...
{"issue_number": 4992, "pr_number": 4995, "commits_count": 1, "files_changed": 6, "response_length": 1310, "file_count": 8, "needs_breakdown": false}
feat(payout_link): return total_count in filtered payouts list API response ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description This PR refactors the payout...
<think> PR Context: - Title: fix(payout): query for getting a list of active payout IDs - Merged: 2024-09-04T09:49:50Z - 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 - [ ] Refac...
{"issue_number": 5538, "pr_number": 5771, "commits_count": 1, "files_changed": 1, "response_length": 946, "file_count": 3, "needs_breakdown": false}
refactor(mandate): allow merchant to pass the mandate details and customer acceptance separately ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description *...
<think> PR Context: - Title: fix(list): add mandate type in payment_method_list - Merged: 2023-05-23T11:29:25Z - Files changed: 3 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring ...
{"issue_number": 1188, "pr_number": 1238, "commits_count": 1, "files_changed": 3, "response_length": 1004, "file_count": 4, "needs_breakdown": false}
[BUG] Pass attempt id and payment id as reference in trustpay ### Bug Description Currently we pass payment_id as reference in trust pay. Webhooks processing will fail because of this as webhooks require attempt id ### Expected Behavior This needs to be fixed by passing both payment id and attempt id. ### Actual B...
<think> PR Context: - Title: fix(connector): use reference as payment_id in trustpay - Merged: 2023-06-15T12:45:55Z - 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 - [ ] Refactor...
{"issue_number": 1443, "pr_number": 1444, "commits_count": 2, "files_changed": 1, "response_length": 1128, "file_count": 5, "needs_breakdown": false}
[BUG] recurring mandate through bancontact card bank redirect via stripe fails connector throws below error: ``` "The provided bancontact PaymentMethod cannot be used again. It was used in a previous PaymentIntent or SetupIntent to set up a sepa_debit PaymentMethod, which can be used for multiple payments. To find th...
<think> PR Context: - Title: fix(connector): [stripe] fix bank redirect (`bancontact_card`) recurring mandate - Merged: 2025-05-13T07:07:45Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] En...
{"issue_number": 7989, "pr_number": 7990, "commits_count": 1, "files_changed": 1, "response_length": 1025, "file_count": 3, "needs_breakdown": false}
chore(codeowners): add codeowners data for PR reviews ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates ## Description Adding a CODEOWNERS file for facilitating PR reviews for teams ### Additional...
<think> PR Context: - Title: feat(core): add bulk tokenization flows - Merged: 2025-03-07T13:24:06Z - Files changed: 26 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dep...
{"issue_number": 1, "pr_number": 7066, "commits_count": 1, "files_changed": 26, "response_length": 10421, "file_count": 26, "needs_breakdown": true}
[FEATURE]: [Multisafepay] Use `connector_request_reference_id` as reference to the connector ### :memo: Feature Description - We transmit our reference id from Hyperswitch to the connector, enabling merchants to subsequently locate the payment within the connector dashboard. - Presently, there is a lack of uniformit...
<think> PR Context: - Title: feat(connector): [Multisafepay] Use connector_request_reference_id as reference to the connector - Merged: 2023-10-09T18:47:55Z - Files changed: 2 files - Commits: 4 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New f...
{"issue_number": 2305, "pr_number": 2503, "commits_count": 1, "files_changed": 2, "response_length": 1104, "file_count": 4, "needs_breakdown": false}
feat(analytics): add `sessionized_metrics` for disputes (backwards compatibility) ## Current Behaviour - There is no `sessionized_metrics` module for disputes like there is for `payments` and `payment_intents` ## Proposed Changes - create `sessionized_metrics` module for disputes
<think> PR Context: - Title: feat(analytics): add `sessionized_metrics` for disputes analytics - Merged: 2024-11-26T13:58:33Z - Files changed: 13 files - Commits: 6 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [...
{"issue_number": 6572, "pr_number": 6573, "commits_count": 1, "files_changed": 13, "response_length": 2614, "file_count": 15, "needs_breakdown": false}
refactor: enable `logs` feature flag in router 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 your changes in detail --> This PR i...
<think> PR Context: - Title: refactor: enable `logs` feature flag in router crate (#2358) - Merged: 2023-09-27T12:11:01Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Ref...
{"issue_number": 2358, "pr_number": 2382, "commits_count": 0, "files_changed": 1, "response_length": 790, "file_count": 0, "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}
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}
[BUG] WASM build fails on latest pull ### Bug Description The workspace builds ok, but wasm-pack build `wasm-pack build --target web --out-dir "${PWD}/wasm" --out-name euclid crates/euclid_wasm -- --features development,dummy_connector` fails on compilation of mio-0.8.8 ### Expected Behavior build wasm...
<think> PR Context: - Title: fix(wasm): fix failing `wasm-pack build` for `euclid_wasm` - Merged: 2024-01-09T08:30:28Z - 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 - [ ] Refac...
{"issue_number": 3260, "pr_number": 3284, "commits_count": 1, "files_changed": 2, "response_length": 932, "file_count": 3, "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}
[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}
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-21T14:52:28Z - Files changed: 2 files - Commits: 2 commits Implementation approach: Reverts juspay/hyperswitch#7856 </think> To implement this, you'll need to modify: **Detai...
{"issue_number": 7856, "pr_number": 7860, "commits_count": 1, "files_changed": 2, "response_length": 928, "file_count": 4, "needs_breakdown": false}
feat(payments_v2): payment intent diesel and domain models changes v2 ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Refactoring ## Description <!-- Describe your changes in detail --> This PR refactors the codebase to include all the payment related operations under the v1 feature flag. ...
<think> PR Context: - Title: refactor(payment_intent_v2): payment intent fields refactoring - Merged: 2024-09-20T11:46:27Z - Files changed: 30 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Refactoring ## Description <!-- Describe your c...
{"issue_number": 5783, "pr_number": 5880, "commits_count": 1, "files_changed": 30, "response_length": 9554, "file_count": 41, "needs_breakdown": true}
feat: Add new auth type to allow both SPTs and Login Tokens for 2FA APIs The following APIs are needed in both with Sign In and in the dashboard. - `/2fa/totp/verify` - `/2fa/recovery_code/verify` - `/2fa/recovery_code/generate` Currently these APIs use SPT as auth, which makes them unable to access using Login Token...
<think> PR Context: - Title: feat(auth): Create and use `SinglePurposeOrLoginTokenAuth` - Merged: 2024-06-04T11:27:55Z - Files changed: 6 files - Commits: 11 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refa...
{"issue_number": 4829, "pr_number": 4830, "commits_count": 1, "files_changed": 6, "response_length": 1629, "file_count": 8, "needs_breakdown": false}
[REFACTOR] Move Hardcoded Email Subjects to Constants Across the User Related Files ### Feature Description In the current implementation, email subjects are hardcoded at multiple places across the codebase when constructing email content. To improve maintainability and avoid magic strings, each unique subject shou...
<think> PR Context: - Title: refactor(users): Move hardcoded email subjects to constants - Merged: 2024-10-16T07:12:30Z - Files changed: 6 files - Commits: 6 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refa...
{"issue_number": 5940, "pr_number": 6110, "commits_count": 1, "files_changed": 6, "response_length": 1257, "file_count": 8, "needs_breakdown": false}
Use SignatureKey as auth_type for VGS connector We need to collect a 3rd key (vault_id) apart from `username` and `password` in case of VGS for SDK use case
<think> PR Context: - Title: fix(connector): Use SignatureKey for VGS auth_type - Merged: 2025-08-28T02:44:22Z - Files changed: 1 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring ...
{"issue_number": 9067, "pr_number": 9068, "commits_count": 1, "files_changed": 1, "response_length": 952, "file_count": 3, "needs_breakdown": false}
refactor(adyen): Use enums instead of strings for statuses As of now, we use string literals for matching on status codes returned by Adyen. They need to be replaced by enums instead. 3 instances I could find are: https://github.com/juspay/orca/blob/7348d76cad8f52548f84c6a606fb177e7ca3620e/crates/router/src/conn...
<think> PR Context: - Title: refactor(adyen): use enums instead of strings for statuses - Merged: 2023-01-17T06:20:32Z - Files changed: 1 files - Commits: 9 commits Implementation approach: Fixes #262 ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancemen...
{"issue_number": 262, "pr_number": 320, "commits_count": 1, "files_changed": 1, "response_length": 1063, "file_count": 3, "needs_breakdown": false}
[FEATURE]: [Airwallex] 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 va...
<think> PR Context: - Title: feat(connector): [Airwallex] Currency Unit Conversion - Merged: 2023-10-15T09:00:57Z - Files changed: 2 files - Commits: 12 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactori...
{"issue_number": 2215, "pr_number": 2571, "commits_count": 1, "files_changed": 2, "response_length": 1262, "file_count": 4, "needs_breakdown": false}
feat: Add schema to store chat request response - add schema for chat, to store request and response - store chats to chat schema asynchronously - encrypt the sensitive data - have endpoint to list the chat data and decrypt it properly
<think> PR Context: - Title: feat: add hyperswitch ai chats table - Merged: 2025-09-16T09:14:36Z - Files changed: 30 files - Commits: 27 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Depend...
{"issue_number": 8847, "pr_number": 8831, "commits_count": 1, "files_changed": 30, "response_length": 3973, "file_count": 29, "needs_breakdown": true}
[FEATURE] add permissions for operations in recon module ### Feature Description Reconciliation module in HyperSwitch provides various operations. Every operation needs to permitted for the end user to use it. As of today, recon has a single permission - which gives access to the entire recon module, this is not...
<think> PR Context: - Title: feat: add resources and granular permission groups for reconciliation - Merged: 2024-12-04T09:55:05Z - Files changed: 18 files - Commits: 29 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement...
{"issue_number": 6524, "pr_number": 6591, "commits_count": 1, "files_changed": 18, "response_length": 2832, "file_count": 20, "needs_breakdown": true}
feat(connetcor): [PayMe] Add signature auth type ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] New feature ## Description <!-- Describe your changes in detail --> Adding signature key for payme as 3 keys are required for payme. ``` "connector_type": "payment_processor", "conne...
<think> PR Context: - Title: build(deps): bump openssl from 0.10.54 to 0.10.55 - Merged: 2023-06-22T07:24:27Z - Files changed: 1 files - Commits: 1 commits Implementation approach: Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.54 to 0.10.55. <details> <summary>Release notes</summary> <p><em>Sourc...
{"issue_number": 1952, "pr_number": 1503, "commits_count": 0, "files_changed": 1, "response_length": 779, "file_count": 0, "needs_breakdown": false}
feat(connector): [Globepay] Add Refund and Refund Sync 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 --> Th...
<think> PR Context: - Title: fix(connector): [Stripe] change payment_method name Wechatpay to wechatpayqr - Merged: 2023-08-01T06:14:00Z - Files changed: 4 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhanc...
{"issue_number": 1706, "pr_number": 1813, "commits_count": 1, "files_changed": 4, "response_length": 1155, "file_count": 5, "needs_breakdown": false}
ci: use `sccache-action` for caching compilation artifacts ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description <!-- Describe your changes in detail --> Thi...
<think> PR Context: - Title: revert: ci: use `sccache-action` for caching compilation artifacts - Merged: 2023-08-07T07:16:21Z - Files changed: 6 files - Commits: 1 commits Implementation approach: This PR reverts juspay/hyperswitch#1857 since `sccache` is causing some problems. We might reconsider using it again on a...
{"issue_number": 1857, "pr_number": 1880, "commits_count": 0, "files_changed": 6, "response_length": 429, "file_count": 0, "needs_breakdown": false}
[ENHANCEMENT] Add `id` field in `MerchantConnectorAccountNotFound` error type ### Feature Description A `MerchantConnectorAccountNotFound` will occur when using `merchant_id` and `merchant_connector_id` to select a row from the `merchant_connector_account` table if there is no row in the table that matches those de...
<think> PR Context: - Title: refactor(router): add `id` field in `MerchantConnectorAccountNotFound` - Merged: 2023-05-10T13:27:39Z - Files changed: 4 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement ...
{"issue_number": 1053, "pr_number": 1098, "commits_count": 1, "files_changed": 4, "response_length": 1187, "file_count": 6, "needs_breakdown": false}
[FEATURE] Create a dummy connector for internal and external testing of payments and refunds flows ### Feature Description A dummy test connector needs to be created with the ability to process all the payment methods available on Hyperswitch. This dummy connector will be useful for internal and external testing an...
<think> PR Context: - Title: feat(connector): add payment routes for dummy connector - Merged: 2023-05-08T10:01:41Z - Files changed: 11 files - Commits: 12 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refact...
{"issue_number": 726, "pr_number": 980, "commits_count": 1, "files_changed": 11, "response_length": 2686, "file_count": 11, "needs_breakdown": false}
[FEATURE]: [Noon] Use `connector_request_reference_id` as reference to the connector ### :memo: Feature Description - We transmit our reference id from Hyperswitch to the connector, enabling merchants to subsequently locate the payment within the connector dashboard. - Presently, there is a lack of uniformity in thi...
<think> PR Context: - Title: feat(connector): [Noon] Use connector_request_reference_id as Order reference - Merged: 2023-10-06T07:07:29Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhan...
{"issue_number": 2308, "pr_number": 2466, "commits_count": 1, "files_changed": 1, "response_length": 990, "file_count": 3, "needs_breakdown": false}
feat(analytics): adding dispute as uri param to analytics info api
<think> PR Context: - Title: feat(pm_list): add required fields for eps - Merged: 2024-01-08T11:42:01Z - Files changed: 10 files - Commits: 21 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] ...
{"issue_number": 3694, "pr_number": 3169, "commits_count": 1, "files_changed": 10, "response_length": 1335, "file_count": 8, "needs_breakdown": false}
feat(mca): Added recipient connector call for open banking connectors ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in deta...
<think> PR Context: - Title: feat(core): Payments core modification for open banking connectors - Merged: 2024-07-17T09:53:18Z - 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": 3758, "pr_number": 3947, "commits_count": 1, "files_changed": 30, "response_length": 10691, "file_count": 102, "needs_breakdown": true}
feat(pm_list): add support for bank debits ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] New feature ## Description <!-- Describe your changes in detail --> This PR adds support for `bank_redirects` in payment methods list. The response will be of the form ```json { "payment_method...
<think> PR Context: - Title: feat(pm_list): add pm list support for bank_debits - Merged: 2023-05-11T10:54:01Z - Files changed: 2 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] New feature ## Description <!-- Describe your changes in det...
{"issue_number": 927, "pr_number": 1120, "commits_count": 1, "files_changed": 2, "response_length": 1024, "file_count": 4, "needs_breakdown": false}
fix(dashboard_metadata): Fix prod intent emails Currently prod intent emails are not going to biz email. Email are working on custom integ, integ main pod and custom sandbox pod with some code changes. Need to check if sandbox main pod is also able to send emails.
<think> PR Context: - Title: refactor(email): Add recipient emails in email config - Merged: 2024-09-19T14:16:13Z - Files changed: 13 files - Commits: 6 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactori...
{"issue_number": 5963, "pr_number": 5964, "commits_count": 1, "files_changed": 13, "response_length": 1445, "file_count": 10, "needs_breakdown": false}
[BUG]: 2-Letter State abbreviation is not accepted ### Bug Description Currently 2-Letter State abbreviation is not accepted, in `billing.state` if you pass 2 letter valid state it should not throw an error ### Expected Behavior Both 2 letter and full state name shall be accepted in `billing.state` and should be ma...
<think> PR Context: - Title: fix(connector): accept state abbreviation in 2 letter - Merged: 2024-05-15T11:24:00Z - Files changed: 2 files - Commits: 5 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [X] Enhancement - [ ] Refactorin...
{"issue_number": 4647, "pr_number": 4646, "commits_count": 1, "files_changed": 2, "response_length": 1030, "file_count": 4, "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(connector): add functionality for transforming QR image color - Merged: 2025-03-04T11:14:11Z - Files changed: 9 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [...
{"issue_number": 3264, "pr_number": 7414, "commits_count": 1, "files_changed": 9, "response_length": 1577, "file_count": 10, "needs_breakdown": false}
Get Plans **Request to Subscription Povider to get plans** /api/v2/items?limit=5&type[is]=plan&item_family_id[is]=cbdemo_omnisupport-solutions' **Response from Subscription Provider** ``` { "list": [ { "item": { "id": "cbdemo_enterprise-suite", "name": "Enterpri...
<think> PR Context: - Title: feat(connector): Add support for get plans for Chargebee - Merged: 2025-09-16T12:57:45Z - Files changed: 21 files - Commits: 27 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refac...
{"issue_number": 9053, "pr_number": 9281, "commits_count": 1, "files_changed": 21, "response_length": 5123, "file_count": 23, "needs_breakdown": true}
fix: certificate decode failed when creating the session token for applepay ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix ## Description <!-- Describe your changes in detail --> We used to have a lot of errors when creating applepay session tokens because of invalid certificates b...
<think> PR Context: - Title: refactor(mca): use separate struct for connector metadata - Merged: 2023-06-17T15:28:11Z - Files changed: 2 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix ## Description <!-- Describe your changes in de...
{"issue_number": 1385, "pr_number": 1465, "commits_count": 1, "files_changed": 2, "response_length": 1031, "file_count": 4, "needs_breakdown": false}
chore(ci): Add nix workflow The builds will run on Juspay managed self-hosted runners (NixOS & nix-darwin machines in office). ## Motivation and Context To make sure that `flake.nix` remains usable over time and works for users.
<think> PR Context: - Title: chore(nix): Unbreak `flake.nix` - Merged: 2024-09-25T11:16:24Z - Files changed: 4 files - Commits: 5 commits Implementation approach: Resolves #5876 This PR makes sure that `flake.nix` builds, and checks it in CI (uses self-hosted runners) going forward. It removes no longer used Nix c...
{"issue_number": 5017, "pr_number": 5867, "commits_count": 0, "files_changed": 4, "response_length": 555, "file_count": 0, "needs_breakdown": false}
feat: Adding support for multiple account creation for a merchant<>connector based on country ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates ## Description Adding support so that merchant can have mul...
<think> PR Context: - Title: feat: multiple connector account support for the same `country` - Merged: 2023-04-11T12:12:21Z - Files changed: 30 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] New feature ## Description <!-- Describe your ...
{"issue_number": 623, "pr_number": 816, "commits_count": 1, "files_changed": 30, "response_length": 2783, "file_count": 25, "needs_breakdown": true}
[REFACTOR]: [SHIFT4] Add amount conversion framework to Shift4 ### :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 o...
<think> PR Context: - Title: refactor(connector): add amount conversion framework to Shift4 - Merged: 2024-10-24T12:06:57Z - Files changed: 4 files - Commits: 4 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [X] R...
{"issue_number": 6122, "pr_number": 6250, "commits_count": 1, "files_changed": 4, "response_length": 1837, "file_count": 6, "needs_breakdown": false}
[Feature]: [Braintree] Sync with Hyperswitch Reference ### :memo: Feature Description - In Hyperswitch, we retrieve transaction status in two ways: 1. Using `transaction_id` which is generated by Connectors 2. Using our `reference_id` which can be passed to Connectors during payment creation - If supported, th...
<think> PR Context: - Title: feat(Braintree): Sync with Hyperswitch Reference - Merged: 2023-12-06T10:13:21Z - Files changed: 1 files - Commits: 9 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - ...
{"issue_number": 3007, "pr_number": 3037, "commits_count": 1, "files_changed": 1, "response_length": 981, "file_count": 3, "needs_breakdown": false}
feat(core): add payments session endpoint ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] New feature ## Description <!-- Describe your changes in detail --> Add a new endpoint called session_tokens under payments. This will call the connectors and create sessions token. ## Motivati...
<think> PR Context: - Title: feat(core): add sessions api endpoint - Merged: 2022-12-10T16:02:03Z - 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 - [ ] Depen...
{"issue_number": 100, "pr_number": 104, "commits_count": 1, "files_changed": 30, "response_length": 3774, "file_count": 29, "needs_breakdown": true}
Code reviewe Thorough code review
<think> PR Context: - Title: refactor(masking): PII improvements - Merged: 2022-12-13T07:50:21Z - Files changed: 16 files - Commits: 18 commits Implementation approach: ## Type of Change - [x] Refactoring ## Motivation and Context Apply suggestions from code review #65 Closes #107 ## Checklist - [x] I form...
{"issue_number": 65, "pr_number": 77, "commits_count": 1, "files_changed": 16, "response_length": 1870, "file_count": 15, "needs_breakdown": false}
[BUG] mandate details are not persisted for Adyen connector ### Bug Description This is specific to Adyen's connector integration. In case mandate details were not present in the response of payment sync with Adyen, these details are sent through webhooks. However, these details are not being persisted in DB leadi...
<think> PR Context: - Title: fix(connector): adyen - propagate connector mandate details in incoming webhooks - Merged: 2024-12-02T18:30:38Z - Files changed: 2 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] En...
{"issue_number": 6719, "pr_number": 6720, "commits_count": 1, "files_changed": 2, "response_length": 1091, "file_count": 4, "needs_breakdown": false}
feat(users): add endpoint to reset totp Add support to reset TOTP from dashboard!
<think> PR Context: - Title: feat(users): add support to reset totp - Merged: 2024-05-30T11:16:40Z - Files changed: 5 files - Commits: 5 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Depend...
{"issue_number": 4820, "pr_number": 4821, "commits_count": 1, "files_changed": 5, "response_length": 1164, "file_count": 7, "needs_breakdown": false}
Extend PR template to include config files directory paths This is to educate PR authors to look for config files at different places if their changes affect them.
<think> PR Context: - Title: github(PULL_REQUEST_TEMPLATE): include paths to config files - Merged: 2022-11-25T10:18:18Z - Files changed: 1 files - Commits: 1 commits Implementation approach: Closes #16 </think> To implement this, you'll need to modify: (No detailed commit information available)
{"issue_number": 16, "pr_number": 17, "commits_count": 0, "files_changed": 1, "response_length": 301, "file_count": 0, "needs_breakdown": false}
[FEATURE] Add support for profile-specific default routing fallback ### Feature Description Currently every merchant has a default fallback which is a list of all of their configured connectors. We now want to make this profile-specific, i.e. each profile will have an associated default fallback that is a list of al...
<think> PR Context: - Title: refactor(connector): [Paypal] Add support for both BodyKey and SignatureKey - Merged: 2023-11-21T14:33:00Z - Files changed: 2 files - Commits: 23 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhanc...
{"issue_number": 2833, "pr_number": 2633, "commits_count": 1, "files_changed": 2, "response_length": 2173, "file_count": 4, "needs_breakdown": false}
refactor: alter query for merchant scoped metadata Remove `is_null` from `find_merchant_scoped_dashboard_metadata` This is done to make DB changes and support backward compatibility in next deployment.
<think> PR Context: - Title: refactor(dashboard_metadata): alter query for merchant scoped metadata - Merged: 2024-07-22T13:56:29Z - Files changed: 2 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement ...
{"issue_number": 5396, "pr_number": 5397, "commits_count": 1, "files_changed": 2, "response_length": 1051, "file_count": 4, "needs_breakdown": false}
bug(user_roles): Restrict updating user_roles to the same entity level Currently update user role API allows updating a merchant level user role to profile level, which should not be possible. This comes under upgrade/downgrade functionality, which is not available yet.
<think> PR Context: - Title: fix(user_role): Restrict updating user role to the same `EntityType` - Merged: 2024-10-07T14:44: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 -...
{"issue_number": 6222, "pr_number": 6224, "commits_count": 1, "files_changed": 1, "response_length": 959, "file_count": 3, "needs_breakdown": false}
feat(connector): [paypal, trustpay] add in feature matrix ## 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 --> Adde...
<think> PR Context: - Title: feat(connector): revert [paypal, trustpay] add in feature matrix - Merged: 2025-05-15T13:19:51Z - Files changed: 9 files - Commits: 1 commits Implementation approach: Reverts juspay/hyperswitch#7911 </think> To implement this, you'll need to modify: **Detailed Implementation:** **Comm...
{"issue_number": 7911, "pr_number": 8042, "commits_count": 1, "files_changed": 9, "response_length": 1160, "file_count": 4, "needs_breakdown": false}
chore(docker): prefix Hyperswitch Docker image URIs with `docker.juspay.io` ## 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 i...
<think> PR Context: - Title: chore(docker): prefix Hyperswitch Docker image URIs with `docker.juspay.io` - Merged: 2025-03-21T11:37:07Z - Files changed: 4 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhance...
{"issue_number": 7368, "pr_number": 7592, "commits_count": 0, "files_changed": 4, "response_length": 805, "file_count": 0, "needs_breakdown": false}
fix(router): change the retrieve's payload to query ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates ## Description Change the deserialisation method from Json to Query in the payments retrieve function...
<think> PR Context: - Title: feat(themes): Create user APIs for managing themes - Merged: 2025-07-28T07:46:16Z - Files changed: 18 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": 2, "pr_number": 8387, "commits_count": 1, "files_changed": 18, "response_length": 3151, "file_count": 20, "needs_breakdown": true}
[FEATURE] Payments and it's webhook response to contain non-card payment method details ### Feature Description TLDR; Payments response and it's associated webhooks events to contain payment method data details. As of today, only card's and paylater's payment method data is populated in our API responses and webho...
<think> PR Context: - Title: feat: populate payment method details in payments response - Merged: 2024-08-26T16:56:18Z - Files changed: 10 files - Commits: 10 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Ref...
{"issue_number": 5652, "pr_number": 5661, "commits_count": 1, "files_changed": 10, "response_length": 4621, "file_count": 10, "needs_breakdown": true}
[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}
fix(router): make customer id mandatory when address or setup future usage given ## Type of Change - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates ## Description Make customer ID mandatory when addresses or setup_future_usage are given. ### Additional Changes...
<think> PR Context: - Title: fix(router): better positioning for mandatory customer id conditions - Merged: 2023-01-12T19:50:19Z - Files changed: 4 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement -...
{"issue_number": 282, "pr_number": 364, "commits_count": 1, "files_changed": 4, "response_length": 1233, "file_count": 6, "needs_breakdown": false}
refactor: Separate out recovery codes from TOTP Even though recovery codes is dependent entity on TOTP. But the new findings suggest that TOTP is a part of entity called 2FA and TOTP is depended on the 2FA entity not the TOTP entity. This will be more clear when we add multiple 2FAs like SMS OTP. So, we want to sepa...
<think> PR Context: - Title: feat(users): Add redis in Begin and Verify TOTP and create a new API that updates TOTP - Merged: 2024-05-29T10:23:42Z - Files changed: 10 files - Commits: 5 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature -...
{"issue_number": 4707, "pr_number": 4765, "commits_count": 1, "files_changed": 10, "response_length": 1783, "file_count": 12, "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-03T13:50:46Z - Files changed: 30 files - Commits: 1 commits Implementation approach: This reverts commit 1100dcc6053990cf832c00cf29db700d77f78480. ## Type of Change <!-- Put an `x` in the boxes that apply --> ...
{"issue_number": 6734, "pr_number": 7717, "commits_count": 0, "files_changed": 30, "response_length": 787, "file_count": 0, "needs_breakdown": false}
[FEATURE]: [PayU] Use `connector_request_reference_id` as reference to the connector ### :memo: Feature Description - We transmit our reference id from Hyperswitch to the connector, enabling merchants to subsequently locate the payment within the connector dashboard. - Presently, there is a lack of uniformity in thi...
<think> PR Context: - Title: feat(connector): [PayU] Use connector_request_reference_id - Merged: 2024-10-25T11:31:30Z - Files changed: 1 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refac...
{"issue_number": 2313, "pr_number": 6360, "commits_count": 1, "files_changed": 1, "response_length": 969, "file_count": 3, "needs_breakdown": false}
refactor(webhooks): Fix incoming webhooks failure ## 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 --> This pr fi...
<think> PR Context: - Title: refactor(webhooks): Fix incoming webhooks failure - Merged: 2025-10-16T20:17:27Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring -...
{"issue_number": 9894, "pr_number": 9897, "commits_count": 0, "files_changed": 1, "response_length": 779, "file_count": 0, "needs_breakdown": false}
Refactor(core): Inclusion of constraint graph for merchant Payment Method list ## 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 change...
<think> PR Context: - Title: Refactor(core): Reverts Inclusion of constraint graph for merchant Payment Method list - Merged: 2024-05-31T13:16:22Z - Files changed: 7 files - Commits: 1 commits Implementation approach: Reverts juspay/hyperswitch#4626 This PR needs some more refactors as currently it is mapped to check...
{"issue_number": 4626, "pr_number": 4839, "commits_count": 1, "files_changed": 7, "response_length": 2246, "file_count": 9, "needs_breakdown": false}
feat(api_client): add api client trait ## 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 --> Currently we use a shar...
<think> PR Context: - Title: feat(api): use `ApiClient` trait in AppState - Merged: 2023-09-01T10:14:02Z - Files changed: 15 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ]...
{"issue_number": 1919, "pr_number": 2067, "commits_count": 1, "files_changed": 15, "response_length": 1904, "file_count": 16, "needs_breakdown": true}
feat(analytics): analytics APIs ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Set of analytics APIs of payments and refunds querying Postgres DB ...
<think> PR Context: - Title: revert: fix(analytics): feat(analytics): analytics APIs - Merged: 2023-11-03T11:59:33Z - Files changed: 30 files - Commits: 1 commits Implementation approach: Reverts juspay/hyperswitch#2676 </think> To implement this, you'll need to modify: **Detailed Implementation:** **Commit 1:** ...
{"issue_number": 2676, "pr_number": 2777, "commits_count": 1, "files_changed": 30, "response_length": 15045, "file_count": 44, "needs_breakdown": true}
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}
feat(connector): add support for affirm and afterpay/clearpay through stripe ### Feature Description Add support for creating payments through affirm and afterpay/clearpay through stripe. The api contract changes will be as follows - afterpay/clearpay ```json { "payment_method": "pay_later", "payment_metho...
<think> PR Context: - Title: feat(stripe): add support for afterpay clearpay through stripe - Merged: 2023-01-25T15:43:22Z - Files changed: 6 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] New feature ## Description <!-- Describe your ch...
{"issue_number": 347, "pr_number": 441, "commits_count": 1, "files_changed": 6, "response_length": 1298, "file_count": 7, "needs_breakdown": false}
feat(analytics): refactor and introduce analytics APIs to accommodate OrgLevel, MerchantLevel and ProfileLevel authentication ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/...
<think> PR Context: - Title: feat(analytics): refactor and introduce analytics APIs to accommodate OrgLevel, MerchantLevel and ProfileLevel authentication - Merged: 2024-09-04T18:09:07Z - Files changed: 30 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --...
{"issue_number": 5729, "pr_number": 5784, "commits_count": 1, "files_changed": 30, "response_length": 7116, "file_count": 60, "needs_breakdown": true}
refactor(cypress): error handling and add sync refunds in places where missing <!-- 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 --> ...
<think> PR Context: - Title: refactor(cypress): nullify false positives - Merged: 2024-07-17T10:42:30Z - Files changed: 9 files - Commits: 5 commits Implementation approach: <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates -...
{"issue_number": 5128, "pr_number": 5303, "commits_count": 0, "files_changed": 9, "response_length": 772, "file_count": 0, "needs_breakdown": false}
[REFACTOR] : [Volt] 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 paymen...
<think> PR Context: - Title: refactor(connector): [Volt] change error message from NotSupported to NotImplemented - Merged: 2023-11-29T18:28:25Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ...
{"issue_number": 2864, "pr_number": 2878, "commits_count": 1, "files_changed": 1, "response_length": 1004, "file_count": 3, "needs_breakdown": false}
Blacking token after delete user role Even after deleting the user role, the logged in user is able to perform the JWT operations. Hence these need to be prohibited by adding the token in blacklist.
<think> PR Context: - Title: fix(user): blacklist token after delete user role - Merged: 2024-04-23T10:37:25Z - 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 - [ ] Refactoring -...
{"issue_number": 4427, "pr_number": 4428, "commits_count": 1, "files_changed": 4, "response_length": 1119, "file_count": 6, "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: refactor(payments_v2): create customer at connector end and populate connector customer ID - Merged: 2025-02-14T10:19:09Z - Files changed: 11 files - Commits: 5 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New featur...
{"issue_number": 7106, "pr_number": 7246, "commits_count": 1, "files_changed": 11, "response_length": 2140, "file_count": 13, "needs_breakdown": false}
[FEATURE] Add more default tests to the connector template ### Feature Description For card payment method default unit tests should be generated while adding a connector using add_connector script. ### Possible Implementation Add more test cases in connector-template/test.rs file, So that default test cases will b...
<think> PR Context: - Title: feat(connector-template): add more default tests for card payment method - Merged: 2023-01-31T10:52:33Z - Files changed: 2 files - Commits: 4 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancemen...
{"issue_number": 467, "pr_number": 471, "commits_count": 1, "files_changed": 2, "response_length": 2420, "file_count": 4, "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] : [Helcim] 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): [Helcim] change error message from not supported to not implemented - Merged: 2023-12-17T17:51:43Z - Files changed: 1 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature ...
{"issue_number": 2841, "pr_number": 2850, "commits_count": 1, "files_changed": 1, "response_length": 1014, "file_count": 3, "needs_breakdown": false}
fix(user_roles): Send only same and below Entity Level Users in List Users API Currently in user list api, for merchants we show org admin. This is happening because in V1 data, we have merchant_id in org level users as well, because of why the filtering is not correct.
<think> PR Context: - Title: fix(user_roles): Send only same and below Entity Level Users in List Users API - Merged: 2024-09-29T13:15:30Z - Files changed: 2 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enha...
{"issue_number": 6146, "pr_number": 6147, "commits_count": 1, "files_changed": 2, "response_length": 1044, "file_count": 4, "needs_breakdown": false}
feat: add caching for roles Currently in authorization, we look at the resource and the role in the JWT to check whether that particular call is valid or not. Upon the introduction of custom roles, this has increased db calls in the authorization phase as we need to get the permissions associated to a particular role...
<think> PR Context: - Title: feat(roles): Add caching for custom roles - Merged: 2024-03-05T13:40:13Z - Files changed: 12 files - Commits: 9 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] De...
{"issue_number": 3944, "pr_number": 3946, "commits_count": 1, "files_changed": 12, "response_length": 2034, "file_count": 14, "needs_breakdown": false}
[REFACTOR]: [Bambora] 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 variant...
<think> PR Context: - Title: refactor(router): remove default case handling in bambora connector - Merged: 2024-05-15T13:36:59Z - Files changed: 1 files - Commits: 5 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - ...
{"issue_number": 4054, "pr_number": 4473, "commits_count": 1, "files_changed": 1, "response_length": 973, "file_count": 3, "needs_breakdown": false}
enhance(router): change MAX_ID_LENGTH to 64 ## 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 --> Change MAX_ID_LENGTH to 64. This allows merchants to...
<think> PR Context: - Title: Changelog for release v0.5.2 - Merged: 2023-03-24T14:07:31Z - Files changed: 1 files - Commits: 1 commits Implementation approach: # 0.5.2 (2023-03-24) ## Chores * prepare for building production Docker images (#794) (6ddc30eb) ## Bug Fixes * **connector:** [Airwallex] Change...
{"issue_number": 792, "pr_number": 799, "commits_count": 0, "files_changed": 1, "response_length": 636, "file_count": 2, "needs_breakdown": false}
[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}
[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): adyen collection save card flow make `customer_id` properly dynamic - Merged: 2024-03-14T07:45:44Z - Files changed: 13 files - Commits: 8 commits Implementation approach: <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] R...
{"issue_number": 4070, "pr_number": 4086, "commits_count": 0, "files_changed": 13, "response_length": 811, "file_count": 0, "needs_breakdown": false}
[BUG] panic on RedisPoolConnection close. ### Bug Description Currently the RedisPoolConnection close panics on [this line](https://github.com/juspay/hyperswitch/blob/ed99655ebc11d53f4b2ffcb8c0eb9ef6b56f32c4/crates/router/src/bin/router.rs#L47). The root cause of this issue is `Arc::get_mut` throws None when `Arc` ...
<think> PR Context: - Title: fix: impl `Drop` for `RedisConnectionPool` - Merged: 2023-05-04T15:00:18Z - Files changed: 8 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix ## Description <!-- Describe your changes in detail --> This fi...
{"issue_number": 1035, "pr_number": 1051, "commits_count": 1, "files_changed": 8, "response_length": 1643, "file_count": 10, "needs_breakdown": false}
bug(user): Wrong Internal user `org_id` Currently when an internal user is being created, a new user will be created and a `user_role` with `merchant_id` as `juspay000` will also be inserted. As the merchant `juspay000` already has a `org_id`, we should use that and insert that `org_id` in `user_role`, but currently ...
<think> PR Context: - Title: fix(users): Populate correct `org_id` for Internal Signup - Merged: 2024-06-05T13:08:00Z - 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 - [ ] Refact...
{"issue_number": 4887, "pr_number": 4888, "commits_count": 1, "files_changed": 2, "response_length": 999, "file_count": 4, "needs_breakdown": false}
feat(roles): edge cases for multi-tenancy - I Add tenant_id in custom roles Add generic query to search across all tenants Close https://github.com/juspay/hyperswitch-cloud/issues/7998 Close https://github.com/juspay/hyperswitch-cloud/issues/7998 Close https://github.com/juspay/hyperswitch-cloud/issues/8026
<think> PR Context: - Title: feat(users): handle edge features for users in tenancy - Merged: 2025-01-08T09:34:23Z - Files changed: 18 files - Commits: 9 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactor...
{"issue_number": 6999, "pr_number": 6990, "commits_count": 1, "files_changed": 18, "response_length": 2122, "file_count": 18, "needs_breakdown": true}
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: fix(core): Address 500 when deleting payment method and add logs to postman collections - Merged: 2023-07-24T12:50:55Z - Files changed: 9 files - Commits: 19 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix ## Description <...
{"issue_number": 1651, "pr_number": 1695, "commits_count": 1, "files_changed": 9, "response_length": 1015, "file_count": 4, "needs_breakdown": false}
[REFACTOR]: [Trustpay] 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): [trustpay] refactor trustpay and handled variants errors - Merged: 2023-10-08T10:23:06Z - Files changed: 2 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhan...
{"issue_number": 2287, "pr_number": 2484, "commits_count": 1, "files_changed": 2, "response_length": 994, "file_count": 3, "needs_breakdown": false}
[BUG] Missing required field `email` during payments_confirm ### Bug Description It bugs out when a payment is created with the `email` field and then not passing it when confirming the payment. ### Expected Behavior The confirm payment should succeed, it should take the email which was supplied during the payments...
<think> PR Context: - Title: fix: update customer data if passed in payments - Merged: 2023-06-09T14:00:12Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix ## Description <!-- Describe your changes in detail --> ...
{"issue_number": 1325, "pr_number": 1402, "commits_count": 1, "files_changed": 1, "response_length": 924, "file_count": 3, "needs_breakdown": false}
[FEATURE]: [Dlocal] Use `connector_request_reference_id` as reference to the connector ### :memo: Feature Description - We transmit our reference id from Hyperswitch to the connector, enabling merchants to subsequently locate the payment within the connector dashboard. - Presently, there is a lack of uniformity in t...
<think> PR Context: - Title: feat(connector): [Dlocal] Implement feature to use connector_request_reference_id as reference to the connector - Merged: 2023-10-27T12:24:12Z - Files changed: 1 files - Commits: 1 commits Implementation approach: …cal connector #2297 ## Type of Change <!-- Put an `x` in the boxes that...
{"issue_number": 2297, "pr_number": 2704, "commits_count": 2, "files_changed": 1, "response_length": 1254, "file_count": 5, "needs_breakdown": false}
feat: Create API for TOTP Verification To complete the TOTP Flow, there needs to be an API which needs to verify the totp entered by the user and give the next token and flow that user should go to enter into the dashboard.
<think> PR Context: - Title: feat(users): Create API to Verify TOTP - Merged: 2024-05-09T06:15:51Z - 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 - [ ] Refactoring - [ ] Depend...
{"issue_number": 4596, "pr_number": 4597, "commits_count": 1, "files_changed": 9, "response_length": 1492, "file_count": 11, "needs_breakdown": false}
Improve UCS connector configuration format for better type safety and usability ## Problem Statement The current unified connector service (UCS) configuration uses an array format for specifying connectors that should use UCS only. This approach has several limitations: ### Current Issues 1. **Type Safety**: The cu...
<think> PR Context: - Title: refactor(config): change UCS connector list from array to comma-separated string - Merged: 2025-08-13T15:11:30Z - Files changed: 10 files - Commits: 11 commits Implementation approach: # Refactor: Change UCS connector configuration from array to comma-separated string ## Summary This PR ...
{"issue_number": 8906, "pr_number": 8905, "commits_count": 1, "files_changed": 10, "response_length": 1746, "file_count": 7, "needs_breakdown": false}
[FEATURE]: [ACI] 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 transact...
<think> PR Context: - Title: feat(connector): [Aci] Update connector_response_reference_id with merchant reference - Merged: 2023-10-17T18:36:03Z - Files changed: 2 files - Commits: 9 commits Implementation approach: ## Type of Change - [x] New feature ## Description The connector_response_reference_id parameter ...
{"issue_number": 2205, "pr_number": 2551, "commits_count": 1, "files_changed": 2, "response_length": 1005, "file_count": 3, "needs_breakdown": false}
[FEATURE] add a route that will invalidate cache ### Feature Description Currently we don't have any way to manually invalidate cache that's stored in redis and in-memory, Add a route that given a key will invalidate both of redis and inmemory cache. ### Possible Implementation So the in memory cache currently has ...
<think> PR Context: - Title: feat(router): add route to invalidate cache entry - Merged: 2023-06-21T08:03:24Z - Files changed: 14 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": 995, "pr_number": 1100, "commits_count": 1, "files_changed": 14, "response_length": 2206, "file_count": 16, "needs_breakdown": true}
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}
feat(router): added dispute accept api, file module apis and dispute evidence submission api ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates ## Description Added support for following APIs 1. Dispute...
<think> PR Context: - Title: Doc:Changelog for release v0.5.8 - Merged: 2023-05-03T10:17:47Z - Files changed: 1 files - Commits: 5 commits Implementation approach: # 0.5.8 (2023-04-25) ## Chores * fix error message for deserialization ([#885](https://github.com/juspay/orca/pull/885)) ([e4d0dd0a](https://github....
{"issue_number": 900, "pr_number": 950, "commits_count": 0, "files_changed": 1, "response_length": 762, "file_count": 2, "needs_breakdown": false}
fix(core): save payment_method_type when creating a record in the payment_method table ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix ## Description <!-- Describe your changes in detail --> When saving the payment method record to the payment_method table after a payment, only the ...
<think> PR Context: - Title: fix(core): `payment_method_type` not set in the payment attempt when making a recurring mandate payment - Merged: 2023-06-20T14:29:36Z - Files changed: 5 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix ##...
{"issue_number": 1378, "pr_number": 1415, "commits_count": 1, "files_changed": 5, "response_length": 1394, "file_count": 8, "needs_breakdown": false}
feat(user): get user information (home api) Create new api to get user details.
<think> PR Context: - Title: feat(user): add route to get user details - Merged: 2024-05-02T09:52:49Z - Files changed: 7 files - Commits: 6 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dep...
{"issue_number": 4509, "pr_number": 4510, "commits_count": 1, "files_changed": 7, "response_length": 1398, "file_count": 9, "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}
feat(payments): show aggregate count of refund status
<think> PR Context: - Title: feat(refunds): Refunds aggregate api - Merged: 2024-09-12T13:57:33Z - Files changed: 14 files - Commits: 24 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Depend...
{"issue_number": 5796, "pr_number": 5795, "commits_count": 1, "files_changed": 14, "response_length": 2045, "file_count": 14, "needs_breakdown": false}