prompt
stringlengths
24
70.5k
response
stringlengths
271
16.7k
metadata
stringlengths
145
152
feat(users): Introduce themes in user APIs Currently there is no themes context in the user and email related APIs where the themes should be reflected. We should change the APIs which would have the theme context.
<think> PR Context: - Title: feat(users): Incorporate themes in user APIs - Merged: 2024-12-16T09:20:21Z - Files changed: 27 files - Commits: 22 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ...
{"issue_number": 6780, "pr_number": 6772, "commits_count": 1, "files_changed": 27, "response_length": 2642, "file_count": 23, "needs_breakdown": true}
[BUG] GlobalPay throws 501 for mandates below function is the culprit: ```rs fn get_payment_method_data( item: &PaymentsAuthorizeRouterData, brand_reference: Option<String>, ) -> Result<PaymentMethodData, Error> { match &item.request.payment_method_data { payment_method_data::PaymentMethodData::Ca...
<think> PR Context: - Title: fix(connector): [globalpay] address 5xx in mandates by implementing tokenization flow - Merged: None - Files changed: 13 files - Commits: 5 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [x] Enhancement ...
{"issue_number": 8481, "pr_number": 8482, "commits_count": 0, "files_changed": 13, "response_length": 800, "file_count": 0, "needs_breakdown": false}
[REFACTOR] remove non mandatory fields for Adyen Platform payouts Hyperswitch mandates a few fields for AdyenPlatform connector which are not needed. These are needed to be made optional. List of fields - Billing address details
<think> PR Context: - Title: refactor(connector): make billing address line2 optional for Adyen Platform payouts - Merged: None - Files changed: 2 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - ...
{"issue_number": 8973, "pr_number": 8982, "commits_count": 0, "files_changed": 2, "response_length": 797, "file_count": 1, "needs_breakdown": false}
refactor(authentication): moved cavv storing from table to temp locker ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Refactoring ## Description <!-- Describe your changes in detail --> https://github.com/juspay/hyperswitch/pull/7978 ### Additional Changes - [ ] This PR modifies...
<think> PR Context: - Title: refactor(authentication): moved cavv storing from table to temp locker - Merged: 2025-05-14T07:50:11Z - Files changed: 21 files - Commits: 1 commits Implementation approach: Reverts [juspay/hyperswitch#8005](https://github.com/juspay/hyperswitch/pull/7978) </think> To implement this, yo...
{"issue_number": 8005, "pr_number": 8021, "commits_count": 1, "files_changed": 21, "response_length": 2236, "file_count": 23, "needs_breakdown": true}
Add audit events for PaymentCreate update Created from https://github.com/juspay/hyperswitch/issues/4525 This covers adding events for PaymentCreate operation This event should include the payment data similar to https://github.com/juspay/hyperswitch/pull/4166 It should also include any metadata for the event...
<think> PR Context: - Title: feat(payments): Add audit events for PaymentCreate update - Merged: 2024-11-07T13:39:25Z - Files changed: 2 files - Commits: 4 commits Implementation approach: ## Type of Change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Docume...
{"issue_number": 4672, "pr_number": 6427, "commits_count": 1, "files_changed": 2, "response_length": 1031, "file_count": 4, "needs_breakdown": false}
FIX[Config]: Add VGS baseurl to deployment toml files Need to add baseurl for VGS in `config/deployments/{integration_test, production, sandbox}.toml`
<think> PR Context: - Title: fix(config): Add VGS baseurl to deployments toml files - Merged: 2025-05-16T13:03:19Z - Files changed: 3 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactori...
{"issue_number": 8058, "pr_number": 8059, "commits_count": 0, "files_changed": 3, "response_length": 784, "file_count": 0, "needs_breakdown": false}
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: refactor(payment_methods): propagate empty wallet details for paypal … - Merged: 2025-03-04T13:41:10Z - Files changed: 1 files - Commits: 2 commits Implementation approach: …during MIT ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [...
{"issue_number": 3264, "pr_number": 7423, "commits_count": 1, "files_changed": 1, "response_length": 988, "file_count": 4, "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}
[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}
[REFACTOR] remove non mandatory fields for Adyen Platform payouts Hyperswitch mandates a few fields for AdyenPlatform connector which are not needed. These are needed to be made optional. List of fields - Billing address details
<think> PR Context: - Title: refactor(connector): make billing address line2 optional for Adyen Platform payouts - Merged: None - Files changed: 2 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - ...
{"issue_number": 8973, "pr_number": 8981, "commits_count": 0, "files_changed": 2, "response_length": 797, "file_count": 1, "needs_breakdown": false}
ci(cypress): Fix Failed Test Cases for the below connectors The Failed Test Cases for the following connectors: - [x] [Deutschebank](https://github.com/juspay/hyperswitch/pull/8193) - [x] [Worldpayxml](https://github.com/juspay/hyperswitch/pull/8193) - [x] [Hipay](https://github.com/juspay/hyperswitch/pull/8563) - [ ...
<think> PR Context: - Title: ci(cypress): fix `worldpayxml`, and `deutschebank` cypress test cases - Merged: 2025-07-04T14:47:44Z - Files changed: 6 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [x] Enhancement ...
{"issue_number": 8399, "pr_number": 8193, "commits_count": 0, "files_changed": 6, "response_length": 800, "file_count": 0, "needs_breakdown": false}
fix(router): Move Customer PML endpoint to OLAP (v2) [This PR](https://github.com/juspay/hyperswitch/pull/7241) added customer PML for v2, but the route was incorrectly added under OLTP instead of OLAP, need to fix
<think> PR Context: - Title: fix(router): Move Customer PML endpoint to OLAP (v2) - Merged: 2025-06-18T08:23:04Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring...
{"issue_number": 8302, "pr_number": 8303, "commits_count": 1, "files_changed": 1, "response_length": 923, "file_count": 3, "needs_breakdown": false}
fix cybersource cypress redirection address ci inconsistency. cybersource cypress test in github has been failing randomly left right and center for no good reason.
<think> PR Context: - Title: fix(cypress): address cybersource redirection inconsistency - Merged: 2025-01-21T07:06:52Z - Files changed: 6 files - Commits: 24 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Ref...
{"issue_number": 7058, "pr_number": 7057, "commits_count": 0, "files_changed": 6, "response_length": 790, "file_count": 0, "needs_breakdown": false}
[BUG] payout routing for Sepa transactions result in a 4xx error ### Bug Description Creating payout transactions for SEPA are resulting in a 4xx error with below message. ``` { "error": { "type": "invalid_request", "message": "No eligible connector was found for the current payment method config...
<think> PR Context: - Title: chore(wasm): update sepa to sepa_bank_transfer for payout MCAs - Merged: 2025-09-25T07:49:03Z - 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 - [ ] R...
{"issue_number": 8168, "pr_number": 9536, "commits_count": 0, "files_changed": 3, "response_length": 792, "file_count": 0, "needs_breakdown": false}
[REFACTOR] Worldpay payments integration ### Feature Description WorldPay payments integration currently makes use of modular APIs which gives more control over the integration. This approach is not best compatible with HyperSwitch due to WP's 3DS flows - which requires sending PAN (card numbers) in multiple places. ...
<think> PR Context: - Title: fix(connector): [Worldpay] use 4 digit expiry year - Merged: 2024-11-19T15:34:37Z - Files changed: 3 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring ...
{"issue_number": 6316, "pr_number": 6543, "commits_count": 1, "files_changed": 3, "response_length": 1068, "file_count": 4, "needs_breakdown": false}
[FEATURE] Use proxy exclusion instead of a separate proxied client ### Feature Description Currently we provide the option for proxying all external requests made to Connectors. We also use reqwest clients to make API calls to basilisk/locker or other utilities. Recently we started reusing the `reqwest::Client` (v...
<think> PR Context: - Title: refactor(proxy): specify hosts for proxy exclusion instead of complete URLs - Merged: 2025-01-15T13:04:48Z - Files changed: 10 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhanc...
{"issue_number": 1039, "pr_number": 6957, "commits_count": 1, "files_changed": 10, "response_length": 1448, "file_count": 10, "needs_breakdown": false}
fix(connector): [ARCHIPEL] Change connector fields that are currently implemented as required in the code to optional … implemented as required in the code to optional ## Type of Change <!-- Put an `x` in the boxes that apply --> - [X] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Depen...
<think> PR Context: - Title: fix(connector): [ARCHIPEL] Change connector fields that are currently implemented as required in the code to optional - Merged: 2025-06-17T09:29:52Z - Files changed: 1 files - Commits: 1 commits Implementation approach: … implemented as required in the code to optional (#8342) ## Type o...
{"issue_number": 8342, "pr_number": 8364, "commits_count": 1, "files_changed": 1, "response_length": 1080, "file_count": 3, "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(connector): add expiry year conversion for adyen mit transactions - Merged: 2024-12-17T11:32:24Z - 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": 6735, "pr_number": 6851, "commits_count": 1, "files_changed": 1, "response_length": 975, "file_count": 3, "needs_breakdown": false}
Updating logo in API ref
<think> PR Context: - Title: docs: Updating logo for Api ref - Merged: 2024-12-05T11:09:38Z - Files changed: 4 files - Commits: 24 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency u...
{"issue_number": 6742, "pr_number": 6741, "commits_count": 0, "files_changed": 4, "response_length": 762, "file_count": 0, "needs_breakdown": false}
[CHORE] update Cypress creds update cypress creds. wise failing
<think> PR Context: - Title: chore: update creds - Merged: 2025-01-17T10:37:04Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ]...
{"issue_number": 7053, "pr_number": 7054, "commits_count": 0, "files_changed": 1, "response_length": 749, "file_count": 0, "needs_breakdown": false}
feat(vsaas): add processor_merchant_id and created_by column in payment_intents and payments_attempts for v1 Tracking issue #1: https://github.com/juspay/hyperswitch-control-center/issues/2544 Tracking issue #2: https://github.com/juspay/hyperswitch-control-center/issues/2546
<think> PR Context: - Title: feat(vsaas): add processor_merchant_id and created_by column in payment_intents and payments_attempts for v1 - Merged: 2025-04-22T08:56:56Z - Files changed: 30 files - Commits: 27 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfi...
{"issue_number": 7769, "pr_number": 7768, "commits_count": 1, "files_changed": 30, "response_length": 3643, "file_count": 30, "needs_breakdown": true}
[FEATURE]: Save Payment Method on Payments Confirm (V2) Add functionality to save a payment method after a successful payment
<think> PR Context: - Title: feat(router): Save payment method on payments confirm (V2) - Merged: 2025-06-06T15:55:49Z - 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 - [ ] Ref...
{"issue_number": 8089, "pr_number": 8090, "commits_count": 1, "files_changed": 26, "response_length": 3921, "file_count": 27, "needs_breakdown": true}
refactor(users): move roles schema to global storeage interface - We need to have roles schema in global schema. It should be global along with user, user_roles and user_key_store - We need to remove themes from global schema, since themes are not global and can depend on tenant, organization, merchant or profile.
<think> PR Context: - Title: refactor(users): move roles schema to global interface - Merged: 2024-12-19T13:36:13Z - Files changed: 7 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactori...
{"issue_number": 6861, "pr_number": 6862, "commits_count": 1, "files_changed": 7, "response_length": 1334, "file_count": 9, "needs_breakdown": false}
[REFACTOR] Worldpay payments integration ### Feature Description WorldPay payments integration currently makes use of modular APIs which gives more control over the integration. This approach is not best compatible with HyperSwitch due to WP's 3DS flows - which requires sending PAN (card numbers) in multiple places. ...
<think> PR Context: - Title: refactor(connector-configs): worldpay - update username / password mapping - Merged: 2024-12-05T14:02:43Z - Files changed: 3 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancem...
{"issue_number": 6316, "pr_number": 6752, "commits_count": 0, "files_changed": 3, "response_length": 804, "file_count": 0, "needs_breakdown": false}
feat(connector): [payload] introduce no-3ds cards ## 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 --> This PR in...
<think> PR Context: - Title: feat(connector): [payload] add webhook support - Merged: 2025-07-11T12:58:37Z - Files changed: 8 files - Commits: 10 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [x] New feature - [ ] Enhancement - [x] Refactoring - [...
{"issue_number": 8545, "pr_number": 8558, "commits_count": 1, "files_changed": 8, "response_length": 1593, "file_count": 6, "needs_breakdown": false}
feat(users): Send welcome to community email in magic link signup Send [this](https://www.figma.com/design/lhmTvW2vuc2p5B4ZvsEOTw/Email-Tempalte-Design?node-id=0-1&t=OKWmXqVOsidKUk7y-1) email when user signs up with magic link.
<think> PR Context: - Title: feat(users): Send welcome to community email in magic link signup - Merged: 2024-11-26T09:10:41Z - Files changed: 4 files - Commits: 4 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ...
{"issue_number": 6638, "pr_number": 6639, "commits_count": 1, "files_changed": 4, "response_length": 1222, "file_count": 5, "needs_breakdown": false}
DB changes for split payments (v2) The following DB changes need to be made to support split payments: In PaymentIntent: - Add `active_attempts_group_id` column - Add `active_attempt_id_type` column In PaymentAttempt: - Add `attempts_group_id` column While currently a `payment_intent` can have only a single `activ...
<think> PR Context: - Title: feat(router): Add attempts_group DB changes for split payments (v2) - Merged: 2025-09-24T08:41:25Z - Files changed: 13 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement -...
{"issue_number": 9465, "pr_number": 9466, "commits_count": 1, "files_changed": 13, "response_length": 1777, "file_count": 13, "needs_breakdown": false}
FEATURE(connector): [Facilitapay] Add support for Pix Bank transfer Documentation: https://sandbox-portal.facilitapay.com/#/docs
<think> PR Context: - Title: feat(connector): [Facilitapay] Add support for Pix Bank Transfers - Merged: 2025-04-23T08:48:37Z - 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": 7732, "pr_number": 7704, "commits_count": 1, "files_changed": 30, "response_length": 4360, "file_count": 22, "needs_breakdown": true}
feat(connector): Add recovery support for stripebilling ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description Context: In case of some billing connectors we d...
<think> PR Context: - Title: feat(recovery-events): add revenue recovery topic and vector config to push these events to s3 - Merged: 2025-07-25T12:00:14Z - Files changed: 22 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New f...
{"issue_number": 7461, "pr_number": 8285, "commits_count": 1, "files_changed": 22, "response_length": 2621, "file_count": 18, "needs_breakdown": true}
[FEATURE] Add support for payout connector integrations for connectors crate ### Feature Description To be able to support connector integrations in router and the new hyperswitch_connectors crate. ### Possible Implementation Move payout API traits to a common place - in hyperswitch_interfaces crate. ### Have you ...
<think> PR Context: - Title: refactor: move Payout traits to hyperswitch_interfaces for connectors crate - Merged: 2024-11-12T11:24:53Z - Files changed: 7 files - Commits: 10 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhanc...
{"issue_number": 6508, "pr_number": 6481, "commits_count": 1, "files_changed": 7, "response_length": 1764, "file_count": 9, "needs_breakdown": false}
fix(middleware): include `x-request-id` header in `access-control-expose-headers` header value ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Desc...
<think> PR Context: - Title: fix(cors): expose all headers set by application in `access-control-expose-headers` header value - Merged: 2024-12-24T07:04:04Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New f...
{"issue_number": 1673, "pr_number": 6877, "commits_count": 1, "files_changed": 1, "response_length": 1001, "file_count": 3, "needs_breakdown": false}
Update broken readme icon Updating broken readme icon along with reposition of the hero image
<think> PR Context: - Title: docs(README): Updated the icon and repositioned the hero image - Merged: 2024-11-03T14:12:33Z - Files changed: 1 files - Commits: 2 commits Implementation approach: TOC icon and reposition of the hero image in readme ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ...
{"issue_number": 6449, "pr_number": 6445, "commits_count": 0, "files_changed": 1, "response_length": 792, "file_count": 0, "needs_breakdown": false}
refactor(router): add revenue_recovery_metadata to payment intent in diesel and api model for v2 flow Add the following fields to the api and diesel models Feature meta data retry_count: Total number of billing connector + recovery retries for a payment intent. payment_connector_transmission: It's supposed to tell i...
<think> PR Context: - Title: refactor(router): add revenue_recovery_metadata to payment intent in diesel and api model for v2 flow - Merged: 2025-02-14T11:41:35Z - Files changed: 6 files - Commits: 23 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ...
{"issue_number": 7177, "pr_number": 7176, "commits_count": 1, "files_changed": 6, "response_length": 2069, "file_count": 7, "needs_breakdown": false}
Propage request id to chat service Send request id to chat service in headers.
<think> PR Context: - Title: fix(chat): append request id to headers for chat request - Merged: 2025-07-25T07:27:38Z - Files changed: 4 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refacto...
{"issue_number": 8679, "pr_number": 8680, "commits_count": 1, "files_changed": 4, "response_length": 1117, "file_count": 6, "needs_breakdown": false}
[REFACTOR]: [RAPYD] Add amount conversion framework to Rapyd ### :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 rapyd - Merged: 2024-10-30T14:47:44Z - Files changed: 4 files - Commits: 5 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Re...
{"issue_number": 6020, "pr_number": 6414, "commits_count": 1, "files_changed": 4, "response_length": 1243, "file_count": 6, "needs_breakdown": false}
chore: Update apple pay currency filter configs Update apple pay currency filter configs as a temporary fix for failing PR #7921
<think> PR Context: - Title: chore: Update apple pay currency filter configs - Merged: 2025-06-09T07:57:15Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [...
{"issue_number": 8216, "pr_number": 8217, "commits_count": 0, "files_changed": 1, "response_length": 777, "file_count": 0, "needs_breakdown": false}
Add endpoints to support ai chat interactions - Add endpoints to talk to different ai services. - Add config for URLS - make feature flag for ai chat service that will help to manage feature across different environments.
<think> PR Context: - Title: feat(ai): add endpoints to chat with ai service - Merged: 2025-07-16T20:33:11Z - Files changed: 26 files - Commits: 23 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring -...
{"issue_number": 8584, "pr_number": 8585, "commits_count": 1, "files_changed": 26, "response_length": 2807, "file_count": 23, "needs_breakdown": true}
Adding events for Payment Reject Created from #4525 This covers adding events for Payment Reject operation This event should include the payment data similar to [PaymentCancel](https://github.com/juspay/hyperswitch/pull/4166) It should also include any metadata for the event e.g reason for payment rejecti...
<think> PR Context: - Title: feat(events): Add payment reject audit events - Merged: 2024-11-12T07:18:54Z - Files changed: 2 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [X] Enhancement - [ ] Refactoring - [ ]...
{"issue_number": 4669, "pr_number": 6465, "commits_count": 1, "files_changed": 2, "response_length": 1054, "file_count": 4, "needs_breakdown": false}
[FEAT] Add mandates for Payload - Add MIT payments to Payload connector - Add connector customer - Fix amount conversion Relevant docs: - https://docs.payload.com/apis/payments/ - https://docs.payload.com/apis/payments/charging-a-customer/ - https://docs.payload.com/apis/automatic-payments/ - https://docs.payload.co...
<think> PR Context: - Title: feat(connector): [payload] add recurring payments - Merged: 2025-07-31T07:04:50Z - Files changed: 23 files - Commits: 29 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [x] Refactoring ...
{"issue_number": 8610, "pr_number": 8597, "commits_count": 1, "files_changed": 23, "response_length": 2221, "file_count": 11, "needs_breakdown": false}
feat(router): Support `card` in `payment_method_subtype` [V2] `payment_method_subtype` field needs to be made mandatory and `card` needs to be added as a supported enum variant. This is needed for parity with industry standard analytics hierarchy
<think> PR Context: - Title: feat(router): Support `card` in `payment_method_subtype` [V2] - Merged: 2025-04-08T10:20:11Z - Files changed: 30 files - Commits: 8 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] R...
{"issue_number": 7661, "pr_number": 7662, "commits_count": 1, "files_changed": 30, "response_length": 2814, "file_count": 28, "needs_breakdown": true}
fix(users): Only use lowercase letters in emails Currently uppercase letters in emails are being using at it is. Ideally we should convert them to lowercase before performing any DB operations with it.
<think> PR Context: - Title: feat(users): Convert emails to lowercase from requests - Merged: 2024-11-20T13:41:03Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactori...
{"issue_number": 6600, "pr_number": 6601, "commits_count": 1, "files_changed": 1, "response_length": 934, "file_count": 3, "needs_breakdown": false}
Removing mailhog container from the docker setup Removing mailhog container from the docker setup
<think> PR Context: - Title: fix: fixes the docker setup to clean up the scarf data - Merged: 2025-05-12T16:21:53Z - Files changed: 6 files - Commits: 12 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactor...
{"issue_number": 7962, "pr_number": 7963, "commits_count": 0, "files_changed": 6, "response_length": 785, "file_count": 0, "needs_breakdown": false}
feat(connector): add template code for recurly add a template code for recurly connector
<think> PR Context: - Title: feat(connector): add template code for recurly - Merged: 2025-03-05T10:40:40Z - Files changed: 24 files - Commits: 13 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - ...
{"issue_number": 7283, "pr_number": 7284, "commits_count": 1, "files_changed": 24, "response_length": 8808, "file_count": 17, "needs_breakdown": true}
refactor(permissions): Give access to connector view group in operation groups Currently `connector_label` is not visible in payments page of control-center. This is because, the payment retrieve API doesn't send the `connector_label`. As it is a big change in the payments flow, we are providing access to connector li...
<think> PR Context: - Title: refactor(authz): Make connector list accessible by operation groups - Merged: 2024-12-16T09:22:57Z - Files changed: 2 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - ...
{"issue_number": 6788, "pr_number": 6792, "commits_count": 1, "files_changed": 2, "response_length": 1045, "file_count": 4, "needs_breakdown": false}
[FEATURE] integrate 3DS for Worldpay connector ### Feature Description WorldPay offers 3DS capabilities for a card txn. Same needs to be integrated in HyperSwitch. Flow - https://developer.worldpay.com/products/access/3ds/web ### Possible Implementation Implementing 3DS for WorldPay requires one additional step ...
<think> PR Context: - Title: feat(connector): add 3DS flow for Worldpay - Merged: 2024-10-21T14:14:20Z - Files changed: 8 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] D...
{"issue_number": 6177, "pr_number": 6374, "commits_count": 1, "files_changed": 8, "response_length": 2551, "file_count": 10, "needs_breakdown": false}
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}
feat(single_use): add extra fields in `Mandate` table and `MandateData` [Blocked on #61] ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates ## Description This PR adds single use mandate support and a 2 n...
<think> PR Context: - Title: fix(payout): use get_string_repr for formatting payout IDs - Merged: 2025-07-05T15:11:29Z - Files changed: 10 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refa...
{"issue_number": 66, "pr_number": 8547, "commits_count": 1, "files_changed": 10, "response_length": 972, "file_count": 3, "needs_breakdown": false}
feat(connector): [ZSL] add connector template code ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [ ] CI/CD ## Description <!-- Describe your changes in detail --> Zsl only ...
<think> PR Context: - Title: refactor(core): add cache redaction for cgraph - Merged: 2025-10-01T11:30:08Z - Files changed: 2 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ...
{"issue_number": 4285, "pr_number": 9639, "commits_count": 1, "files_changed": 2, "response_length": 1052, "file_count": 4, "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-15T14:22:25Z - Files changed: 9 files - Commits: 1 commits Implementation approach: ORIGINAL PR: https://github.com/juspay/hyperswitch/pull/8042 Reverts juspay/hyperswitch#7911 </think> To implement this, ...
{"issue_number": 7911, "pr_number": 8046, "commits_count": 1, "files_changed": 9, "response_length": 1222, "file_count": 4, "needs_breakdown": false}
[BUG] 5xx in PayPal when cancelling the Payment we're getting 5xx when you try to cancel the payment express checkout page. and this is not intended.
<think> PR Context: - Title: fix(connector): [GlobalPay] Address `5xx` when cancelling a paypal transaction - Merged: 2025-03-26T10:26:02Z - Files changed: 4 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enha...
{"issue_number": 7607, "pr_number": 7605, "commits_count": 1, "files_changed": 4, "response_length": 1466, "file_count": 6, "needs_breakdown": false}
[REFACTOR] facilitapay destination bank account number should be merchant facing destination bank account number should be added by merchant, not customer. this is a design flaw that needs to be fixed.
<think> PR Context: - Title: refactor(connector): [facilitapay] move destination bank account number to connector metadata - Merged: 2025-07-25T12:44:09Z - Files changed: 11 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New fea...
{"issue_number": 8703, "pr_number": 8704, "commits_count": 1, "files_changed": 11, "response_length": 2205, "file_count": 7, "needs_breakdown": false}
feat(users): handle email URLs for users in different tenancies We will be sending emails to users in different tenancies, on clicking the email they should land on that particular tenant URL. For that we need tenant level user configs. And 'll be using it to generate emails.
<think> PR Context: - Title: feat(users): handle email url for users in different tenancies - Merged: 2024-12-19T08:50:07Z - Files changed: 12 files - Commits: 9 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] ...
{"issue_number": 6808, "pr_number": 6809, "commits_count": 1, "files_changed": 12, "response_length": 1395, "file_count": 9, "needs_breakdown": false}
fix(connector): [Peach Payments] fix connector metadata deserialization ## 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 d...
<think> PR Context: - Title: fix(connector): [Peach Payments] fix connector metadata deserialization - Merged: 2025-10-14T11:48:24Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancemen...
{"issue_number": 9826, "pr_number": 9827, "commits_count": 1, "files_changed": 1, "response_length": 1026, "file_count": 3, "needs_breakdown": false}
[FEATURE] Automatic connector_payment_id hashing in v2 if length > 128 in v2 ### Feature Description Automatically hash connector_payment_id longer than 128 chars and store the original in connector_payment_data. ### Possible Implementation Implement hashing in PaymentAttemptUpdate conversion by using ConnectorTran...
<think> PR Context: - Title: fix(payments): automatic connector_payment_id hashing in v2 if length > 128 - Merged: 2025-09-01T14:34:13Z - Files changed: 2 files - Commits: 6 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhance...
{"issue_number": 9016, "pr_number": 9017, "commits_count": 1, "files_changed": 2, "response_length": 1074, "file_count": 4, "needs_breakdown": false}
feat(single_use): add extra fields in `Mandate` table and `MandateData` [Blocked on #61] ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates ## Description This PR adds single use mandate support and a 2 n...
<think> PR Context: - Title: fix(core): language consumption from locale in payment and payout links - Merged: 2025-05-12T15:38:24Z - Files changed: 4 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement ...
{"issue_number": 66, "pr_number": 7993, "commits_count": 1, "files_changed": 4, "response_length": 1036, "file_count": 3, "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(ui): hide visible scrollbar from checkout widget for windows - Merged: 2025-10-01T13:15:54Z - 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": 9541, "commits_count": 0, "files_changed": 1, "response_length": 794, "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): add config for enabling form button only when form is complete - Merged: 2025-03-17T15:05:30Z - Files changed: 16 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ]...
{"issue_number": 3264, "pr_number": 7517, "commits_count": 1, "files_changed": 16, "response_length": 1528, "file_count": 11, "needs_breakdown": false}
feat(single_use): add extra fields in `Mandate` table and `MandateData` [Blocked on #61] ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates ## Description This PR adds single use mandate support and a 2 n...
<think> PR Context: - Title: feat(connector): [ADYENPLATFORM] add card payouts - Merged: 2025-07-01T11:43:42Z - Files changed: 2 files - Commits: 4 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring -...
{"issue_number": 66, "pr_number": 8504, "commits_count": 1, "files_changed": 2, "response_length": 1556, "file_count": 4, "needs_breakdown": false}
feat(users): Add email domain based restriction for dashboard entry APIs Currently Zurich uses okta and they use a specific `auth_id` to see the okta login method. If any user doesn't use `auth_id`, then the user will see the default auth methods that Hyperswitch has and they will be use them to login, which we shoul...
<think> PR Context: - Title: feat(users): Add email domain based restriction for dashboard entry APIs - Merged: 2024-12-30T07:37:08Z - Files changed: 14 files - Commits: 8 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhanceme...
{"issue_number": 6939, "pr_number": 6940, "commits_count": 1, "files_changed": 14, "response_length": 2172, "file_count": 14, "needs_breakdown": false}
Fix UCS address precedence order for payment method billing addresses ## Problem The current implementation in the UCS (Unified Connector Service) transformers has incorrect precedence order when handling addresses. The unified payment method billing address should take priority over the shipping/billing addresses fr...
<think> PR Context: - Title: fix: change precedence order in address that we send to ucs - Merged: 2025-09-03T17:28:26Z - Files changed: 1 files - Commits: 3 commits Implementation approach: ## Summary This PR fixes the billing address precedence order in the UCS (Unified Connector Service) transformers to ensure t...
{"issue_number": 9268, "pr_number": 9269, "commits_count": 1, "files_changed": 1, "response_length": 970, "file_count": 3, "needs_breakdown": false}
[FEATURE]: Add support for updating elimination config ### Feature Description Add a new route for updating elimination config in the database when it is toggled. ### Possible Implementation Add a new route for updating elimination config in the database when it is toggled. ### Have you spent some time checking if...
<think> PR Context: - Title: feat(routing): Add support to update config for elimination routing - Merged: 2025-05-12T16:26:29Z - Files changed: 5 files - Commits: 8 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - ...
{"issue_number": 7939, "pr_number": 7938, "commits_count": 1, "files_changed": 5, "response_length": 1547, "file_count": 7, "needs_breakdown": false}
[FEAT] [CONNECTOR: NORDEA] Implement SEPA Bank Debit ## Relevant Docs - [Access Authorization API](https://developer.nordeaopenbanking.com/documentation?api=Access%20Authorization%20API) (To get Access Token) - [Payments API SEPA Credit Transfer](https://developer.nordeaopenbanking.com/documentation?api=Payments%20A...
<think> PR Context: - Title: feat(core/connector): introduce authentication token flow and add sepa bankdebit for nordea - Merged: 2025-08-11T07:26:26Z - Files changed: 30 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feat...
{"issue_number": 8134, "pr_number": 8133, "commits_count": 1, "files_changed": 30, "response_length": 9320, "file_count": 51, "needs_breakdown": true}
ci: run cybersource along with stripe ci: run cybersource along with stripe
<think> PR Context: - Title: ci: introduce `cybersource` cypress test to run in parallel - Merged: 2024-11-14T11:52:04Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refa...
{"issue_number": 6542, "pr_number": 6541, "commits_count": 0, "files_changed": 1, "response_length": 789, "file_count": 0, "needs_breakdown": false}
[bug] abrupt cypress failures fix CI abrupt failures when running in parallel
<think> PR Context: - Title: fix(ci): abrupt exit upon ci failure - Merged: None - 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 - [ ] Dependency updates - [ ...
{"issue_number": 6890, "pr_number": 6891, "commits_count": 0, "files_changed": 1, "response_length": 750, "file_count": 0, "needs_breakdown": false}
[FEATURE] feat(router): verify service for applepay merchant registration v2 ### Feature Description verify service for applepay merchant registration in v2 ### Possible Implementation Add POST /v2/verify/apple-pay/{merchant_id} endpoint for verify domains with Apple ### Have you spent some time checking if this f...
<think> PR Context: - Title: feat(router): verify service for applepay merchant registration v2 - Merged: 2025-08-22T13:36:37Z - Files changed: 5 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [X] New feature - [ ] Enhancement - [...
{"issue_number": 8998, "pr_number": 8999, "commits_count": 1, "files_changed": 5, "response_length": 1286, "file_count": 7, "needs_breakdown": false}
fix(deployment-config): remove invalid currencies from worldpay filters ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation - [x] CI/CD ## Description Includes below changes - - Fixe...
<think> PR Context: - Title: fix(deployment-config): remove invalid currencies from worldpay filters - Merged: None - Files changed: 1 files - Commits: 1 commits Implementation approach: (cherry picked from commit aee11c560e427195a0d321dff19c0d33ec60ba64) ## Type of Change <!-- Put an `x` in the boxes that apply -...
{"issue_number": 6400, "pr_number": 6422, "commits_count": 0, "files_changed": 1, "response_length": 785, "file_count": 0, "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}
[CHORE] Bump Cypress Dependencies Current versions are outdated. <img width="469" height="327" alt="Image" src="https://github.com/user-attachments/assets/507dfa9e-754c-4cb5-9f86-41558769f513" />
<think> PR Context: - Title: chore: update devDependencies for cypress - Merged: 2025-07-28T07:44:58Z - Files changed: 3 files - Commits: 6 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [x] Dep...
{"issue_number": 8736, "pr_number": 8735, "commits_count": 0, "files_changed": 3, "response_length": 771, "file_count": 0, "needs_breakdown": false}
fix(connector): [Cybersource] remove newline in billing address with space ## 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...
<think> PR Context: - Title: fix(connector): [Cybersource] remove newline in billing address with space - Merged: 2024-11-05T10:52:11Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancem...
{"issue_number": 6478, "pr_number": 6480, "commits_count": 1, "files_changed": 1, "response_length": 1197, "file_count": 3, "needs_breakdown": false}
[BUG] DB constraints for events table ### Bug Description `idempotent_event_id` column is a combination of `payment_id` and the `event_type`. Length of this field in DB can be a maximum of 64 characters. However, since `payment_id` can also be 64 characters, the resulting `idempotent_event_id` can easily exceed 64 ch...
<think> PR Context: - Title: fix(webhooks): add idempotent_event_id generation using URL-safe Base64 (no padding) and SHA256 digest - Merged: 2025-09-22T08:30:21Z - Files changed: 7 files - Commits: 7 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ]...
{"issue_number": 8460, "pr_number": 9405, "commits_count": 1, "files_changed": 7, "response_length": 1452, "file_count": 9, "needs_breakdown": false}
Add audit events for PaymentStatus update Created from #4525 This covers adding events for PaymentStatus operation This event should include the payment data similar to [PaymentCancel](https://github.com/juspay/hyperswitch/pull/4166) It should also include any metadata for the event e.g reason for payment...
<think> PR Context: - Title: feat(payments): Add audit events for PaymentStatus update - Merged: 2024-12-16T12:08:46Z - Files changed: 2 files - Commits: 8 commits Implementation approach: ## Type of Change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Docume...
{"issue_number": 4677, "pr_number": 6520, "commits_count": 1, "files_changed": 2, "response_length": 1031, "file_count": 4, "needs_breakdown": false}
[BUG]: [TSYS] Payments Failing Across All Flows ### Feature Description/Summary TSYS (Total System Services) is a global payment processing platform that provides payment gateway services for merchants, payment facilitators, and acquirers. It enables businesses to accept credit and debit card payments securely across...
<think> PR Context: - Title: fix(connectors): [TSYS] change order of order_number in tsys auth request body - Merged: 2025-10-08T15:39:41Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enha...
{"issue_number": 9375, "pr_number": 9579, "commits_count": 1, "files_changed": 1, "response_length": 1009, "file_count": 3, "needs_breakdown": false}
Pre-configuring an account in the local setup using docker Pre-configuring an account in the local setup using docker
<think> PR Context: - Title: fix: updated the docker setup - Merged: 2025-05-21T09:51:53Z - Files changed: 2 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency upda...
{"issue_number": 8091, "pr_number": 8093, "commits_count": 0, "files_changed": 2, "response_length": 759, "file_count": 0, "needs_breakdown": false}
One click docker setup A script is needed to ensure one click docker setup, to minimise issues faced by users. > Run the whole setup with simple command > Show output with localhost links for different setups
<think> PR Context: - Title: docs: update the setup docs - Merged: 2025-04-24T07:56:02Z - Files changed: 2 files - Commits: 5 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency update...
{"issue_number": 7761, "pr_number": 7839, "commits_count": 0, "files_changed": 2, "response_length": 757, "file_count": 0, "needs_breakdown": false}
[FEATURE] : [CONNECTOR] Add Billwerk, Fiservemea, Tsys supported payment methods, currencies and countries in feature matrix ### Feature Description Add Billwerk, Fiservemea, Tsys supported payment methods, currencies and countries in feature matrix ### Possible Implementation Add Billwerk, Fiservemea, Tsys support...
<think> PR Context: - Title: feat(connector): [BILLWERK, FISERVEMEA, TSYS] add in feature matrix api - Merged: 2025-03-11T13:56:43Z - 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": 7164, "pr_number": 7165, "commits_count": 1, "files_changed": 9, "response_length": 2436, "file_count": 5, "needs_breakdown": false}
Updating Errors in the API-ref Docs Updating Errors in the API-ref Docs
<think> PR Context: - Title: docs: Added desc. for wallets other than AP, GP - Merged: 2024-10-29T07:56:09Z - Files changed: 3 files - Commits: 5 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [...
{"issue_number": 5305, "pr_number": 6452, "commits_count": 1, "files_changed": 3, "response_length": 960, "file_count": 3, "needs_breakdown": false}
[BUG]: Decryption failure in chat prevents retrieval of conversation history Internal users are unable to view their past chat conversations through the chat/ai/list endpoint, which is meant to be used for internal users. When attempting to retrieve the chat history, the system fails to decrypt the stored messages, re...
<think> PR Context: - Title: fix(chat): alter encryption logic for ai service - Merged: 2025-10-01T13:05:25Z - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - ...
{"issue_number": 9561, "pr_number": 9562, "commits_count": 1, "files_changed": 1, "response_length": 915, "file_count": 3, "needs_breakdown": false}
feat(users): support tenant level users - Add api to create tenant_admin - Create org by tenant level user - Support tenant entity: tenant level roles/permission
<think> PR Context: - Title: feat(users): add support for tenant level users - Merged: 2024-12-06T13:19:57Z - Files changed: 22 files - Commits: 15 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring -...
{"issue_number": 6707, "pr_number": 6708, "commits_count": 1, "files_changed": 22, "response_length": 3525, "file_count": 24, "needs_breakdown": true}
Fix: populating the docker related changes from main to stable release Replicating https://github.com/juspay/hyperswitch/issues/8091 https://github.com/juspay/hyperswitch/pull/8092 to stable release
<think> PR Context: - Title: fix: updated the docker setup - Merged: 2025-05-22T09:46:58Z - Files changed: 2 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [X] Enhancement - [ ] Refactoring - [ ] Dependency upda...
{"issue_number": 8094, "pr_number": 8092, "commits_count": 0, "files_changed": 2, "response_length": 759, "file_count": 0, "needs_breakdown": false}
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 chargebee recovery webhooks - Merged: 2025-02-27T13:32:06Z - Files changed: 16 files - Commits: 30 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] R...
{"issue_number": 7236, "pr_number": 7110, "commits_count": 1, "files_changed": 16, "response_length": 3587, "file_count": 12, "needs_breakdown": false}
[FEATURE] : [PAYTM] Add Integrity Check Support for Authorize, PSync, Refund and RSync Flows ### Feature Description/Summary Integrity check is a scenario where there is a discrepancy between the amount sent in the request and the amount received from the connector, which is checked during response handling. ### Con...
<think> PR Context: - Title: feat(connector): [PAYTM] Add Integrity Check Support for Authorize, PSync,Refund and RSync Flows - Merged: None - Files changed: 1 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] En...
{"issue_number": 9211, "pr_number": 9246, "commits_count": 0, "files_changed": 1, "response_length": 810, "file_count": 0, "needs_breakdown": false}
feat(users): add tenant_id in user roles - Use global interface for user roles - Add column tenant_id in user_roles - Handle insertion of tenant_id - Hadle token validation, a token issued in one tenant should not work in other tenancy
<think> PR Context: - Title: feat(users): add global support in user roles - Merged: 2024-11-13T07:24:13Z - Files changed: 18 files - Commits: 9 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ...
{"issue_number": 6457, "pr_number": 6458, "commits_count": 1, "files_changed": 18, "response_length": 1906, "file_count": 18, "needs_breakdown": true}
Connector changes for 3ds in v2 In v2, the `PreProcessing` and `CompleteAuthorize` flows will not be present. We will introduce new flows `PreAuthenticate`, `Authenticate` and `PostAuthenticate` to better represent the domain.
<think> PR Context: - Title: feat(router): Add Connector changes for 3ds (v2) - Merged: 2025-09-11T14:33:57Z - Files changed: 8 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - ...
{"issue_number": 9116, "pr_number": 9117, "commits_count": 1, "files_changed": 8, "response_length": 5050, "file_count": 10, "needs_breakdown": true}
feat(connector): add template code for stripebilling add a template code for stripe billing connector
<think> PR Context: - Title: feat(connector): add template code for stripebilling - Merged: None - Files changed: 30 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Depende...
{"issue_number": 7212, "pr_number": 7214, "commits_count": 0, "files_changed": 30, "response_length": 767, "file_count": 0, "needs_breakdown": false}
fix(eps_bank_name): send eps supported bank names inside the structs for sdk. ## 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...
<think> PR Context: - Title: fix(airwallex_bank_name): send ideal supported bank names inside the structs for sdk - Merged: None - Files changed: 9 files - Commits: 10 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement ...
{"issue_number": 8779, "pr_number": 8960, "commits_count": 0, "files_changed": 9, "response_length": 799, "file_count": 0, "needs_breakdown": false}
docs: enhance cypress testing documentation with troubleshooting and … Fixes #9657 - Add comprehensive table of contents for better navigation - Include detailed environment configuration section with examples - Add extensive troubleshooting section with common issues and solutions - Include best practices for w...
<think> PR Context: - Title: docs: enhance cypress testing documentation with troubleshooting and … - Merged: None - Files changed: 2 files - Commits: 2 commits Implementation approach: Fixes #9657 - Add comprehensive table of contents for better navigation - Include detailed environment configuration section with...
{"issue_number": 9657, "pr_number": 9657, "commits_count": 0, "files_changed": 2, "response_length": 784, "file_count": 0, "needs_breakdown": false}
[FEATURE] Kv Redis feature for V2 models ### Feature Description Extend kv support for v2 models ### Possible Implementation Use existing construct to extend to v2 models ### Have you spent some time checking if this feature request has been raised before? - [x] I checked and didn't find a similar issue ### Hav...
<think> PR Context: - Title: feat: Kv changes for V2 feature - Merged: 2025-06-26T14:22:59Z - Files changed: 15 files - Commits: 26 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency ...
{"issue_number": 8389, "pr_number": 8198, "commits_count": 1, "files_changed": 15, "response_length": 2397, "file_count": 15, "needs_breakdown": false}
docs: API-ref revamp for better user experience API-ref revamp for better user experience
<think> PR Context: - Title: docs: changes for api ref - Merged: 2025-02-25T19:02:34Z - Files changed: 4 files - Commits: 8 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates ...
{"issue_number": 7323, "pr_number": 7324, "commits_count": 0, "files_changed": 4, "response_length": 755, "file_count": 0, "needs_breakdown": false}
One click docker setup A script is needed to ensure one click docker setup, to minimise issues faced by users. > Run the whole setup with simple command > Show output with localhost links for different setups
<think> PR Context: - Title: fix: script for one click docker setup - Merged: 2025-04-13T18:11:03Z - Files changed: 2 files - Commits: 6 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [X] Enhancement - [ ] Refactoring - [ ] Depend...
{"issue_number": 7761, "pr_number": 7806, "commits_count": 0, "files_changed": 2, "response_length": 768, "file_count": 0, "needs_breakdown": false}
refactor(permissions): Deprecate permissions from permission info API response The permissions in the permission info API are not being used and should be removed.
<think> PR Context: - Title: refactor(permissions): Remove permissions field from permission info API response - Merged: 2024-10-22T10:15:42Z - Files changed: 4 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] E...
{"issue_number": 6375, "pr_number": 6376, "commits_count": 1, "files_changed": 4, "response_length": 1448, "file_count": 6, "needs_breakdown": false}
[BUG] There is a bug when the webhook response comes from ucs ### Bug Description There is a bug when the webhook response comes from ucs, the code was not able to deserialize the response ### Expected Behavior webhook response form ucs should be handle using ucs logic ### Actual Behavior a webhook failed ### St...
<think> PR Context: - Title: fix: Resolved issue of webhooks response from ucs - Merged: 2025-08-29T15:11:29Z - Files changed: 6 files - Commits: 14 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring ...
{"issue_number": 9027, "pr_number": 9021, "commits_count": 1, "files_changed": 6, "response_length": 1363, "file_count": 8, "needs_breakdown": false}
Required fields absent in PML in case of Gift Card for OnSession (v2) In case of `Adyen` connector and `Givex` payment method subtype, required fields are absent in PML output when `setup_future_usage` is `OnSession` Need to move givex required fields to common in the required fields TOML
<think> PR Context: - Title: fix(config): Set common required fields for Givex (v2) - Merged: 2025-09-18T08:51:00Z - Files changed: 1 files - Commits: 1 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactori...
{"issue_number": 9413, "pr_number": 9414, "commits_count": 0, "files_changed": 1, "response_length": 784, "file_count": 0, "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: refactor: explicitly specify top redirections for secure payment and payout links - Merged: 2024-11-11T08:07:30Z - Files changed: 2 files - Commits: 2 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] E...
{"issue_number": 1, "pr_number": 6494, "commits_count": 0, "files_changed": 2, "response_length": 811, "file_count": 0, "needs_breakdown": false}
feat(router): Make `payment_method_subtype` optional We can have situations where we don't know the `payment_method_subtype`. e.g. Frontend doesn't know whether a `card` is `credit` or `debit`. To support such scenarios we need to make `payment_method_subtype` nullable
<think> PR Context: - Title: feat(router): Make payment_method_subtype optional in payment_attempt [V2] - Merged: 2025-03-24T07:53:07Z - Files changed: 16 files - Commits: 3 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] New feature - [x] Enhance...
{"issue_number": 7567, "pr_number": 7568, "commits_count": 1, "files_changed": 16, "response_length": 1885, "file_count": 15, "needs_breakdown": false}
feat(authz): Make permissions entity and scope aware Currently the permissions we use doesn't have any entity level context. But some of our APIs need that context. For example, 1. `payment/list` - This can only be accessible by merchant level users or higher. Profile level users should not be able to access it. 2. `p...
<think> PR Context: - Title: feat(authz): Create a permission generator - Merged: 2024-10-24T14:36:07Z - Files changed: 30 files - Commits: 11 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] ...
{"issue_number": 6391, "pr_number": 6394, "commits_count": 1, "files_changed": 30, "response_length": 3882, "file_count": 34, "needs_breakdown": true}
[CHORE] FIX TYPOS IN THE REPO Its been months since the typos in the repo being unaddressed. This has resulted in negligence leading to even more typos being introduced.
<think> PR Context: - Title: chore: fix typos in the repo - Merged: 2025-05-23T07:52:09Z - Files changed: 29 files - Commits: 9 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency upda...
{"issue_number": 8064, "pr_number": 8063, "commits_count": 1, "files_changed": 29, "response_length": 2124, "file_count": 17, "needs_breakdown": true}
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): payment links - add support for custom background image and layout in details section - Merged: 2024-12-12T15:48:18Z - Files changed: 19 files - Commits: 17 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [ ] Bugfix - [x] Ne...
{"issue_number": 1, "pr_number": 6725, "commits_count": 1, "files_changed": 19, "response_length": 2673, "file_count": 14, "needs_breakdown": false}
[BUG] fix(payments): add connector error details in response when payment void fails ### Bug Description When a payment void fails at the connector level, the error was not being propagated back in the API response. This change ensures connector error details are included in the response, so clients can handle failur...
<think> PR Context: - Title: fix(payments): update error handling for payment void v2 - Merged: 2025-10-07T08:22:58Z - Files changed: 6 files - Commits: 17 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refact...
{"issue_number": 9616, "pr_number": 9595, "commits_count": 1, "files_changed": 6, "response_length": 1309, "file_count": 7, "needs_breakdown": false}
One click docker setup A script is needed to ensure one click docker setup, to minimise issues faced by users. > Run the whole setup with simple command > Show output with localhost links for different setups
<think> PR Context: - Title: feat(deploy): Add one-click Docker setup script - Merged: 2025-05-02T12:35:09Z - Files changed: 4 files - Commits: 15 commits Implementation approach: Implements a comprehensive bash script that simplifies the Hyperswitch Docker setup process with the following features: - Prerequisites c...
{"issue_number": 7761, "pr_number": 7804, "commits_count": 0, "files_changed": 4, "response_length": 778, "file_count": 0, "needs_breakdown": false}
fix(diesel_models, api_models): mask `poc_email` and `data_value` for DashboardMetadata ## Current behaviour - `poc_email` isn't masked for `DashboardMetadata` which leads to it being logged both at API and diesel query level. Example: <img width="1114" alt="Image" src="https://github.com/user-attachments/assets/8aa...
<think> PR Context: - Title: fix(dashboard_metadata): mask `poc_email` and `data_value` for DashboardMetadata - Merged: 2025-02-06T15:16:20Z - Files changed: 5 files - Commits: 8 commits Implementation approach: ## Type of Change <!-- Put an `x` in the boxes that apply --> - [x] Bugfix - [ ] New feature - [x] En...
{"issue_number": 7128, "pr_number": 7130, "commits_count": 1, "files_changed": 5, "response_length": 1303, "file_count": 7, "needs_breakdown": false}