repo stringclasses 1
value | instance_id stringlengths 24 24 | problem_statement stringlengths 24 8.41k | patch stringlengths 0 367k | test_patch stringclasses 1
value | created_at stringdate 2023-04-18 16:43:29 2025-10-07 09:18:54 | hints_text stringlengths 57 132k | version stringclasses 8
values | base_commit stringlengths 40 40 | environment_setup_commit stringlengths 40 40 |
|---|---|---|---|---|---|---|---|---|---|
juspay/hyperswitch | juspay__hyperswitch-9240 | Bug: [BUG] MIT for migrated wallet tokens does not go through
### Bug Description
Creating MIT transactions for migrated wallets leads to unexpected behavior -
<img width="1282" height="513" alt="Image" src="https://github.com/user-attachments/assets/cc889293-3916-4f0f-b2a8-8f034a373fee" />
Transaction is incorre... | diff --git a/crates/router/src/core/payments/operations/payment_confirm.rs b/crates/router/src/core/payments/operations/payment_confirm.rs
index 0e343a437b6..bcd71636f05 100644
--- a/crates/router/src/core/payments/operations/payment_confirm.rs
+++ b/crates/router/src/core/payments/operations/payment_confirm.rs
@@ -662... | 2025-09-02T09:51:17Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in detail -->
This PR updates the BIN lookup override logic in payment transf... | v1.116.0 | 10cf161d14810cc9c6320933909e9cd3bfdc41ca | 10cf161d14810cc9c6320933909e9cd3bfdc41ca | |
juspay/hyperswitch | juspay__hyperswitch-9116 | Bug: 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. | diff --git a/crates/hyperswitch_connectors/src/connectors/cybersource.rs b/crates/hyperswitch_connectors/src/connectors/cybersource.rs
index 0a1061e2c15..6b610c32912 100644
--- a/crates/hyperswitch_connectors/src/connectors/cybersource.rs
+++ b/crates/hyperswitch_connectors/src/connectors/cybersource.rs
@@ -21,21 +21,2... | 2025-08-31T00:39:56Z | ## 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 -->
- Add `PreAuthenticate`, `Authenticate` and `PostAuthenticate... | v1.116.0 | 8ce36a2fd513034755a1bf1aacbd3210083e07c9 | 8ce36a2fd513034755a1bf1aacbd3210083e07c9 | |
juspay/hyperswitch | juspay__hyperswitch-9129 | Bug: [FEATURE] Checkout: Add Google Pay Predecrypt Flow
### Feature Description
Add Google Pay Predecrypt Flow in Checkout
### Possible Implementation
Add Google Pay Predecrypt Flow in Checkout
### Have you spent some time checking if this feature request has been raised before?
- [x] I checked and didn't find ... | diff --git a/config/config.example.toml b/config/config.example.toml
index b69f959fbe3..cc3468029e4 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -475,7 +475,7 @@ force_cookies = true # Whether to use only cookies for JWT extra
#tokenization configuration which describe to... | 2025-09-01T11:34:56Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Closes this [issue](https://github.com/juspay/hyperswitch/issues/9129)
## Description
<!-- Describe your changes in d... | v1.117.0 | b26e845198407f3672a7f80d8eea670419858e0e | b26e845198407f3672a7f80d8eea670419858e0e | |
juspay/hyperswitch | juspay__hyperswitch-9103 | Bug: [BUG] UCS PSync call fails for Cashtocode
### Bug Description
Cashtocode does not support PSync.
When a PSync call is processed via Hyperswitch, the RouterData remains unchanged (payment status is not modified).
However, when the same PSync call goes via UCS, UCS returns an error response.
This causes incon... | diff --git a/config/config.example.toml b/config/config.example.toml
index 0d5eb5f4fa3..dcf5bb24fb6 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -1173,6 +1173,7 @@ url = "http://localhost:8080" # Open Router URL
base_url = "http://localhost:8000" # Unified Connector Servic... | 2025-08-29T07:07:24Z | ## 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 -->
Cashtocode does not support PSync.
When a PSync call is proc... | v1.116.0 | 971e17e0f3f8db7ec134b55c786ee1c7429430cd | 971e17e0f3f8db7ec134b55c786ee1c7429430cd | |
juspay/hyperswitch | juspay__hyperswitch-9107 | Bug: add configs for Calculate job
| diff --git a/config/config.example.toml b/config/config.example.toml
index e6bbef7fddf..0d5eb5f4fa3 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -1203,7 +1203,10 @@ max_retries_per_day = 20
max_retry_count_for_thirty_day = 20
[revenue_recovery.recovery_timestamp] # Timestamp configura... | 2025-08-29T11:47:48Z | ## 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 -->
Add configs for calculate job
### Additional Changes
- [ ] This PR modifie... | v1.116.0 | 8cfa966d34e914c8df06f000b59fdad53d3f9902 | 8cfa966d34e914c8df06f000b59fdad53d3f9902 | |
juspay/hyperswitch | juspay__hyperswitch-9109 | Bug: [FEAT: CONNECTOR] [PAYLOAD] Add setup mandate support
```sh
curl --location 'https://api.payload.com/transactions' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization: Basic apiKey' \
--data-urlencode 'amount=0' \
--data-urlencode 'type=payment' \
--data-urlencode 'payment_met... | diff --git a/crates/hyperswitch_connectors/src/connectors/payload.rs b/crates/hyperswitch_connectors/src/connectors/payload.rs
index 792fa493c4d..3967736fd06 100644
--- a/crates/hyperswitch_connectors/src/connectors/payload.rs
+++ b/crates/hyperswitch_connectors/src/connectors/payload.rs
@@ -33,7 +33,7 @@ use hyperswit... | 2025-08-29T19:23:50Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [x] CI/CD
## Description
<!-- Describe your changes in detail -->
this pr introduces 0 dollar mandate (setup mandate) for paylo... | v1.116.0 | 8ce36a2fd513034755a1bf1aacbd3210083e07c9 | 8ce36a2fd513034755a1bf1aacbd3210083e07c9 | |
juspay/hyperswitch | juspay__hyperswitch-9097 | Bug: Subscription Create to return client secret and create payment intent automatically
| diff --git a/crates/api_models/src/lib.rs b/crates/api_models/src/lib.rs
index 3b343459e9e..7c48d626f2d 100644
--- a/crates/api_models/src/lib.rs
+++ b/crates/api_models/src/lib.rs
@@ -42,6 +42,8 @@ pub mod recon;
pub mod refunds;
pub mod relay;
pub mod routing;
+#[cfg(feature = "v1")]
+pub mod subscription;
pub mo... | 2025-08-31T23:26:42Z | ## Summary
Add **Subscriptions API (v1/OLAP)** entrypoint to create a _subscription intent_ and optionally create/attach a customer, returning a `client_secret` and basic subscription payload.
- New route: `POST /subscription/create` (behind `olap` + `v1`)
- Creates a `subscription` row (using existing table) an... | v1.117.0 | 85bc733d5b03df4cda4d2a03aa8362a4fd1b14d9 | 85bc733d5b03df4cda4d2a03aa8362a4fd1b14d9 | |
juspay/hyperswitch | juspay__hyperswitch-9099 | Bug: Subscription confirm API
| diff --git a/crates/api_models/src/subscription.rs b/crates/api_models/src/subscription.rs
index 7dff21205a2..4ed14a9c64e 100644
--- a/crates/api_models/src/subscription.rs
+++ b/crates/api_models/src/subscription.rs
@@ -1,7 +1,13 @@
-use common_utils::events::ApiEventMetric;
+use common_types::payments::CustomerAccept... | 2025-09-10T15:31:58Z | This pull request introduces a new subscription feature to the codebase, adding comprehensive support for subscription management via new API models, endpoints, and supporting logic. The changes include new data models, API routes, core business logic for creating and confirming subscriptions, and integration with cust... | v1.117.0 | b26e845198407f3672a7f80d8eea670419858e0e | b26e845198407f3672a7f80d8eea670419858e0e | |
juspay/hyperswitch | juspay__hyperswitch-9101 | Bug: Gift Card Balance check API for split payments
We need to add an API to check balance for gift card.
This API will be called by the SDK and based on the gift card balance and transaction amount, we will collect either only gift card details or gift card details + another payment method | diff --git a/api-reference/docs.json b/api-reference/docs.json
index aa3cae620fc..46531c95c3f 100644
--- a/api-reference/docs.json
+++ b/api-reference/docs.json
@@ -150,9 +150,7 @@
},
{
"group": "Platform Account",
- "pages": [
- ... | 2025-08-29T09:47:19Z | ## 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 -->
- Added `check-gift-card-balance` API
- Added `GiftCardBalance... | v1.117.0 | f3ab3d63f69279af9254f15eba5654c0680a0747 | f3ab3d63f69279af9254f15eba5654c0680a0747 | |
juspay/hyperswitch | juspay__hyperswitch-9098 | Bug: Subscription table and core change
| diff --git a/crates/diesel_models/src/lib.rs b/crates/diesel_models/src/lib.rs
index 246807a041a..caf979b2c5f 100644
--- a/crates/diesel_models/src/lib.rs
+++ b/crates/diesel_models/src/lib.rs
@@ -44,6 +44,7 @@ pub mod relay;
pub mod reverse_lookup;
pub mod role;
pub mod routing_algorithm;
+pub mod subscription;
pu... | 2025-09-01T13:07:55Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
### Additional Changes
- [ ] This PR modifies the API contract
- [x] This PR modifies the database schema
- [ ] Th... | v1.116.0 | e30842892a48ff6e4bc0e7c0a4990d3e5fc50027 | e30842892a48ff6e4bc0e7c0a4990d3e5fc50027 | |
juspay/hyperswitch | juspay__hyperswitch-9092 | Bug: Remove delete_merchant call from DE
| diff --git a/crates/router/src/core/admin.rs b/crates/router/src/core/admin.rs
index 7d625a78396..3e41150e05a 100644
--- a/crates/router/src/core/admin.rs
+++ b/crates/router/src/core/admin.rs
@@ -1220,25 +1220,6 @@ pub async fn merchant_account_delete(
is_deleted = is_merchant_account_deleted && is_merchant_k... | 2025-08-28T08:21:26Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
When deleting a merchant account, the code previously included a direct call to the **Decision Engine (DE... | v1.116.0 | 26930a47e905baf647f218328e81529951d4f563 | 26930a47e905baf647f218328e81529951d4f563 | |
juspay/hyperswitch | juspay__hyperswitch-9085 | Bug: [FEATURE] NTID Support + googlepay & applepay mandate support
### Feature Description
- Add NTID proxy support for nuvei. ( NOTE: Nuvei is not responding with NTID as of now hence we cant make ntid originated flow via nuvei to other connector. We are verifying NTID originated from other connector through n... | diff --git a/config/deployments/integration_test.toml b/config/deployments/integration_test.toml
index 21ac732394f..482da1feca0 100644
--- a/config/deployments/integration_test.toml
+++ b/config/deployments/integration_test.toml
@@ -209,9 +209,9 @@ bank_debit.sepa = { connector_list = "gocardless,adyen" }
card.credit.... | 2025-08-29T04:32:45Z | ## 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 -->
1. Add NTID proxy support for nuvei. ( NOTE: Nuvei is not respo... | v1.116.0 | 9f0cd51cabb281de82b00734b532fea3cf6205fe | 9f0cd51cabb281de82b00734b532fea3cf6205fe | |
juspay/hyperswitch | juspay__hyperswitch-9078 | Bug: (connector): [Netcetera] Fix message_extension field in Netcetera Response
### Bug Description
Currently we are not recieving field **message_extension** in Netcetera's authentication response since the struct is incorrectly declared in the transformers file.
**Current structure**
```
NetceteraAuthenticatio... | diff --git a/crates/hyperswitch_connectors/src/connectors/netcetera/transformers.rs b/crates/hyperswitch_connectors/src/connectors/netcetera/transformers.rs
index 7427cd8cd05..0c12d7415c3 100644
--- a/crates/hyperswitch_connectors/src/connectors/netcetera/transformers.rs
+++ b/crates/hyperswitch_connectors/src/connecto... | 2025-08-28T11:21:17Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [X] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
This PR introduces the following struct fix for netcetera authentication response since `message_extensio... | v1.116.0 | 26930a47e905baf647f218328e81529951d4f563 | 26930a47e905baf647f218328e81529951d4f563 | |
juspay/hyperswitch | juspay__hyperswitch-9072 | Bug: [BUG] Additional amount gets added again during incremental authorization
### Bug Description
Additional amount gets added again during incremental authorization
### Expected Behavior
Additional amount should get added once only during payments-create call
### Actual Behavior
Additional amount gets added a... | diff --git a/crates/hyperswitch_domain_models/src/payments/payment_attempt.rs b/crates/hyperswitch_domain_models/src/payments/payment_attempt.rs
index 4d1ae8bb920..c1ed78b5773 100644
--- a/crates/hyperswitch_domain_models/src/payments/payment_attempt.rs
+++ b/crates/hyperswitch_domain_models/src/payments/payment_attemp... | 2025-08-27T16:11:09Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Closes this [issue](https://github.com/juspay/hyperswitch/issues/9072)
## Description
<!-- Describe your changes in d... | v1.116.0 | cf64d2a9dcef422e7d080e21a7e8644694337a51 | cf64d2a9dcef422e7d080e21a7e8644694337a51 | |
juspay/hyperswitch | juspay__hyperswitch-9074 | Bug: Batch update payment methods API
We need to make update payment methods API which can update the fields of the records in payment methods table. It will consume a CSV file which will have batch update entries. Currently it should only update connector_mandate_id, network_transaction_id and mandate_status. | diff --git a/crates/api_models/src/payment_methods.rs b/crates/api_models/src/payment_methods.rs
index 135e0ddc248..5803a5c6876 100644
--- a/crates/api_models/src/payment_methods.rs
+++ b/crates/api_models/src/payment_methods.rs
@@ -285,6 +285,14 @@ pub struct PaymentMethodMigrateResponse {
pub network_transaction... | 2025-08-28T05:46:42Z | ## 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 -->
We need to make update payment methods API which can update the... | v1.116.0 | 10cf161d14810cc9c6320933909e9cd3bfdc41ca | 10cf161d14810cc9c6320933909e9cd3bfdc41ca | |
juspay/hyperswitch | juspay__hyperswitch-9082 | Bug: [FEATURE] Payment void endpoint for v2
### Feature Description
Add support for Payment Cancel in V2.
### Possible Implementation
Add V2 payments_cancel flow by completing GetTracker, UpdateTracker, and Domain traits for payment cancel endpoint.
### Have you spent some time checking if this feature request... | diff --git a/api-reference/v2/openapi_spec_v2.json b/api-reference/v2/openapi_spec_v2.json
index f29e2a30056..cec3f96a4ed 100644
--- a/api-reference/v2/openapi_spec_v2.json
+++ b/api-reference/v2/openapi_spec_v2.json
@@ -18961,14 +18961,6 @@
"type": "string",
"description": "The reason for the... | 2025-08-29T06:04:40Z | ## 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 -->
Add V2 payments_cancel flow by endpoint `{{baseUrl}}/v2/payment... | v1.117.0 | 213165968462168a59d5c56423a7c10aa04fc186 | 213165968462168a59d5c56423a7c10aa04fc186 | |
juspay/hyperswitch | juspay__hyperswitch-9056 | Bug: Create Subscription with autocollection off
Request to Subscription Povider to create subscription
curl --location 'https://site/api/v2/customers/AzyUM7UusAXA7mMT/subscription_for_items' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization: Basic =' \
--data-urlencode 'billing_... | diff --git a/crates/hyperswitch_connectors/src/connectors/chargebee.rs b/crates/hyperswitch_connectors/src/connectors/chargebee.rs
index b9006f9e82e..bf6f3fe637d 100644
--- a/crates/hyperswitch_connectors/src/connectors/chargebee.rs
+++ b/crates/hyperswitch_connectors/src/connectors/chargebee.rs
@@ -16,30 +16,38 @@ use... | 2025-09-08T10:23:30Z | ## 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 -->
- Added Chargebee subscription creation request/response struct... | v1.117.0 | e2f1a456a17645b9ccac771d3608794c4956277d | e2f1a456a17645b9ccac771d3608794c4956277d | |
juspay/hyperswitch | juspay__hyperswitch-9065 | Bug: [FEATURE] Add payment type to Get Intent Response (v2)
### Feature Description
We need to return `payment_type` in `Get Intent`. Required by SDK
### Possible Implementation
Add a field `payment_type` to Get Intent Response
### Have you spent some time checking if this feature request has been raised before?... | diff --git a/api-reference/v2/openapi_spec_v2.json b/api-reference/v2/openapi_spec_v2.json
index 2d9164f8cb5..bfa65cddc9b 100644
--- a/api-reference/v2/openapi_spec_v2.json
+++ b/api-reference/v2/openapi_spec_v2.json
@@ -19157,7 +19157,8 @@
"payment_link_enabled",
"request_incremental_authorizatio... | 2025-08-26T11:00:47Z | ## 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 -->
- Add `payment_type` to Payments Get Intent response
### Add... | v1.116.0 | 30925ca5dd51be93e33ac4492b85c2322263b3fc | 30925ca5dd51be93e33ac4492b85c2322263b3fc | |
juspay/hyperswitch | juspay__hyperswitch-9067 | Bug: 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 | diff --git a/crates/hyperswitch_connectors/src/connectors/vgs/transformers.rs b/crates/hyperswitch_connectors/src/connectors/vgs/transformers.rs
index 4915e2da400..4f996c2ffbe 100644
--- a/crates/hyperswitch_connectors/src/connectors/vgs/transformers.rs
+++ b/crates/hyperswitch_connectors/src/connectors/vgs/transformer... | 2025-08-26T11:35:27Z | ## 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 -->
- Change VGS auth type from BodyKey to SignatureKey
### Addi... | v1.116.0 | 30925ca5dd51be93e33ac4492b85c2322263b3fc | 30925ca5dd51be93e33ac4492b85c2322263b3fc | |
juspay/hyperswitch | juspay__hyperswitch-9063 | Bug: Change Underscore(_) to hyphen(-) in payment link locale.
Change Underscore(_) to hyphen(-) in payment link locale. | diff --git a/crates/router/src/core/payment_link/locale.js b/crates/router/src/core/payment_link/locale.js
index 1b2d5c4108b..46103ea9fc5 100644
--- a/crates/router/src/core/payment_link/locale.js
+++ b/crates/router/src/core/payment_link/locale.js
@@ -3,11 +3,11 @@ The languages supported by locale.js are:
1) Englis... | 2025-08-26T10:04:02Z | ## 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 -->
Change Underscore(_) to hyphen(-) in payment link locale accord... | v1.116.0 | 8446ffbf5992a97d79d129cade997effc60fcd85 | 8446ffbf5992a97d79d129cade997effc60fcd85 | |
juspay/hyperswitch | juspay__hyperswitch-9062 | Bug: [FEATURE] Implement comprehensive event logging for UCS (Unified Connector Service) operations
Currently, UCS operations lack proper event logging and observability, making it difficult to debug issues, monitor performance, and track payment flows through the unified connector service. | diff --git a/crates/router/src/core/payments/flows/authorize_flow.rs b/crates/router/src/core/payments/flows/authorize_flow.rs
index 1c689943d73..b9d9b9aa27e 100644
--- a/crates/router/src/core/payments/flows/authorize_flow.rs
+++ b/crates/router/src/core/payments/flows/authorize_flow.rs
@@ -20,7 +20,7 @@ use crate::{
... | 2025-08-25T13:37:59Z | ## 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 -->
Added comprehensive event logging for UCS operations to improve deb... | v1.116.0 | c02d8b9ba9e204fa163b61c419811eaa65fdbcb4 | c02d8b9ba9e204fa163b61c419811eaa65fdbcb4 | |
juspay/hyperswitch | juspay__hyperswitch-9048 | Bug: Error for successive config activation
| diff --git a/crates/api_models/src/open_router.rs b/crates/api_models/src/open_router.rs
index c2e6bc76c06..94d31a73787 100644
--- a/crates/api_models/src/open_router.rs
+++ b/crates/api_models/src/open_router.rs
@@ -251,7 +251,7 @@ pub struct DecisionEngineConfigSetupRequest {
#[derive(Debug, Serialize, Deserialize, ... | 2025-08-22T11:56:58Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Taged Issue
https://github.com/juspay/hyperswitch-cloud/issues/10731
### Summary
This PR refactors **Decision Engi... | v1.116.0 | cb34ec51e0f2b4ba071602f5fe974429de542b80 | cb34ec51e0f2b4ba071602f5fe974429de542b80 | |
juspay/hyperswitch | juspay__hyperswitch-9055 | Bug: Get Estimate for a plan price
**Request to Subscription Povider to get estimate**
curl --location '/api/v2/estimates/create_subscription_for_items' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization: Basic =' \
--data-urlencode 'billing_address%5Bline1%5D=PO Box 9999' \
--dat... | diff --git a/crates/hyperswitch_connectors/src/connectors/chargebee.rs b/crates/hyperswitch_connectors/src/connectors/chargebee.rs
index bf6f3fe637d..b761dc9ebbf 100644
--- a/crates/hyperswitch_connectors/src/connectors/chargebee.rs
+++ b/crates/hyperswitch_connectors/src/connectors/chargebee.rs
@@ -22,14 +22,17 @@ use... | 2025-09-10T07:59:34Z | ## 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 pull request introduces support for fetching subscription ... | v1.117.0 | 3bd78ac5c1ff120d6afd46e02df498a16ece6f5f | 3bd78ac5c1ff120d6afd46e02df498a16ece6f5f | |
juspay/hyperswitch | juspay__hyperswitch-9047 | Bug: Payment Intent and MCA changes for split payments
- Add split_txns_enabled field in PaymentIntent
- Add split_enabled field to MCA payment_method
- Code changes to modify split_enabled for a payment method when creating or updating an MCA (similar to recurring_enabled)
- PML changes to filter payment methods ba... | diff --git a/api-reference/v2/openapi_spec_v2.json b/api-reference/v2/openapi_spec_v2.json
index 2d9164f8cb5..9f74aab3a3a 100644
--- a/api-reference/v2/openapi_spec_v2.json
+++ b/api-reference/v2/openapi_spec_v2.json
@@ -19156,6 +19156,7 @@
"apply_mit_exemption",
"payment_link_enabled",
... | 2025-08-25T09:13:26Z | ## 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 -->
- Add split_txns_enabled field to business_profile DB, create+u... | v1.116.0 | 9f0cd51cabb281de82b00734b532fea3cf6205fe | 9f0cd51cabb281de82b00734b532fea3cf6205fe | |
juspay/hyperswitch | juspay__hyperswitch-9034 | Bug: [BUG] CUSTOMERREQUEST refund reason not supported in Adyen
### Bug Description
CUSTOMERREQUEST refund reason not supported in Adyen
### Expected Behavior
CUSTOMERREQUEST refund reason should be supported in Adyen.
### Actual Behavior
CUSTOMERREQUEST refund reason not supported in Adyen
### Steps To Reprod... | diff --git a/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs b/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
index 63c1b0d8a32..f30732173a7 100644
--- a/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
+++ b/crates/hyperswitch_connectors/src/connectors/adyen/tra... | 2025-08-22T11:28:33Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Closes this [issue](https://github.com/juspay/hyperswitch/issues/9034)
## Description
<!-- Describe your changes in d... | v1.116.0 | c90625a4ea163e03895276a04ec3a23d4117413d | c90625a4ea163e03895276a04ec3a23d4117413d | |
juspay/hyperswitch | juspay__hyperswitch-9023 | Bug: Vault connector changes
Need to implement Vault Retrieve for VGS | diff --git a/config/config.example.toml b/config/config.example.toml
index ab7f0ebdef8..e9e51123925 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -309,7 +309,7 @@ trustpayments.base_url = "https://webservices.securetrading.net/"
trustpay.base_url_bank_redirects = "https://aapi.trustpay.eu... | 2025-04-30T09:54:19Z | ## 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 -->
- Added Connector changes for VGS
- Implemented `ExternalVault... | v1.116.0 | c90625a4ea163e03895276a04ec3a23d4117413d | c90625a4ea163e03895276a04ec3a23d4117413d | |
juspay/hyperswitch | juspay__hyperswitch-9015 | Bug: [REFACTOR] propagate merchant_reference_id for PaymentsAuthorizeData
propagate merchant_reference_id for PaymentsAuthorizeData in v2
| diff --git a/crates/router/src/core/payments/transformers.rs b/crates/router/src/core/payments/transformers.rs
index 348a364c569..cf91b2bcc36 100644
--- a/crates/router/src/core/payments/transformers.rs
+++ b/crates/router/src/core/payments/transformers.rs
@@ -406,7 +406,10 @@ pub async fn construct_payment_router_data... | 2025-08-21T13:04:33Z | ## 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 adds support for propagating merchant_reference_id for ... | v1.116.0 | a819b4639b1e4279b117f4693cb0716b08e5e2e9 | a819b4639b1e4279b117f4693cb0716b08e5e2e9 | |
juspay/hyperswitch | juspay__hyperswitch-9022 | Bug: [FEATURE]: [Paysafe] add connector template code
- add connector template code for Paysafe | diff --git a/config/config.example.toml b/config/config.example.toml
index 0467346ec72..5fe3dbd05fa 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -276,6 +276,7 @@ payload.base_url = "https://api.payload.com"
payme.base_url = "https://sandbox.payme.io/"
payone.base_url = "https://payment.... | 2025-08-21T12:05:44Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Add connector template code for Paysafe
### Additional Changes
- [ ] This PR modifies the API contr... | v1.116.0 | d18a94188ea93d07c4581888880088a9e676b1fd | d18a94188ea93d07c4581888880088a9e676b1fd | |
juspay/hyperswitch | juspay__hyperswitch-9028 | Bug: [FEATURE] CELERO CIT_MIT (ALPHACONNECTOR)
### Feature Description
IMPLEMENT CIT & MIT for celero
### Possible Implementation
- DOCS : https://sandbox.gotnpgateway.com/docs/api/transactions#cit-mit
### Have you spent some time checking if this feature request has been raised before?
- [x] I checked and didn... | diff --git a/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs b/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs
index 2003ba59ae0..4e4c3f113cf 100644
--- a/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs
+++ b/crates/hyperswitch_connectors/src/connectors/celero... | 2025-08-22T07:29:35Z | ## 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 -->
CIT-MIT implementation for CELERO (alpha connector)
DOCS
... | v1.116.0 | 8446ffbf5992a97d79d129cade997effc60fcd85 | 8446ffbf5992a97d79d129cade997effc60fcd85 | |
juspay/hyperswitch | juspay__hyperswitch-9016 | Bug: [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 Connec... | diff --git a/crates/diesel_models/src/payment_attempt.rs b/crates/diesel_models/src/payment_attempt.rs
index 0a085991815..7a1494ea923 100644
--- a/crates/diesel_models/src/payment_attempt.rs
+++ b/crates/diesel_models/src/payment_attempt.rs
@@ -743,57 +743,51 @@ pub enum PaymentAttemptUpdate {
// error_message... | 2025-08-21T13:30:48Z | ## 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 -->
Implement hashing in PaymentAttemptUpdate conversion by using C... | v1.116.0 | f5db00352b90e99e78b631fa8b9cde5800093a9d | f5db00352b90e99e78b631fa8b9cde5800093a9d | |
juspay/hyperswitch | juspay__hyperswitch-9027 | Bug: [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
... | diff --git a/crates/api_models/src/webhooks.rs b/crates/api_models/src/webhooks.rs
index a01ca3eeeea..bb58a0dc440 100644
--- a/crates/api_models/src/webhooks.rs
+++ b/crates/api_models/src/webhooks.rs
@@ -68,6 +68,67 @@ pub enum IncomingWebhookEvent {
RecoveryInvoiceCancel,
}
+impl IncomingWebhookEvent {
+ /... | 2025-08-22T05:20:49Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
while handling the response of UCS for webhooks Hyperswitch used to use the existing connector code (Psyn... | v1.116.0 | a589e2246447b7096fd335d444a24b2450c3e7c2 | a589e2246447b7096fd335d444a24b2450c3e7c2 | |
juspay/hyperswitch | juspay__hyperswitch-9004 | Bug: [BUG] Incremental authorization proceeds even when requested amount equals original
### Bug Description
Incremental authorization proceeds even when requested amount equals original
### Expected Behavior
Incremental authorization should not proceed when requested amount equals original
### Actual Behavior
... | diff --git a/crates/hyperswitch_connectors/src/connectors/stripe.rs b/crates/hyperswitch_connectors/src/connectors/stripe.rs
index fc27effefca..b7810310369 100644
--- a/crates/hyperswitch_connectors/src/connectors/stripe.rs
+++ b/crates/hyperswitch_connectors/src/connectors/stripe.rs
@@ -1086,7 +1086,7 @@ impl
... | 2025-08-20T13:37:11Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Closes these issues -
[Issue 1](https://github.com/juspay/hyperswitch/issues/9003)
[Issue 2](https://github.com/juspay... | v1.116.0 | e1fc14135cc3527cfb5afeccd4934bad8386c7b1 | e1fc14135cc3527cfb5afeccd4934bad8386c7b1 | |
juspay/hyperswitch | juspay__hyperswitch-9010 | Bug: [FEATURE] extend PSP token provisioning through Adyen Platform
### Feature Description
Enable processing payouts using Adyen stored payment method tokens (storedPaymentMethodId) in the AdyenPlatform connector. Currently, the connector only supports raw card details for payouts. This feature will add support fo... | diff --git a/crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs b/crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs
index b04ca410d39..35636889d71 100644
--- a/crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs
+++ b/crates... | 2025-08-22T15:11:48Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
This PR adds support for Adyen tokenized card payouts in the AdyenPlatform connector. This enables proces... | v1.116.0 | ad05dc4176114dad3420a78af238d3842160e464 | ad05dc4176114dad3420a78af238d3842160e464 | |
juspay/hyperswitch | juspay__hyperswitch-9014 | Bug: Add gsm api for v2
Add gsm api for v2 | diff --git a/api-reference/v1/openapi_spec_v1.json b/api-reference/v1/openapi_spec_v1.json
index eaab79a7351..04ebb83cbab 100644
--- a/api-reference/v1/openapi_spec_v1.json
+++ b/api-reference/v1/openapi_spec_v1.json
@@ -14631,7 +14631,9 @@
"processor_downtime",
"processor_decline_unauthorized",
... | 2025-08-08T12:35:12Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Add support for hard-decline switch for revenue-recovery service. If we encounter a hard-decline we would... | v1.116.0 | a819b4639b1e4279b117f4693cb0716b08e5e2e9 | a819b4639b1e4279b117f4693cb0716b08e5e2e9 | |
juspay/hyperswitch | juspay__hyperswitch-9003 | Bug: [BUG] Error message not getting populated in Stripe Incremental Authorization Flow
### Bug Description
Error message not getting populated in Stripe Incremental Authorization Flow
### Expected Behavior
Error message should be populated in Stripe Incremental Authorization Flow
### Actual Behavior
Error me... | diff --git a/crates/hyperswitch_connectors/src/connectors/stripe.rs b/crates/hyperswitch_connectors/src/connectors/stripe.rs
index fc27effefca..b7810310369 100644
--- a/crates/hyperswitch_connectors/src/connectors/stripe.rs
+++ b/crates/hyperswitch_connectors/src/connectors/stripe.rs
@@ -1086,7 +1086,7 @@ impl
... | 2025-08-20T13:37:11Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Closes these issues -
[Issue 1](https://github.com/juspay/hyperswitch/issues/9003)
[Issue 2](https://github.com/juspay... | v1.116.0 | e1fc14135cc3527cfb5afeccd4934bad8386c7b1 | e1fc14135cc3527cfb5afeccd4934bad8386c7b1 | |
juspay/hyperswitch | juspay__hyperswitch-8998 | Bug: [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... | diff --git a/crates/router/src/core/verification.rs b/crates/router/src/core/verification.rs
index 3c1b95dd982..f7ed33be642 100644
--- a/crates/router/src/core/verification.rs
+++ b/crates/router/src/core/verification.rs
@@ -117,11 +117,16 @@ pub async fn get_verified_apple_domains_with_mid_mca_id(
.unwrap_or_... | 2025-08-20T09:01:30Z | ## 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 -->
Add Apple Pay merchant registration and verified domains retrie... | v1.116.0 | c09c936643170c595303293601d41c4207e12068 | c09c936643170c595303293601d41c4207e12068 | |
juspay/hyperswitch | juspay__hyperswitch-8977 | Bug: [FEATURE] add payment method filter in v2
### Feature Description
List all the available currencies and countries for the given connector and payment method type.
### Possible Implementation
Add the filter route to the V2 PaymentMethods implementation.
### Have you spent some time checking if this feature r... | diff --git a/crates/router/src/routes/app.rs b/crates/router/src/routes/app.rs
index 01455e9e17b..be17d98ff47 100644
--- a/crates/router/src/routes/app.rs
+++ b/crates/router/src/routes/app.rs
@@ -1344,38 +1344,52 @@ impl Payouts {
}
}
-#[cfg(all(feature = "oltp", feature = "v2"))]
+#[cfg(all(feature = "v2", an... | 2025-08-18T10:55:59Z | ## 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 -->
Add the payment method filter route to the V2 PaymentMethods im... | v1.116.0 | f762f4f5854eeb7a78c78149075804ee4f07bb25 | f762f4f5854eeb7a78c78149075804ee4f07bb25 | |
juspay/hyperswitch | juspay__hyperswitch-9000 | Bug: [REFACTOR] Adyen's balance platform webhooks
Webhooks for balance platform are different for different payout methods -
Banks - https://docs.adyen.com/payouts/payout-service/pay-out-to-bank-accounts/payout-webhooks/
Cards - https://docs.adyen.com/payouts/payout-service/pay-out-to-cards/payout-webhooks/ | diff --git a/crates/hyperswitch_connectors/src/connectors/adyenplatform.rs b/crates/hyperswitch_connectors/src/connectors/adyenplatform.rs
index 78c8c4c8067..2158fece4c9 100644
--- a/crates/hyperswitch_connectors/src/connectors/adyenplatform.rs
+++ b/crates/hyperswitch_connectors/src/connectors/adyenplatform.rs
@@ -402... | 2025-08-20T10:56:53Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
This PR updates the webhooks for Adyen's BalancePlatform for payouts.
Main changes -
For status `book... | v1.116.0 | a56d78a46a3ee80cdb2b48f9abfd2cd7b297e328 | a56d78a46a3ee80cdb2b48f9abfd2cd7b297e328 | |
juspay/hyperswitch | juspay__hyperswitch-8993 | Bug: refactor: [Netcetera] Handle response deserialization error
| diff --git a/crates/hyperswitch_connectors/src/connectors/netcetera/transformers.rs b/crates/hyperswitch_connectors/src/connectors/netcetera/transformers.rs
index 8444c7b9dd3..b6e85aea3ce 100644
--- a/crates/hyperswitch_connectors/src/connectors/netcetera/transformers.rs
+++ b/crates/hyperswitch_connectors/src/connecto... | 2025-08-19T08:46:13Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
- Handle response deserialization error
- three_ds_requestor_challenge_ind can be vector or string
##... | v1.116.0 | 58abb604d7a89519befa296d59506857bbdb0b8b | 58abb604d7a89519befa296d59506857bbdb0b8b | |
juspay/hyperswitch | juspay__hyperswitch-8971 | Bug: refactor(routing): receive json value instead of string
| diff --git a/crates/router/src/core/routing/helpers.rs b/crates/router/src/core/routing/helpers.rs
index 0b1395ed4ba..98b71748b35 100644
--- a/crates/router/src/core/routing/helpers.rs
+++ b/crates/router/src/core/routing/helpers.rs
@@ -2481,7 +2481,7 @@ pub async fn enable_decision_engine_dynamic_routing_setup(
c... | 2025-08-14T14:11:07Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Refactoring to recieve json response instead of string
Updated `ConfigApiClient::send_decision_engin... | v1.116.0 | aae1994ea147fa1ebdc9555f00b072bb9ed57abc | aae1994ea147fa1ebdc9555f00b072bb9ed57abc | |
juspay/hyperswitch | juspay__hyperswitch-8973 | Bug: [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 | diff --git a/crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs b/crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs
index 82c9afadeed..6c964aea20f 100644
--- a/crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs
+++ b/crates... | 2025-08-19T09:27:54Z | ## 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 removes any non mandatory fields from AdyenPlatform connector for card and SEPA payouts.
New l... | v1.116.0 | 58abb604d7a89519befa296d59506857bbdb0b8b | 58abb604d7a89519befa296d59506857bbdb0b8b | |
juspay/hyperswitch | juspay__hyperswitch-8969 | Bug: [BUG] Logging sensitive information on deserialization failure
### Bug Description
In `common_utils/src/ext_traits.rs` we are logging serde_json Values in plaintext when deserialization fails. This is a problem in cases where the JSON objects contain sensitive data.
### Expected Behavior
Sensitive data is no... | diff --git a/crates/common_utils/src/ext_traits.rs b/crates/common_utils/src/ext_traits.rs
index 6bdeae9b6d9..b60ef5a22f2 100644
--- a/crates/common_utils/src/ext_traits.rs
+++ b/crates/common_utils/src/ext_traits.rs
@@ -175,7 +175,13 @@ impl BytesExt for bytes::Bytes {
.change_context(errors::ParsingError... | 2025-08-18T04:03:57Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
- Modified `parse_value` method in `ValueExt` trait to log the JSON object after masking on deserializati... | v1.117.0 | b133c534fb1ce40bd6cca27fac4f2d58b0863e30 | b133c534fb1ce40bd6cca27fac4f2d58b0863e30 | |
juspay/hyperswitch | juspay__hyperswitch-8963 | Bug: refactor(euclid): add logs for euclid routing
| diff --git a/crates/router/src/core/payments.rs b/crates/router/src/core/payments.rs
index 0c0061e7918..44a4602ffa6 100644
--- a/crates/router/src/core/payments.rs
+++ b/crates/router/src/core/payments.rs
@@ -8103,6 +8103,7 @@ where
.attach_printable("Invalid connector name received in 'routed_through'")?;
... | 2025-08-14T11:42:09Z | ## 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 detail -->
Added logs for routing engine.
### Additional Changes
- [... | v1.116.0 | b797d93433d996e5d22269bcab1980c292b0121e | b797d93433d996e5d22269bcab1980c292b0121e | |
juspay/hyperswitch | juspay__hyperswitch-8968 | Bug: [FEATURE] Cypress test for UCS through Hyperswitch
### Feature Description
there should be a cypress test supported for ucs through hyperswitch
### Possible Implementation
make code changes in cypress folder and call ucs related api's
### Have you spent some time checking if this feature request has been ra... | 2025-08-18T03:51:27Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in detail -->
added cypress test for ucs by maintaing the flow
Closes #8968 ... | v1.116.0 | e2d72bef7dc07540ee4d54bfc79b934bc303dca7 | e2d72bef7dc07540ee4d54bfc79b934bc303dca7 | ||
juspay/hyperswitch | juspay__hyperswitch-8947 | Bug: [BUG] Payments in Integ Dashboard failing to load due to backward compatibility issue
### Bug Description
Payments in Integ Dashboard failing to load due to backward compatibility issue
### Expected Behavior
Payments in Integ Dashboard shouldn't fail to load.
### Actual Behavior
Payments in Integ Dashboard... | diff --git a/api-reference/v2/openapi_spec_v2.json b/api-reference/v2/openapi_spec_v2.json
index 390be5f86f0..02dbdddf4a3 100644
--- a/api-reference/v2/openapi_spec_v2.json
+++ b/api-reference/v2/openapi_spec_v2.json
@@ -22770,7 +22770,8 @@
"type": "string",
"enum": [
"true",
- "fa... | 2025-08-13T20:34:28Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Closes this [issue](https://github.com/juspay/hyperswitch/issues/8947)
## Description
<!-- Describe your changes in d... | v1.116.0 | a0a4b9239dd2fff7a79fabe641ed9f71f56ef254 | a0a4b9239dd2fff7a79fabe641ed9f71f56ef254 | |
juspay/hyperswitch | juspay__hyperswitch-8945 | Bug: [BUG] Webhook source verification is `false` for NMI
[Connector documentation](https://docs.nmi.com/reference/overview) php example says this:
```php
function webhookIsVerified($webhookBody, $signingKey, $nonce, $sig) {
return $sig === hash_hmac("sha256", $nonce . "." . $webhookBody, $signingKey);
}
... | diff --git a/crates/hyperswitch_connectors/src/connectors/nmi.rs b/crates/hyperswitch_connectors/src/connectors/nmi.rs
index 7ae21664e73..50e5db86e5a 100644
--- a/crates/hyperswitch_connectors/src/connectors/nmi.rs
+++ b/crates/hyperswitch_connectors/src/connectors/nmi.rs
@@ -9,6 +9,7 @@ use common_utils::{
types:... | 2025-08-13T14:43:55Z | ## 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 -->
the problem is that we previously extracted `nonce` instead o... | v1.116.0 | 6950c04eaebc0499040556d8bbf5c684aebd2c9e | 6950c04eaebc0499040556d8bbf5c684aebd2c9e | |
juspay/hyperswitch | juspay__hyperswitch-8928 | Bug: [BUG] Fix incorrect consumer authenttication information fields
### Bug Description
Fix consumer authenttication information request field
1. Rename consumer_authentication_information.pares_status_reason field to consumer_authentication_information.signed_pares_status_reason
2. Move cavv_algorithm from proces... | diff --git a/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs b/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
index f080a76b051..ca41d12e9b8 100644
--- a/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
+++ b/crates/hyperswitch_connectors/src/co... | 2025-08-12T11:56:14Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Fix consumer authenttication information fields
1. Renamed _consumer_authentication_information.pares_st... | v1.116.0 | 9de83ee767a14213ae114a6215d4c9e18df767f1 | 9de83ee767a14213ae114a6215d4c9e18df767f1 | |
juspay/hyperswitch | juspay__hyperswitch-8934 | Bug: Update traditional chinese locale for payent link expired
Update traditional chinese locale for payent link expired | diff --git a/crates/router/src/core/payment_link/locale.js b/crates/router/src/core/payment_link/locale.js
index 5a404c93a5b..e07285a1ef8 100644
--- a/crates/router/src/core/payment_link/locale.js
+++ b/crates/router/src/core/payment_link/locale.js
@@ -586,7 +586,7 @@ const locales = {
},
zh_hant: {
ex... | 2025-08-12T16:23:43Z | ## 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 -->
We need to update traditional chinese locale for payment link e... | v1.116.0 | a0c2a6bc823fdeac193875a04ea04e7d9a81cbc2 | a0c2a6bc823fdeac193875a04ea04e7d9a81cbc2 | |
juspay/hyperswitch | juspay__hyperswitch-8931 | Bug: [FIX] : refund sync process scheduled time
refund sync process scheduled time | diff --git a/crates/router/src/core/refunds.rs b/crates/router/src/core/refunds.rs
index ed44f61b4da..3d8463c2554 100644
--- a/crates/router/src/core/refunds.rs
+++ b/crates/router/src/core/refunds.rs
@@ -4,7 +4,7 @@ use std::collections::HashMap;
#[cfg(feature = "olap")]
use api_models::admin::MerchantConnectorInfo;... | 2025-08-12T14:24:25Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Before refund sync process tracker task was using pt_mapping_{connector} for sync retries (this is conf... | v1.116.0 | a0c2a6bc823fdeac193875a04ea04e7d9a81cbc2 | a0c2a6bc823fdeac193875a04ea04e7d9a81cbc2 | |
juspay/hyperswitch | juspay__hyperswitch-8924 | Bug: [BUG] TrustPay Connector: Request Reference ID Length Validation Issue
### Bug Description
Bug Description:
Summary:
The TrustPay connector implementation fails when the connector_request_reference_id exceeds TrustPay's API limits for merchant reference fields.
Impact:
- Payment requests may be rejec... | diff --git a/crates/hyperswitch_connectors/src/connectors/trustpay.rs b/crates/hyperswitch_connectors/src/connectors/trustpay.rs
index d3a6a2cdf71..878c4ed0c1c 100644
--- a/crates/hyperswitch_connectors/src/connectors/trustpay.rs
+++ b/crates/hyperswitch_connectors/src/connectors/trustpay.rs
@@ -1364,4 +1364,13 @@ impl... | 2025-08-12T11:08:39Z | ## 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 -->
The length of receipt for Trustpay order request should not ex... | v1.116.0 | f79cf784c15df183b11c4b8ad4a3523e9b5c2280 | f79cf784c15df183b11c4b8ad4a3523e9b5c2280 | |
juspay/hyperswitch | juspay__hyperswitch-8919 | Bug: [CHORE] fix typos in the repo
there exist a few typos in the repo. | diff --git a/crates/api_models/src/admin.rs b/crates/api_models/src/admin.rs
index 3bdc756dc89..2e70e1a6c95 100644
--- a/crates/api_models/src/admin.rs
+++ b/crates/api_models/src/admin.rs
@@ -3002,7 +3002,7 @@ pub struct ProfileUpdate {
#[schema(value_type = Option<MerchantCountryCode>, example = "840")]
pub... | 2025-08-12T08:11:51Z | ## 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 fixes typos.
### Additional Changes
- [ ] This ... | v1.116.0 | 8bb8b2062e84e8d7116a9ca0e76c8ebd71b2b3ec | 8bb8b2062e84e8d7116a9ca0e76c8ebd71b2b3ec | |
juspay/hyperswitch | juspay__hyperswitch-8920 | Bug: [BUG] [XENDIT] CVV needs to be optional
### Bug Description
CVV should be made an optional field for the connector Xendit.
### Expected Behavior
If we do not pass CVV payment is getting failed for Xendit PSP
### Actual Behavior
If we do not pass CVV payment should still get succeeded for Xendit PSP
### St... | diff --git a/crates/hyperswitch_connectors/src/connectors/xendit.rs b/crates/hyperswitch_connectors/src/connectors/xendit.rs
index ff84224a658..57c5978bdf3 100644
--- a/crates/hyperswitch_connectors/src/connectors/xendit.rs
+++ b/crates/hyperswitch_connectors/src/connectors/xendit.rs
@@ -626,31 +626,18 @@ impl Connecto... | 2025-08-12T09:54:21Z | ## 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 -->
1. CVV should be made an optional field for the connector Xen... | v1.116.0 | 8bb8b2062e84e8d7116a9ca0e76c8ebd71b2b3ec | 8bb8b2062e84e8d7116a9ca0e76c8ebd71b2b3ec | |
juspay/hyperswitch | juspay__hyperswitch-8914 | Bug: [REFACTOR]: [NUVIE] Fix card 3ds
Fix card 3ds for Nuvie connector | diff --git a/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs b/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
index 6d4b27f17e6..3e811b7dddf 100644
--- a/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
+++ b/crates/hyperswitch_connectors/src/connectors/nuvei/tra... | 2025-08-11T14:21:59Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Fix deserlization error for Nuvei card 3ds
### Additional Changes
- [ ] This PR modifies the API c... | v1.116.0 | 6950c04eaebc0499040556d8bbf5c684aebd2c9e | 6950c04eaebc0499040556d8bbf5c684aebd2c9e | |
juspay/hyperswitch | juspay__hyperswitch-8910 | Bug: refactor(euclid): transform enum types to include sub-variants of payment method types
| diff --git a/crates/router/src/core/payments/routing/utils.rs b/crates/router/src/core/payments/routing/utils.rs
index d9d5ed1de26..f7eafcc28d1 100644
--- a/crates/router/src/core/payments/routing/utils.rs
+++ b/crates/router/src/core/payments/routing/utils.rs
@@ -18,7 +18,10 @@ use diesel_models::{enums, routing_algor... | 2025-08-11T12:19:51Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
This PR refactors the Euclid routing parameter transformation logic to **include sub-variants of paymen... | v1.116.0 | 0e957854372f1e6a81ce72234b8a4fda16cb4b8d | 0e957854372f1e6a81ce72234b8a4fda16cb4b8d | |
juspay/hyperswitch | juspay__hyperswitch-8906 | Bug: 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**:... | diff --git a/config/config.example.toml b/config/config.example.toml
index d4ce454edfc..5783a70c370 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -1159,6 +1159,7 @@ url = "http://localhost:8080" # Open Router URL
[grpc_client.unified_connector_service]
base_url = "http://localh... | 2025-08-11T10:41:24Z | # Refactor: Change UCS connector configuration from array to comma-separated string
## Summary
This PR refactors the unified connector service (UCS) configuration to use a comma-separated string format instead of an array for specifying connectors that should use UCS only. This change improves configuration managemen... | v1.116.0 | 07a6271b76f6986f30064d51113838d486f0f2c6 | 07a6271b76f6986f30064d51113838d486f0f2c6 | |
juspay/hyperswitch | juspay__hyperswitch-8908 | Bug: [BUG] (connector): [Netcetera] Fix struct fields for Netcetera Authentication Response
### Bug Description
current structure
NetceteraAuthenticationSuccessResponse{
....
pub challenge_cancel: Option<String>,
pub trans_status_reason: Option<String>,
pub message_extension: Option<Vec<MessageExte... | diff --git a/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs b/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
index 2025d29d10d..f080a76b051 100644
--- a/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
+++ b/crates/hyperswitch_connectors/src/co... | 2025-08-11T11:40:14Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [X] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Current structure
```
NetceteraAuthenticationSuccessResponse{
....
pub challenge_cancel: ... | v1.116.0 | 0e957854372f1e6a81ce72234b8a4fda16cb4b8d | 0e957854372f1e6a81ce72234b8a4fda16cb4b8d | |
juspay/hyperswitch | juspay__hyperswitch-8892 | Bug: add support to store signature_network and is_regulated in payment attempts
Extended the AdditionalCardInfo struct to include new fields: is_regulated (indicates if the issuer is regulated under interchange fee caps) and signature_network (the card's primary global brand). | diff --git a/crates/analytics/docs/clickhouse/scripts/payment_attempts.sql b/crates/analytics/docs/clickhouse/scripts/payment_attempts.sql
index 16815e9a33d..ffe706cab08 100644
--- a/crates/analytics/docs/clickhouse/scripts/payment_attempts.sql
+++ b/crates/analytics/docs/clickhouse/scripts/payment_attempts.sql
@@ -45,... | 2025-08-11T07:13:40Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [x] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in detail -->
This pull request enhances how co-badged card information is ha... | v1.116.0 | 5a09d7ec2ab66d901e29492521e63cc6a01281de | 5a09d7ec2ab66d901e29492521e63cc6a01281de | |
juspay/hyperswitch | juspay__hyperswitch-8884 | Bug: [FEATURE] Add Apple Pay Payment Method In Barclaycard
### Feature Description
Add Apple Pay Payment Method In Barclaycard
### Possible Implementation
Add Apple Pay Payment Method In Barclaycard
### Have you spent some time checking if this feature request has been raised before?
- [x] I checked and didn't ... | diff --git a/config/config.example.toml b/config/config.example.toml
index 00f7ba33a59..fdb5c2a0e5e 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -702,6 +702,7 @@ paze = { currency = "USD,SEK" }
credit = { currency = "USD,GBP,EUR,PLN,SEK" }
debit = { currency = "USD,GBP,EUR,PLN,SEK" }
g... | 2025-08-08T20:13:37Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Closes this [issue](https://github.com/juspay/hyperswitch/issues/8884)
## Description
<!-- Describe your changes in d... | v1.116.0 | f5db00352b90e99e78b631fa8b9cde5800093a9d | f5db00352b90e99e78b631fa8b9cde5800093a9d | |
juspay/hyperswitch | juspay__hyperswitch-8893 | Bug: [FEATURE] nuvie : Avs,cvv check, postConfirmVoid,0$ txn
### Feature Description
Add / fix nuvie related features
### Possible Implementation
- Avs,cvv check,
- postConfirmVoid
- 0$ txn
### Have you spent some time checking if this feature request has been raised before?
- [x] I checked and didn't find a s... | diff --git a/crates/hyperswitch_connectors/src/connectors/nuvei.rs b/crates/hyperswitch_connectors/src/connectors/nuvei.rs
index 853b9fd968a..e02168e1f41 100644
--- a/crates/hyperswitch_connectors/src/connectors/nuvei.rs
+++ b/crates/hyperswitch_connectors/src/connectors/nuvei.rs
@@ -18,13 +18,13 @@ use hyperswitch_dom... | 2025-07-28T08:38:26Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Added few Nuvie features
- AVC,CVV : pass the response of AVC , CVV checks from Nuvie to Hypserswitch ... | v1.116.0 | 4a8eea9aa559a4fff6013a13c0defec4796e922c | 4a8eea9aa559a4fff6013a13c0defec4796e922c | |
juspay/hyperswitch | juspay__hyperswitch-8895 | Bug: [FEATURE] Googlepay , applepay and partial authorization integration for nuvei
### Feature Description
Add nuvie features
### Possible Implementation
Add and fix the following features in nuvie
Google pay decrypt flow
Apple pay decrypt flow
Google pay direct
Partial Authorization
Send sh... | diff --git a/crates/hyperswitch_connectors/src/connectors/nuvei.rs b/crates/hyperswitch_connectors/src/connectors/nuvei.rs
index 3701a814103..7943479730d 100644
--- a/crates/hyperswitch_connectors/src/connectors/nuvei.rs
+++ b/crates/hyperswitch_connectors/src/connectors/nuvei.rs
@@ -1,5 +1,5 @@
pub mod transformers;
... | 2025-08-19T07:19:30Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in detail -->
Add the following features in nuvie
1. Google pay decrypt flow... | v1.116.0 | c90625a4ea163e03895276a04ec3a23d4117413d | c90625a4ea163e03895276a04ec3a23d4117413d | |
juspay/hyperswitch | juspay__hyperswitch-8874 | Bug: chore: address Rust 1.89.0 clippy lints
Address the clippy lints occurring due to new rust version 1.89.0
See https://github.com/juspay/hyperswitch/issues/3391 for more information. | diff --git a/crates/euclid_macros/src/inner/knowledge.rs b/crates/euclid_macros/src/inner/knowledge.rs
index 49d645be72a..837a511f02d 100644
--- a/crates/euclid_macros/src/inner/knowledge.rs
+++ b/crates/euclid_macros/src/inner/knowledge.rs
@@ -301,35 +301,6 @@ impl Parse for Rule {
}
}
-#[derive(Clone)]
-enum ... | 2025-08-08T07:57:33Z | ## 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 addresses the clippy lints occurring due to new rust ve... | v1.116.0 | 838de443d1ed8d0d509e86d75e3220bedc9121e8 | 838de443d1ed8d0d509e86d75e3220bedc9121e8 | |
juspay/hyperswitch | juspay__hyperswitch-8872 | Bug: [FEATURE]: add support of passing metadata in adyen payment request
add support of passing metadata in adyen payment request | diff --git a/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs b/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
index 53ecbf882e6..df98be4c684 100644
--- a/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
+++ b/crates/hyperswitch_connectors/src/connectors/adyen/tra... | 2025-08-08T07:20:47Z | ## 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 -->
### Additional Changes
- [ ] This PR modifies the API co... | v1.116.0 | 838de443d1ed8d0d509e86d75e3220bedc9121e8 | 838de443d1ed8d0d509e86d75e3220bedc9121e8 | |
juspay/hyperswitch | juspay__hyperswitch-8880 | Bug: [FEATURE]: Add support for Webhooks through UCS
### Feature Description
the Webhooks should go to Unified connector service and should be handled there
### Possible Implementation
add webhook integration in hyperswitch
### Have you spent some time checking if this feature request has been raised before?
- ... | diff --git a/crates/external_services/src/grpc_client/unified_connector_service.rs b/crates/external_services/src/grpc_client/unified_connector_service.rs
index 8db71c930f3..4f6313ea31a 100644
--- a/crates/external_services/src/grpc_client/unified_connector_service.rs
+++ b/crates/external_services/src/grpc_client/unif... | 2025-08-01T07:07:02Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Added webhooks integration support in hyperswitch so that for webhooks hyperswitch can call UCS and get t... | v1.115.0 | 8bbb76840bb5b560b0e4d0f98c5fd5530dc11cef | 8bbb76840bb5b560b0e4d0f98c5fd5530dc11cef | |
juspay/hyperswitch | juspay__hyperswitch-8870 | Bug: Retry Limit Tracking for Payment Processor Tokens in Revenue Recovery
## Background
In the current **revenue recovery flow**, there is **no mapping between a customer and their payment methods**.
However, card networks enforce **retry limits** — both daily and rolling 30-day — for each merchant–customer card... | diff --git a/config/config.example.toml b/config/config.example.toml
index 00f7ba33a59..eb976ce8a39 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -1179,6 +1179,24 @@ billing_connectors_which_requires_invoice_sync_call = "recurly" # List of billin
[revenue_recovery]
monitoring_threshold_i... | 2025-08-05T21:28:14Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
This module implements a **Redis-backed system** for managing and selecting the best **payment processo... | v1.116.0 | f5db00352b90e99e78b631fa8b9cde5800093a9d | f5db00352b90e99e78b631fa8b9cde5800093a9d | |
juspay/hyperswitch | juspay__hyperswitch-8864 | Bug: [FEATURE] Reward PaymentMethod & CurrencyAuthKey for Hyperswitch <> UCS Integration
### Feature Description
Add Reward payment method and CurrencyAuthKey auth type for HS <> UCS integration
### Possible Implementation
Add Reward payment method and CurrencyAuthKey auth type for HS <> UCS integration
### Have... | diff --git a/Cargo.lock b/Cargo.lock
index 474d6d6f1d5..5ce7eff9c8c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3041,6 +3041,7 @@ dependencies = [
"aws-sdk-sts",
"aws-smithy-runtime",
"base64 0.22.1",
+ "common_enums",
"common_utils",
"dyn-clone",
"error-stack 0.4.1",
@@ -3061,6 +3062,7 @@ dependencies = [... | 2025-07-28T09:27:29Z | ## 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 implements the following
- Added support for Reward p... | v1.116.0 | 8bb8b2062e84e8d7116a9ca0e76c8ebd71b2b3ec | 8bb8b2062e84e8d7116a9ca0e76c8ebd71b2b3ec | |
juspay/hyperswitch | juspay__hyperswitch-8863 | Bug: [FEATURE] Add new calculate job for revenue-recovery
| diff --git a/crates/diesel_models/src/process_tracker.rs b/crates/diesel_models/src/process_tracker.rs
index 3aefb486810..962f917788d 100644
--- a/crates/diesel_models/src/process_tracker.rs
+++ b/crates/diesel_models/src/process_tracker.rs
@@ -255,6 +255,9 @@ pub mod business_status {
/// This status indicates th... | 2025-08-06T03:26:33Z | ## 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 -->
**CALCULATE WORKFLOW**
CALCULATE WORKFLOW
When we receive fai... | v1.116.0 | 0b59b9086cd68eef346413a27d03fa61fb6bb1f7 | 0b59b9086cd68eef346413a27d03fa61fb6bb1f7 | |
juspay/hyperswitch | juspay__hyperswitch-8860 | Bug: [CI] Add mock credentials for alpha connectors in CI
updating the creds for alpha connectors makes no sense. we've complete control over the alpha connector's behavior. so, better add a mock / fake credentials that mimic this behavior. | diff --git a/crates/connector_configs/toml/development.toml b/crates/connector_configs/toml/development.toml
index 83544e40cc1..160a29aa1a3 100644
--- a/crates/connector_configs/toml/development.toml
+++ b/crates/connector_configs/toml/development.toml
@@ -1446,6 +1446,35 @@ merchant_id_evoucher="MerchantId Evoucher"
... | 2025-07-08T05:02:05Z | ## 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 -->
Integrate celero commerce connector
Doc : https://sandbox.go... | v1.116.0 | a56d78a46a3ee80cdb2b48f9abfd2cd7b297e328 | a56d78a46a3ee80cdb2b48f9abfd2cd7b297e328 | |
juspay/hyperswitch | juspay__hyperswitch-8859 | Bug: feat(api): Adds support to change reveue_recovery_retry_algorithm_type using UpdateProfileAPI (V2)
Add support to change `reveue_recovery_retry_algorithm_type` through ProfileUpdateAPI | diff --git a/crates/api_models/src/admin.rs b/crates/api_models/src/admin.rs
index 22c1868f6ac..e7df178c1ed 100644
--- a/crates/api_models/src/admin.rs
+++ b/crates/api_models/src/admin.rs
@@ -2989,6 +2989,11 @@ pub struct ProfileUpdate {
/// It is used in payment processing, fraud detection, and regulatory compli... | 2025-08-06T18:04:41Z | ## 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 -->
This Pr provides support to change `revenue_recovery_retry_algo... | v1.115.0 | e2bfce8974dec9348d5829c39ad1f9acd340b9e3 | e2bfce8974dec9348d5829c39ad1f9acd340b9e3 | |
juspay/hyperswitch | juspay__hyperswitch-8855 | Bug: [FEATURE] Add Gateway System Tracking in Feature Metadata for Routing Stickiness
# Add Gateway System Tracking in Feature Metadata for Routing Stickiness
## Problem Statement
Currently, payment routing decisions between Direct routing (hyperswitch) and Unified Connector Service (UCS) are made
independen... | diff --git a/crates/common_enums/src/enums.rs b/crates/common_enums/src/enums.rs
index 41938fc23d3..32b6cdf4116 100644
--- a/crates/common_enums/src/enums.rs
+++ b/crates/common_enums/src/enums.rs
@@ -2220,6 +2220,34 @@ pub enum PaymentMethod {
MobilePayment,
}
+/// Indicates the gateway system through which th... | 2025-08-06T12:41:26Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
## Description
This change adds gateway system tracking in the feature metadata to enable routing stickiness and improve payment flow routing decisions.... | v1.116.0 | d4d8236e3102505553334b3d395496ae97ee8e14 | d4d8236e3102505553334b3d395496ae97ee8e14 | |
juspay/hyperswitch | juspay__hyperswitch-8851 | Bug: [BUG] (connector): [Netcetera] Fix three_ds_requestor_challenge_ind field in Netcetera Response
### Bug Description
Currently we are not recieving field **_three_ds_requestor_challenge_ind_** in Netcetera's authentication response since the struct is incorrectly declared in the transformers file.
1. **_three... | diff --git a/crates/hyperswitch_connectors/src/connectors/netcetera/transformers.rs b/crates/hyperswitch_connectors/src/connectors/netcetera/transformers.rs
index fc334d68167..01189f6b926 100644
--- a/crates/hyperswitch_connectors/src/connectors/netcetera/transformers.rs
+++ b/crates/hyperswitch_connectors/src/connecto... | 2025-08-06T10:59:53Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Currently we are not recieving field **_three_ds_requestor_challenge_ind_** in Netcetera's authentication... | v1.115.0 | 640d0552f96721d63c14fda4a07fc5987cea29a0 | 640d0552f96721d63c14fda4a07fc5987cea29a0 | |
juspay/hyperswitch | juspay__hyperswitch-8845 | Bug: [BUG] Fix Refund Reason Type in Adyen
### Bug Description
The reason field in AdyenRefundRequest is currently of type Option<String>, which allows any arbitrary string to be passed as the refund reason. Adyen supports only a fixed set of values (FRAUD, CUSTOMER REQUEST, RETURN, DUPLICATE, OTHER). If an unsuppo... | diff --git a/crates/connector_configs/toml/production.toml b/crates/connector_configs/toml/production.toml
index 0b378a05718..3bba4ca57d0 100644
--- a/crates/connector_configs/toml/production.toml
+++ b/crates/connector_configs/toml/production.toml
@@ -114,6 +114,8 @@ payment_method_type = "apple_pay"
payment_method_t... | 2025-08-06T04:03:19Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Closes this [issue](https://github.com/juspay/hyperswitch/issues/8845)
## Description
<!-- Describe your changes in d... | v1.115.0 | c1d982e3009ebe192b350c2067bf9c2a708d7320 | c1d982e3009ebe192b350c2067bf9c2a708d7320 | |
juspay/hyperswitch | juspay__hyperswitch-8847 | Bug: 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
| diff --git a/config/config.example.toml b/config/config.example.toml
index b725be102c1..134e0a49e84 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -1257,6 +1257,7 @@ allow_connected_merchants = false # Enable or disable connected merchant account
[chat]
enabled = false ... | 2025-08-04T07:06:02Z | ## 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 -->
- Store the user query and response from the ai service for t... | v1.117.0 | d6e925fd348af9b69bd3a756cd21142eeccd180a | d6e925fd348af9b69bd3a756cd21142eeccd180a | |
juspay/hyperswitch | juspay__hyperswitch-8844 | Bug: [FEATURE] Add support for health check endpoint and setting up configs in v2
### Feature Description
v2 application needs to have an endpoint for setting up configs and health check endpoint.
### Possible Implementation
Replicate the v1 implementation
### Have you spent some time checking if this feature re... | diff --git a/crates/api_models/src/health_check.rs b/crates/api_models/src/health_check.rs
index a6261da1be0..e782a3a100c 100644
--- a/crates/api_models/src/health_check.rs
+++ b/crates/api_models/src/health_check.rs
@@ -14,6 +14,7 @@ pub struct RouterHealthCheckResponse {
pub grpc_health_check: HealthCheckMap,
... | 2025-08-05T06:19:58Z | ## 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 -->
Introduced` /v2/configs` and `/v2/health` endpoints and for v2
... | v1.115.0 | 90f3b09a77484a4262608b0a4eeca7d452a4c968 | 90f3b09a77484a4262608b0a4eeca7d452a4c968 | |
juspay/hyperswitch | juspay__hyperswitch-8841 | Bug: refactor(euclid): refactor logs for evaluation of equality for dynamic routing evaluate response
Improve the logs for better diffs between legacy and decision_engine's euclid. | diff --git a/crates/router/src/core/payments/routing.rs b/crates/router/src/core/payments/routing.rs
index 547f49ce552..19ddeb7f15f 100644
--- a/crates/router/src/core/payments/routing.rs
+++ b/crates/router/src/core/payments/routing.rs
@@ -48,7 +48,6 @@ use rand::SeedableRng;
use router_env::{instrument, tracing};
u... | 2025-08-04T12:02:20Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
This PR refactors the routing logic to improve how **logs are emitted and connector evaluation is handl... | v1.115.0 | d418e1e59e2f4fd725c07a70cccabb992e1c12c6 | d418e1e59e2f4fd725c07a70cccabb992e1c12c6 | |
juspay/hyperswitch | juspay__hyperswitch-8842 | Bug: [FEATURE]:Store the user query of the chat bot
Store the user query and response from the ai service for the analysis.
Allow the api only for internal user
| diff --git a/config/config.example.toml b/config/config.example.toml
index b725be102c1..134e0a49e84 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -1257,6 +1257,7 @@ allow_connected_merchants = false # Enable or disable connected merchant account
[chat]
enabled = false ... | 2025-08-04T07:06:02Z | ## 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 -->
- Store the user query and response from the ai service for t... | v1.117.0 | d6e925fd348af9b69bd3a756cd21142eeccd180a | d6e925fd348af9b69bd3a756cd21142eeccd180a | |
juspay/hyperswitch | juspay__hyperswitch-8807 | Bug: [FIX]: Take merchant ID from headers in API Key Revoke (v2)
For `API Key - Revoke` in v2, the merchant ID is currently being passed in the path. We need to instead read the `X-Merchant-ID` header to get the merchant ID. | diff --git a/crates/router/src/core/api_keys.rs b/crates/router/src/core/api_keys.rs
index d76b338dc36..34b421d9e14 100644
--- a/crates/router/src/core/api_keys.rs
+++ b/crates/router/src/core/api_keys.rs
@@ -425,18 +425,18 @@ pub async fn update_api_key_expiry_task(
#[instrument(skip_all)]
pub async fn revoke_api_ke... | 2025-07-31T08:31:25Z | ## 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 -->
- Removed merchant ID from path in `API Keys - Revoke`
- Chang... | v1.115.0 | 794dce168e6b4d280c9c742a6e8a3b3283e09602 | 794dce168e6b4d280c9c742a6e8a3b3283e09602 | |
juspay/hyperswitch | juspay__hyperswitch-8840 | Bug: [FEATURE]: Add support for Void after Capture
- Add core flow for Void after Capture
- Add PostCaptureVoid Flow in worldpayVantiv connector | diff --git a/api-reference/docs.json b/api-reference/docs.json
index 17050ceb9fc..aa3cae620fc 100644
--- a/api-reference/docs.json
+++ b/api-reference/docs.json
@@ -42,6 +42,7 @@
"v1/payments/payments--confirm",
"v1/payments/payments--retrieve",
"v1/p... | 2025-08-05T08:52:03Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
- Add core flow for Void after Capture
- Add PostCaptureVoid Flow in worldpayVantiv connector
### A... | v1.115.0 | c573f611762ca52eb4ce8f0a0ddf9f87c506c6b3 | c573f611762ca52eb4ce8f0a0ddf9f87c506c6b3 | |
juspay/hyperswitch | juspay__hyperswitch-8806 | Bug: [BUG] Add additional authentication fields for 3ds external authentication
### Bug Description
Cybersource payments via Netcetera are failing for a France based acquirer in prod with Carte Bancaires card, the below fields needs to be added to fix the same.
1. challenge_code
2. challenge_code_reason
3. challen... | diff --git a/crates/diesel_models/src/authentication.rs b/crates/diesel_models/src/authentication.rs
index 915d661bad2..c844df0a699 100644
--- a/crates/diesel_models/src/authentication.rs
+++ b/crates/diesel_models/src/authentication.rs
@@ -1,4 +1,4 @@
-use common_utils::encryption::Encryption;
+use common_utils::{encr... | 2025-07-25T07:36:19Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [X] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
This PR introduces the following changes
1. Added additional authentication fields for 3ds external aut... | v1.115.0 | f3c0a9bfb05af5c9c826799f0e16e9c9460870f5 | f3c0a9bfb05af5c9c826799f0e16e9c9460870f5 | |
juspay/hyperswitch | juspay__hyperswitch-8816 | Bug: add support for apple pay pre-decrypted token in the payments confirm call
add support pass the decryted apple pay token directly in the confirm call. | diff --git a/Cargo.lock b/Cargo.lock
index 3e1101fdbf4..5a77720c94f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1858,6 +1858,7 @@ dependencies = [
name = "common_types"
version = "0.1.0"
dependencies = [
+ "cards",
"common_enums",
"common_utils",
"diesel",
diff --git a/api-reference/v1/openapi_spec_v1.json b/... | 2025-08-01T07:34:22Z | ## 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 pull request adds support pass the decryted apple pay toke... | v1.115.0 | 90f3b09a77484a4262608b0a4eeca7d452a4c968 | 90f3b09a77484a4262608b0a4eeca7d452a4c968 | |
juspay/hyperswitch | juspay__hyperswitch-8811 | Bug: [BUG] recurring payouts fail when address is needed
### Bug Description
Recurring payouts are failing when billing details are not supplied during payout creation.
### Expected Behavior
Billing details should be fetched from DB while making recurring payouts.
### Actual Behavior
Billing details are not sto... | diff --git a/crates/router/src/core/payments/routing.rs b/crates/router/src/core/payments/routing.rs
index c7784118847..e4ce038b3bd 100644
--- a/crates/router/src/core/payments/routing.rs
+++ b/crates/router/src/core/payments/routing.rs
@@ -175,7 +175,8 @@ pub fn make_dsl_input_for_payouts(
billing_country: pa... | 2025-09-04T09:52:17Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
This PR adds capability for payouts to use billing address in payment_methods.
1. During first payout ... | v1.116.0 | 5e1fd0b187b99698936a8a0cb0d839a60b830de2 | 5e1fd0b187b99698936a8a0cb0d839a60b830de2 | |
juspay/hyperswitch | juspay__hyperswitch-8805 | Bug: [CHORE] Add XOF currency to Cybersource cards
Add XOF currency to Cybersource cards deployment configs. | diff --git a/config/config.example.toml b/config/config.example.toml
index 5967731b9ad..4662e9ea3a5 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -672,8 +672,8 @@ google_pay = { currency = "USD" }
samsung_pay = { currency = "USD" }
[pm_filters.cybersource]
-credit = { currency = "USD,G... | 2025-07-30T09:35:02Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [x] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in detail -->
this pr adds `xof` currency to cybersource cards.
### Addi... | v1.115.0 | 794dce168e6b4d280c9c742a6e8a3b3283e09602 | 794dce168e6b4d280c9c742a6e8a3b3283e09602 | |
juspay/hyperswitch | juspay__hyperswitch-8804 | Bug: [FEATURE] Request fields to be populated on top level
### Feature Description
Few fields of request to be passed on to top level for certain operations
### Possible Implementation
parse the value and then add it to the events
### Have you spent some time checking if this feature request has been raised befo... | diff --git a/crates/router/src/configs/secrets_transformers.rs b/crates/router/src/configs/secrets_transformers.rs
index d4eb34838d6..4f53a2ef2df 100644
--- a/crates/router/src/configs/secrets_transformers.rs
+++ b/crates/router/src/configs/secrets_transformers.rs
@@ -547,5 +547,6 @@ pub(crate) async fn fetch_raw_secre... | 2025-07-29T06:12:18Z | ## 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 detail -->
This feature allows based on deployment config , it is able to ... | v1.115.0 | 1e6a088c04b40c7fdd5bc65c1973056bf58de764 | 1e6a088c04b40c7fdd5bc65c1973056bf58de764 | |
juspay/hyperswitch | juspay__hyperswitch-8798 | Bug: [FEAT] Set up CI to support mock server for alpha connectors
flow should be:
- build hyperswitch router
- upload it to artifact
- download artifact
- start the server
- run mandatory tests
- download artifact
- start mock server with node
- start server
- run optional mock server tests | diff --git a/api-reference/v1/openapi_spec_v1.json b/api-reference/v1/openapi_spec_v1.json
index 7591fb65fba..9a45e70a749 100644
--- a/api-reference/v1/openapi_spec_v1.json
+++ b/api-reference/v1/openapi_spec_v1.json
@@ -11746,6 +11746,7 @@
"redsys",
"santander",
"shift4",
+ "s... | 2025-07-24T07:35:22Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [x] CI/CD
## Description
<!-- Describe your changes in detail -->
This PR adds support for running tests against mock server fo... | v1.115.0 | bc4d29a3e5ee24b14b32262449a7b640e9f6edaf | bc4d29a3e5ee24b14b32262449a7b640e9f6edaf | |
juspay/hyperswitch | juspay__hyperswitch-8792 | Bug: [FEATURE] Add Payments - List endpoint for v2
### Feature Description
This feature adds support for retrieving a filtered list of payments via a GET /v2/payments/list endpoint where multiple values can be provided for a single filter key (e.g. connector, etc.).
### Possible Implementation
Add PaymentListFilt... | diff --git a/api-reference/v2/openapi_spec_v2.json b/api-reference/v2/openapi_spec_v2.json
index 02dbdddf4a3..17a6b572b2e 100644
--- a/api-reference/v2/openapi_spec_v2.json
+++ b/api-reference/v2/openapi_spec_v2.json
@@ -2441,11 +2441,10 @@
"description": "The connector to filter payments list",
... | 2025-07-29T14:30:17Z | ## 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 -->
**Enhanced Payment Listing API with Multi-Value Filtering**
... | v1.116.0 | 446590690e7980e1bef6b846683d391b43cb3f0e | 446590690e7980e1bef6b846683d391b43cb3f0e | |
juspay/hyperswitch | juspay__hyperswitch-8796 | Bug: [FEATURE] (connector): [ARCHIPEL,BANKOFAMERICA,BOKU,CHARGEBEE,CRYPTOPAY,CYBERSOURCE,DATATRANS,NMI,NOON,PAYEEZY,PAYME,PAYPAL,PLAID,STRIPEBILLING,TRUSTPAY] add in feature matrix api
### Feature Description
[ARCHIPEL,BANKOFAMERICA,BOKU,CHARGEBEE,CRYPTOPAY,CYBERSOURCE,DATATRANS,NMI,NOON,PAYEEZY,PAYME,PAYPAL,PLAID... | diff --git a/api-reference/v1/openapi_spec_v1.json b/api-reference/v1/openapi_spec_v1.json
index 2182ecbef46..5f8bfdf3959 100644
--- a/api-reference/v1/openapi_spec_v1.json
+++ b/api-reference/v1/openapi_spec_v1.json
@@ -16673,7 +16673,8 @@
"payout_processor",
"authentication_provider",
... | 2025-07-30T07:03:19Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Closes this [issue](https://github.com/juspay/hyperswitch/issues/8796)
## Description
<!-- Describe your changes in d... | v1.116.0 | 30925ca5dd51be93e33ac4492b85c2322263b3fc | 30925ca5dd51be93e33ac4492b85c2322263b3fc | |
juspay/hyperswitch | juspay__hyperswitch-8791 | Bug: [BUG] Add changes for field CybersourceConsumerAuthInformation
### Bug Description
Cybersource payments via Netcetera are failing for a France based acquirer in prod, the PR provides fix for the same by introducing field effective_authentication_type, and making sure semantic_version is sent.
### Expected B... | diff --git a/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs b/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
index da1237f3f4f..2112989969e 100644
--- a/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
+++ b/crates/hyperswitch_connectors/src/co... | 2025-07-28T10:17:00Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [X] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Context - Cybersource payments via Netcetera are failing for a France based acquirer in prod, the PR prov... | v1.115.0 | 8dc4061f9edb1ac2527216b2279a765d0b797523 | 8dc4061f9edb1ac2527216b2279a765d0b797523 | |
juspay/hyperswitch | juspay__hyperswitch-8777 | Bug: [FEAT] (CONNECTOR): Facilitapay webhook support
add support for facilitapay webhooks | diff --git a/crates/connector_configs/toml/development.toml b/crates/connector_configs/toml/development.toml
index 90aae593617..cfc8589bdf2 100644
--- a/crates/connector_configs/toml/development.toml
+++ b/crates/connector_configs/toml/development.toml
@@ -6157,8 +6157,8 @@ api_secret="Secret Key"
key1="Username"
[... | 2025-07-28T19:30:24Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in detail -->
This Facilitapay PR introudces 2 new features and a bug fix w... | v1.115.0 | f6cdddcb98e08f97dc518c8c14569fe67426bd6f | f6cdddcb98e08f97dc518c8c14569fe67426bd6f | |
juspay/hyperswitch | juspay__hyperswitch-8789 | Bug: [FEATURE] populate status_code in response
Populate UCS status_code (connector HTTP status code) in response headers | diff --git a/Cargo.lock b/Cargo.lock
index 3e1101fdbf4..60f064c45e4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3525,7 +3525,7 @@ dependencies = [
[[package]]
name = "grpc-api-types"
version = "0.1.0"
-source = "git+https://github.com/juspay/connector-service?rev=0409f6aa1014dd1b9827fabfa4fa424e16d07ebc#0409f6aa101... | 2025-07-29T09:24:56Z | ## 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 populates UCS status_code (connector HTTP code) in resp... | v1.115.0 | 90f3b09a77484a4262608b0a4eeca7d452a4c968 | 90f3b09a77484a4262608b0a4eeca7d452a4c968 | |
juspay/hyperswitch | juspay__hyperswitch-8784 | Bug: [FEATURE] Add Google Pay Payment Method In Barclaycard
### Feature Description
Add Google Pay Payment Method In Barclaycard
### Possible Implementation
Add Google Pay Payment Method In Barclaycard
### Have you spent some time checking if this feature request has been raised before?
- [x] I checked and didn... | diff --git a/config/config.example.toml b/config/config.example.toml
index e2cdf7fd3f2..5b414d7eea1 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -690,6 +690,11 @@ google_pay = { currency = "ARS, AUD, CAD, CLP, COP, EUR, HKD, INR, KWD, MYR, MXN
samsung_pay = { currency = "USD,GBP,EUR,SEK"... | 2025-07-29T08:52:25Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Closes this [issue](https://github.com/juspay/hyperswitch/issues/8784)
## Description
<!-- Describe your changes in d... | v1.115.0 | c1d982e3009ebe192b350c2067bf9c2a708d7320 | c1d982e3009ebe192b350c2067bf9c2a708d7320 | |
juspay/hyperswitch | juspay__hyperswitch-8771 | Bug: [REFACTOR] move repeated code to a separate function
address comments given in this pr: https://github.com/juspay/hyperswitch/pull/8616 | diff --git a/crates/diesel_models/src/mandate.rs b/crates/diesel_models/src/mandate.rs
index 7ed37dc2fd6..f4c507e471d 100644
--- a/crates/diesel_models/src/mandate.rs
+++ b/crates/diesel_models/src/mandate.rs
@@ -78,10 +78,26 @@ pub struct MandateNew {
pub customer_user_agent_extended: Option<String>,
}
+impl M... | 2025-07-28T11:25:43Z | ## 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 addresses the comments which is concerned about reduc... | v1.115.0 | 5ca0fb5f654c9b32186dab8a2a2d475f2eb7df6a | 5ca0fb5f654c9b32186dab8a2a2d475f2eb7df6a | |
juspay/hyperswitch | juspay__hyperswitch-8781 | Bug: [BUG] user bank options sent inside the eps `user_bank_options` field should be dynamic
for stripe the user bank options sent in `user_bank_options` should be dynamic and picked from .toml files | diff --git a/api-reference/v1/openapi_spec_v1.json b/api-reference/v1/openapi_spec_v1.json
index 9239142f57b..4dd171215e2 100644
--- a/api-reference/v1/openapi_spec_v1.json
+++ b/api-reference/v1/openapi_spec_v1.json
@@ -27686,7 +27686,8 @@
"items": {
"$ref": "#/components/schemas/BankCodeRe... | 2025-07-29T04:58:58Z | ## 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 -->
Previously the bank names were hard coded but we needed to re... | v1.115.0 | 1e6a088c04b40c7fdd5bc65c1973056bf58de764 | 1e6a088c04b40c7fdd5bc65c1973056bf58de764 | |
juspay/hyperswitch | juspay__hyperswitch-8740 | Bug: [FEATURE] Checkbook connector ACH integrate
### Feature Description
Integrate CHECKBOOK CONNECTOR
### Possible Implementation
https://docs.checkbook.io/docs/concepts/environments/
### Have you spent some time checking if this feature request has been raised before?
- [x] I checked and didn't find a similar... | diff --git a/api-reference/v1/openapi_spec_v1.json b/api-reference/v1/openapi_spec_v1.json
index ccd6d2e11b7..67a9aa9735d 100644
--- a/api-reference/v1/openapi_spec_v1.json
+++ b/api-reference/v1/openapi_spec_v1.json
@@ -11183,6 +11183,7 @@
"cashtocode",
"celero",
"chargebee",
+ ... | 2025-07-23T10:58:42Z | ## 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 -->
### Additional Changes
- [x] This PR modifies the API co... | v1.115.0 | 63cc6ae2815c465f6f7ee975a6413d314b5df141 | 63cc6ae2815c465f6f7ee975a6413d314b5df141 | |
juspay/hyperswitch | juspay__hyperswitch-8737 | Bug: [FEATURE] Hyperswitch <|> UCS Mandate flow integration
Add UCS integration for SetupMandate and RepeatPayment (recurring) flows. | diff --git a/Cargo.lock b/Cargo.lock
index f65a0fd4be0..d835074cfe2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3363,8 +3363,7 @@ dependencies = [
[[package]]
name = "g2h"
version = "0.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0aece561ff748cdd2a37c8ee938a47bbf9b2c03823b393a... | 2025-07-23T14:43:28Z | ## 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 implements UCS(Unified Connector Service) Integration f... | v1.115.0 | 6214aca5f0f5c617a68f65ef5bcfd700060acccf | 6214aca5f0f5c617a68f65ef5bcfd700060acccf | |
juspay/hyperswitch | juspay__hyperswitch-8736 | Bug: [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" /> | 2025-07-23T13:41:24Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [x] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in detail -->
This PR bumps Cypress and its dependencies to its latest vers... | v1.115.0 | 20b37bdb7a25ec053e7671332d4837a0ad743983 | 20b37bdb7a25ec053e7671332d4837a0ad743983 | ||
juspay/hyperswitch | juspay__hyperswitch-8724 | Bug: [REFACTOR] use REQUEST_TIME_OUT for outgoing webhooks instead of hardcoded 5-second timeout
**Problem Statement**
The current outgoing webhook timeout is hardcoded to 5 seconds, which is too restrictive and causes delivery failures for legacy systems which might take over 5 seconds to respond back. We should us... | diff --git a/crates/router/src/core/webhooks/outgoing.rs b/crates/router/src/core/webhooks/outgoing.rs
index cf7cbb8a2d8..baa5b4af583 100644
--- a/crates/router/src/core/webhooks/outgoing.rs
+++ b/crates/router/src/core/webhooks/outgoing.rs
@@ -45,8 +45,6 @@ use crate::{
workflows::outgoing_webhook_retry,
};
-c... | 2025-07-23T06:56:47Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [x] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Increased outgoing webhook timeout from 5 seconds to 30 seconds by replacing hardcoded `OUTGOING_WEBHOO... | v1.115.0 | 6214aca5f0f5c617a68f65ef5bcfd700060acccf | 6214aca5f0f5c617a68f65ef5bcfd700060acccf | |
juspay/hyperswitch | juspay__hyperswitch-8734 | Bug: feat(core): Implement UCS based upi for paytm and phonepe
## Feature Request: Implement UPI Intent and QR Code Payment Flows for UCS Integration
### Description
Add support for UPI Intent and QR code payment methods through the Unified Connector Service (UCS) for Paytm and PhonePe payment gateways.
### Backgr... | diff --git a/Cargo.lock b/Cargo.lock
index 4b51d433be0..3e1101fdbf4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3525,7 +3525,7 @@ dependencies = [
[[package]]
name = "grpc-api-types"
version = "0.1.0"
-source = "git+https://github.com/juspay/connector-service?rev=a9f7cd96693fa034ea69d8e21125ea0f76182fae#a9f7cd96693... | 2025-07-23T12:23:55Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Fixed #8734
## Description
<!-- Describe your changes in detail -->
This PR implements UPI Intent and QR code p... | v1.115.0 | c6e4e7209f2bff0b72e6616f6b02c9996384413c | c6e4e7209f2bff0b72e6616f6b02c9996384413c | |
juspay/hyperswitch | juspay__hyperswitch-8733 | Bug: [BUG] worldpay DDC submission race conditions
### Bug Description
Race condition in Worldpay 3DS DDC flow causes `bodyDoesNotMatchSchema` errors. 8-second timeout in `WorldpayDDCForm` JS fires before legitimate DDC completion, sending `collectionReference` to wrong endpoint (`/3dsChallenges` vs `/3dsDeviceData... | diff --git a/crates/hyperswitch_connectors/src/connectors/worldpay.rs b/crates/hyperswitch_connectors/src/connectors/worldpay.rs
index 009a02f7ef5..fcb582830b2 100644
--- a/crates/hyperswitch_connectors/src/connectors/worldpay.rs
+++ b/crates/hyperswitch_connectors/src/connectors/worldpay.rs
@@ -798,7 +798,16 @@ impl C... | 2025-07-24T06:33:20Z | ## Type of Change
- [x] Bugfix
## Description
Fixes race condition in Worldpay 3DS Device Data Collection (DDC) flow causing `bodyDoesNotMatchSchema` errors.
**Changes made:**
- Extended DDC timeout from 8s to 10s in client-side JavaScript
- Added `ddcProcessed` flag to prevent duplicate submissions on clie... | v1.115.0 | 63cc6ae2815c465f6f7ee975a6413d314b5df141 | 63cc6ae2815c465f6f7ee975a6413d314b5df141 | |
juspay/hyperswitch | juspay__hyperswitch-8723 | Bug: Create Authentication Types in Hyperswitch | new doc page
I've noticed the community members have been confused by the admin-api and the difference with the hyperswitch api that's given from the control center. This doc explains overview of authentication types and authorization keys available in Hyperswitch. | diff --git a/api-reference/docs.json b/api-reference/docs.json
index 9688afc3241..0a15af289c0 100644
--- a/api-reference/docs.json
+++ b/api-reference/docs.json
@@ -23,6 +23,7 @@
{
"group": "Essentials",
"pages": [
+ "essentials/authentication",
... | 2025-07-22T13:46:51Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [x] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in detail -->
### Additional Changes
- [ ] This PR modifies the API co... | v1.115.0 | 38c19f30fce7515869d800bd5cabf3a7dd804e55 | 38c19f30fce7515869d800bd5cabf3a7dd804e55 | |
juspay/hyperswitch | juspay__hyperswitch-8722 | Bug: Update add_connector contributing guide
Enrich add_connector contributing guide so anyone can easily build a connector. Right now, details are opaque. | diff --git a/.typos.toml b/.typos.toml
index 5fda4c2ad4b..9fb28adc855 100644
--- a/.typos.toml
+++ b/.typos.toml
@@ -18,6 +18,7 @@ hd = "hd" # animation data parameter
HypoNoeLbFurNiederosterreichUWien = "HypoNoeLbFurNiederosterreichUWien"
hypo_noe_lb_fur_niederosterreich_u_wien = "hypo_noe_lb_fur_niederosterreich_u_... | 2025-07-24T01:48:29Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [x] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in detail -->
Updating the connector documentation
### Additional Change... | v1.116.0 | b133c534fb1ce40bd6cca27fac4f2d58b0863e30 | b133c534fb1ce40bd6cca27fac4f2d58b0863e30 | |
juspay/hyperswitch | juspay__hyperswitch-8710 | Bug: feat(routing): Add new endpoints for evaluate, feedback, and rule-evaluate
Adds api refs for routing APIs | diff --git a/api-reference/docs.json b/api-reference/docs.json
index f46b0f2e07d..17050ceb9fc 100644
--- a/api-reference/docs.json
+++ b/api-reference/docs.json
@@ -220,7 +220,10 @@
"v1/routing/routing--retrieve-default-for-profile",
"v1/routing/routing--update-default-for-... | 2025-07-21T15:12:22Z | ## 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 -->
This pr adds api refs for routing
```
"v1/routing/routing--e... | v1.115.0 | 1e6a088c04b40c7fdd5bc65c1973056bf58de764 | 1e6a088c04b40c7fdd5bc65c1973056bf58de764 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.