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-9675 | Bug: [feature] add mit payment s2s call and invoice sync job to subscription webhook
Create Mit payment handler in subscription invoice_handler.rs
and add create_invoice_sync_job after updating the invoice with the payment ID | diff --git a/crates/api_models/src/subscription.rs b/crates/api_models/src/subscription.rs
index 9378d7796f..2829d58b88 100644
--- a/crates/api_models/src/subscription.rs
+++ b/crates/api_models/src/subscription.rs
@@ -5,6 +5,7 @@ use utoipa::ToSchema;
use crate::{
enums as api_enums,
+ mandates::RecurringDe... | 2025-10-04T20:28:58Z | ## 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 completes [9400](https://github.com/juspay/hyperswitc... | v1.117.0 | c172f03c31e9b29b69490c7c5dfb3b4c78206f79 | c172f03c31e9b29b69490c7c5dfb3b4c78206f79 | |
juspay/hyperswitch | juspay__hyperswitch-9696 | Bug: [FIX] (connector) Skrill payment method in Paysafe throws 501
origin: paysafe transformers L566
payment going through pre process flow, unexpected.
skrill should go through authorize + complete authorize flow
rca:
preprocessing is being applied to entire wallet for paysafe connector. it needs to be restrict... | diff --git a/crates/router/src/core/payments.rs b/crates/router/src/core/payments.rs
index e9a917153f..e3d153f2aa 100644
--- a/crates/router/src/core/payments.rs
+++ b/crates/router/src/core/payments.rs
@@ -6623,11 +6623,14 @@ where
false,
)
} else if connector.connect... | 2025-10-06T11:39:33Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in detail -->
this pr fixes bug in paysafe where skrill wallet payment meth... | v1.117.0 | cc4eaed5702dbcaa6c54a32714b52f479dfbe85b | cc4eaed5702dbcaa6c54a32714b52f479dfbe85b | |
juspay/hyperswitch | juspay__hyperswitch-9711 | Bug: [FEATURE] loonio webhooks
### Feature Description
Implement webhook support for loonio
### Possible Implementation
Implement Webhook - Payment
### Have you spent some time checking if this feature request has been raised before?
- [x] I checked and didn't find a similar issue
### Have you read the Contrib... | diff --git a/crates/hyperswitch_connectors/src/connectors/loonio.rs b/crates/hyperswitch_connectors/src/connectors/loonio.rs
index 96ee717b862..1de6f4236d4 100644
--- a/crates/hyperswitch_connectors/src/connectors/loonio.rs
+++ b/crates/hyperswitch_connectors/src/connectors/loonio.rs
@@ -2,12 +2,13 @@ pub mod transform... | 2025-10-07T09:18:54Z | ## 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 -->
Loomio webhooks for payments
## payment request
```j... | v1.117.0 | b3beda7d7172396452e34858cb6bd701962f75ab | b3beda7d7172396452e34858cb6bd701962f75ab | |
juspay/hyperswitch | juspay__hyperswitch-9693 | Bug: Add support to update card exp in update payment methods api
1. Need support to update card expiry in payments method data of payment methods table using batch pm update API.
2. Need support to pass multiple mca ids for updating payment methods entries.
| diff --git a/crates/api_models/src/payment_methods.rs b/crates/api_models/src/payment_methods.rs
index 591932c5deb..cfb45ef045c 100644
--- a/crates/api_models/src/payment_methods.rs
+++ b/crates/api_models/src/payment_methods.rs
@@ -294,6 +294,7 @@ pub struct PaymentMethodRecordUpdateResponse {
pub status: common_... | 2025-10-06T12:49:07Z | ## 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 -->
We can update card expiry in payments method data of payment me... | v1.117.0 | c172f03c31e9b29b69490c7c5dfb3b4c78206f79 | c172f03c31e9b29b69490c7c5dfb3b4c78206f79 | |
juspay/hyperswitch | juspay__hyperswitch-9631 | Bug: [FEATURE]: [Nuvei] add payout flows
Add Cards Payout through Nuvei
Add Webhook support for Payouts in Nuvei
Propagate error from failure response in payouts
Create webhook_url in PayoutsData Request to pass to Psp's | diff --git a/api-reference/v1/openapi_spec_v1.json b/api-reference/v1/openapi_spec_v1.json
index 6ac0ad192b1..42443a3cf40 100644
--- a/api-reference/v1/openapi_spec_v1.json
+++ b/api-reference/v1/openapi_spec_v1.json
@@ -26605,6 +26605,7 @@
"cybersource",
"ebanx",
"nomupay",
+ ... | 2025-09-30T08:17:44Z | ## 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 Cards Payout through Nuvei
- Add Webhook support for Pay... | v1.117.0 | efab34f0ef0bd032b049778f18f3cb688faa7fa7 | efab34f0ef0bd032b049778f18f3cb688faa7fa7 | |
juspay/hyperswitch | juspay__hyperswitch-9634 | Bug: Nexixpay MIT & order_id fix
1. We should use same order id of max length 18 among multiple payment calls made to nexi for an order.
2. Capture and Cancel calls for manual MITs are failing as we don't store connector_metadata in nexi mandate response. | diff --git a/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs b/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs
index 2cf30de8edf..ff8dbad6424 100644
--- a/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs
+++ b/crates/hyperswitch_connectors/src/connectors/... | 2025-10-01T11:07: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 -->
Use same order_id or max length 18 for all payment calls associ... | v1.117.0 | 9312cfa3c85e350c12bd64306037a72753b532bd | 9312cfa3c85e350c12bd64306037a72753b532bd | |
juspay/hyperswitch | juspay__hyperswitch-9642 | Bug: [FEAT]: [Customer] Add search support to Customer API by Customer_ID
### Feature Description
Currently, the Customer List API (/api/customers/list?limit=20&offset=0) does not support search functionality, which forces the dashboard to display customers without the ability to search dynamically.
We want to enh... | diff --git a/crates/api_models/src/customers.rs b/crates/api_models/src/customers.rs
index 19016e292a8..62fd000ddb8 100644
--- a/crates/api_models/src/customers.rs
+++ b/crates/api_models/src/customers.rs
@@ -52,6 +52,8 @@ pub struct CustomerListRequest {
/// Limit
#[schema(example = 32)]
pub limit: Opti... | 2025-09-30T08:46:02Z | ## 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 -->
This PR introduces improvements to the **Customer page API**:... | v1.117.0 | 2d580b3afbca861028e010853dc33c75818c9288 | 2d580b3afbca861028e010853dc33c75818c9288 | |
juspay/hyperswitch | juspay__hyperswitch-9621 | Bug: [FEATURE] : [Loonio] Implement interac Bank Redirect Payment Method
Implement interac Bank Redirect Payment Method
- Payments
- Psync
| diff --git a/api-reference/v1/openapi_spec_v1.json b/api-reference/v1/openapi_spec_v1.json
index 49ce347b1b8..9851859547c 100644
--- a/api-reference/v1/openapi_spec_v1.json
+++ b/api-reference/v1/openapi_spec_v1.json
@@ -12091,6 +12091,7 @@
"jpmorgan",
"juspaythreedsserver",
"klarna",
+... | 2025-09-30T09:22:34Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Implement interac Bank Redirect Payment Method
- Payments
- Psync
### Additional Changes
- [ ] ... | v1.117.0 | efab34f0ef0bd032b049778f18f3cb688faa7fa7 | efab34f0ef0bd032b049778f18f3cb688faa7fa7 | |
juspay/hyperswitch | juspay__hyperswitch-9623 | Bug: [ENHANCEMENT] payout updates
Creating this ticket for
1. Adding currency as a rule for payout routing
2. Updating Sepa to SepaBankTransfer for dynamic required fields | diff --git a/crates/euclid/src/frontend/dir.rs b/crates/euclid/src/frontend/dir.rs
index 7df086fdbcb..62dbefab3f3 100644
--- a/crates/euclid/src/frontend/dir.rs
+++ b/crates/euclid/src/frontend/dir.rs
@@ -836,6 +836,14 @@ pub enum PayoutDirKeyKind {
#[serde(rename = "amount")]
PayoutAmount,
+ #[strum(
+ ... | 2025-09-30T10:54:01Z | ## 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 two changes
1. Updates `Sepa` to `SepaBankTransfer` for dynamic required fields for payouts... | v1.117.0 | efab34f0ef0bd032b049778f18f3cb688faa7fa7 | efab34f0ef0bd032b049778f18f3cb688faa7fa7 | |
juspay/hyperswitch | juspay__hyperswitch-9638 | Bug: [FEATURE] add cypress tests for void payment in v2
### Feature Description
This implementation adds comprehensive V2 API testing for payment void/cancel operations across different payment states. The feature introduces a new Cypress test suite that validates three critical scenarios: successfully voiding a pa... | diff --git a/cypress-tests-v2/cypress/e2e/configs/Payment/Commons.js b/cypress-tests-v2/cypress/e2e/configs/Payment/Commons.js
index 3f09a83e804..7090f5a1406 100644
--- a/cypress-tests-v2/cypress/e2e/configs/Payment/Commons.js
+++ b/cypress-tests-v2/cypress/e2e/configs/Payment/Commons.js
@@ -5,7 +5,7 @@ import { getCus... | 2025-10-01T11:34:49Z | ## 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 implementation adds comprehensive V2 API testing for payme... | v1.117.0 | 90c7cffcd5b555bb5f18e320f723fce265781e9e | 90c7cffcd5b555bb5f18e320f723fce265781e9e | |
juspay/hyperswitch | juspay__hyperswitch-9616 | Bug: [BUG] fix(payments): add connector error details in response when payment void fails
### Bug Description
When a payment void fails at the connector level, the error was not being propagated back in the API response.
This change ensures connector error details are included in the response, so clients can handle... | diff --git a/api-reference/v2/openapi_spec_v2.json b/api-reference/v2/openapi_spec_v2.json
index 973b3391e2d..a5ac51d096a 100644
--- a/api-reference/v2/openapi_spec_v2.json
+++ b/api-reference/v2/openapi_spec_v2.json
@@ -11058,6 +11058,11 @@
"type": "string",
"description": "The error message"... | 2025-09-29T08:52:39Z | ## 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 -->
Add error details when payment void is failed at connector leve... | v1.117.0 | 9cd8f001f7360d9b8877fe94b9c185fc237e525c | 9cd8f001f7360d9b8877fe94b9c185fc237e525c | |
juspay/hyperswitch | juspay__hyperswitch-9612 | Bug: Nexixpay MIT fix
Nexixpay MITs are failing when created a CIT for already existing customer for which normal payment was made. | diff --git a/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs b/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs
index 2cf30de8edf..e1a5f783ffd 100644
--- a/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs
+++ b/crates/hyperswitch_connectors/src/connectors/... | 2025-09-29T13:41:14Z | ## 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 -->
Stop sending back mandate reference from connector response i... | v1.117.0 | 9cd8f001f7360d9b8877fe94b9c185fc237e525c | 9cd8f001f7360d9b8877fe94b9c185fc237e525c | |
juspay/hyperswitch | juspay__hyperswitch-9613 | Bug: [FEAT]: Add support for visibility and updating additional token details
| diff --git a/crates/api_models/src/revenue_recovery_data_backfill.rs b/crates/api_models/src/revenue_recovery_data_backfill.rs
index 34c64b75547..8f0276a84c0 100644
--- a/crates/api_models/src/revenue_recovery_data_backfill.rs
+++ b/crates/api_models/src/revenue_recovery_data_backfill.rs
@@ -3,11 +3,11 @@ use std::{col... | 2025-09-29T13:22: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 -->
This PR introduces two new API:-
1) To get data from Redis for... | v1.117.0 | 9cd8f001f7360d9b8877fe94b9c185fc237e525c | 9cd8f001f7360d9b8877fe94b9c185fc237e525c | |
juspay/hyperswitch | juspay__hyperswitch-9567 | Bug: [FEATURE]: [GIGADAT] Implement Interac payouts
Implement Interac payouts | diff --git a/api-reference/v1/openapi_spec_v1.json b/api-reference/v1/openapi_spec_v1.json
index eb14c882721..8b385870775 100644
--- a/api-reference/v1/openapi_spec_v1.json
+++ b/api-reference/v1/openapi_spec_v1.json
@@ -10939,6 +10939,16 @@
"type": "string",
"description": "The device model o... | 2025-09-25T13:39:34Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Implement Interac payouts
### Additional Changes
- [ ] This PR modifies the API contract
- [ ] Th... | v1.117.0 | 2d580b3afbca861028e010853dc33c75818c9288 | 2d580b3afbca861028e010853dc33c75818c9288 | |
juspay/hyperswitch | juspay__hyperswitch-9596 | Bug: [BUG] connector_request_reference_id not updated in payment_tokenization confirm_intent flow
### Bug Description
In the payment tokenization confirm intent flow, the field `connector_request_reference_id` is not being updated in payment_attempt. Because of this missing update, flows such as PaymentsCancel and ... | diff --git a/crates/hyperswitch_domain_models/src/payments/payment_attempt.rs b/crates/hyperswitch_domain_models/src/payments/payment_attempt.rs
index 7f8b9020618..256f3ef2728 100644
--- a/crates/hyperswitch_domain_models/src/payments/payment_attempt.rs
+++ b/crates/hyperswitch_domain_models/src/payments/payment_attemp... | 2025-09-29T09:55:30Z | ## 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 -->
In the payment tokenization confirm intent flow, the field `c... | v1.117.0 | 9cd8f001f7360d9b8877fe94b9c185fc237e525c | 9cd8f001f7360d9b8877fe94b9c185fc237e525c | |
juspay/hyperswitch | juspay__hyperswitch-9570 | Bug: [REFACTOR] (GOOGLEPAY) Introduce `cardsFundingSource` in google pay payment method data
What's Changing?
GPay API response will include a new field, `cardFundingSource`, within the [`CardInfo`](https://developers.google.com/pay/api/web/reference/response-objects#CardInfo) response object. This field will help ... | diff --git a/api-reference/v1/openapi_spec_v1.json b/api-reference/v1/openapi_spec_v1.json
index 49ce347b1b8..724c58027a4 100644
--- a/api-reference/v1/openapi_spec_v1.json
+++ b/api-reference/v1/openapi_spec_v1.json
@@ -16152,6 +16152,15 @@
}
}
},
+ "GooglePayCardFundingSource": {
+ ... | 2025-09-25T18:48: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 -->
google recently [introduced](https://developers.google.com/pa... | v1.117.0 | efab34f0ef0bd032b049778f18f3cb688faa7fa7 | efab34f0ef0bd032b049778f18f3cb688faa7fa7 | |
juspay/hyperswitch | juspay__hyperswitch-9589 | Bug: Create a payments API client to connect subscription service with payments
| diff --git a/config/config.example.toml b/config/config.example.toml
index 1b767adb4eb..d588c22a638 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -1279,4 +1279,7 @@ connector_list = "worldpayvantiv"
# Authentication to communicate between internal services using common_api_key, merchant i... | 2025-09-29T06:11:01Z | ## 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 -->
Adding support to call payments microservice for subscription r... | v1.117.0 | af159867ae3594e1b66f5b20d1e61132ec1d2bf4 | af159867ae3594e1b66f5b20d1e61132ec1d2bf4 | |
juspay/hyperswitch | juspay__hyperswitch-9572 | Bug: [FEATURE] Add Peachpayments Cypress
### Feature Description
Add Peachpayments Cypress
### Possible Implementation
Add Peachpayments Cypress
### Have you spent some time checking if this feature request has been raised before?
- [x] I checked and didn't find a similar issue
### Have you read the Contributi... | diff --git a/crates/hyperswitch_connectors/src/connectors/peachpayments.rs b/crates/hyperswitch_connectors/src/connectors/peachpayments.rs
index abc8caf1efc..dd5c4869cf9 100644
--- a/crates/hyperswitch_connectors/src/connectors/peachpayments.rs
+++ b/crates/hyperswitch_connectors/src/connectors/peachpayments.rs
@@ -171... | 2025-09-26T09:14:09Z | ## 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/9572)
## Description
<!-- Describe your changes in d... | v1.117.0 | 1ff66a720b29a169870b2141e6ffd585b4d5b640 | 1ff66a720b29a169870b2141e6ffd585b4d5b640 | |
juspay/hyperswitch | juspay__hyperswitch-9587 | Bug: FEATURE: [LOONIO] Add template code
Add template code for Loonio | diff --git a/config/config.example.toml b/config/config.example.toml
index 56da591f1fc..7d01564db87 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -253,6 +253,7 @@ juspaythreedsserver.base_url = "http://localhost:8000"
katapult.base_url = "https://sandbox.katapult.com/api/v3"
jpmorgan.sec... | 2025-09-28T19:27:55Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Add template code for Loonio connector
### Additional Changes
- [ ] This PR modifies the API contra... | v1.117.0 | e45bad38d602634c1bf9019978545f28ba19db23 | e45bad38d602634c1bf9019978545f28ba19db23 | |
juspay/hyperswitch | juspay__hyperswitch-9564 | Bug: [FEATURE] Update county and currency list for nuvei
### Feature Description
- change env config to add relavent country and currency for nuvei
### Possible Implementation
.
### Have you spent some time checking if this feature request has been raised before?
- [x] I checked and didn't find a similar issue
... | diff --git a/config/config.example.toml b/config/config.example.toml
index ea27effe833..9c3ae814080 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -727,19 +727,18 @@ eps = { country = "DE",currency = "EUR" }
apple_pay = { country = "DE",currency = "EUR" }
paypal = { country = "DE",currenc... | 2025-09-25T09:10:49Z | ## 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 -->
- Add missing countries and currencies for nuvei
### Additio... | v1.117.0 | b26e845198407f3672a7f80d8eea670419858e0e | b26e845198407f3672a7f80d8eea670419858e0e | |
juspay/hyperswitch | juspay__hyperswitch-9561 | Bug: [BUG]: Decryption failure in chat prevents retrieval of conversation history
Internal users are unable to view their past chat conversations through the chat/ai/list endpoint, which is meant to be used for internal users. When attempting to retrieve the chat history, the system fails to decrypt the stored messa... | diff --git a/crates/router/src/utils/chat.rs b/crates/router/src/utils/chat.rs
index c32b6190a95..74fcb6d0bc9 100644
--- a/crates/router/src/utils/chat.rs
+++ b/crates/router/src/utils/chat.rs
@@ -1,10 +1,10 @@
use api_models::chat as chat_api;
-use common_utils::{type_name, types::keymanager::Identifier};
-use diesel... | 2025-09-25T08:36: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 addresses an issue where chat conversation history could not be decrypted in the `chat/ai/list` e... | v1.117.0 | 94beaf915d62d678fca715ec18bfc64f9166f794 | 94beaf915d62d678fca715ec18bfc64f9166f794 | |
juspay/hyperswitch | juspay__hyperswitch-9556 | Bug: [FEATURE] Add connector template code for Tesouro
Template PR for Tesouro integration | diff --git a/config/config.example.toml b/config/config.example.toml
index b69f959fbe3..fb2a9107f0a 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -304,6 +304,7 @@ stax.base_url = "https://apiprod.fattlabs.com/"
stripe.base_url = "https://api.stripe.com/"
stripebilling.base_url = "https:/... | 2025-09-25T07:01:55Z | ## 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 -->
Template for Tesouro integration
### Additional Changes
-... | v1.117.0 | 93b97ef5202c592aded23d7819bcef8eb27a2977 | 93b97ef5202c592aded23d7819bcef8eb27a2977 | |
juspay/hyperswitch | juspay__hyperswitch-9548 | Bug: add new authentication to communicate between Subscription microservice and payments microservice
| diff --git a/config/config.example.toml b/config/config.example.toml
index 91966eaab12..d7273fe35b3 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -1269,3 +1269,8 @@ encryption_key = "" # Key to encrypt and decrypt chat
proxy_connector_http_status_code = false ... | 2025-09-24T13:54:52Z | ## 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 a new authentication mechanism for... | v1.117.0 | f02d18038c854466907ef7d296f97bc921c60a90 | f02d18038c854466907ef7d296f97bc921c60a90 | |
juspay/hyperswitch | juspay__hyperswitch-9558 | Bug: [FEATURE] Add finix connector Template
### Feature Description
Add template for finix
### Possible Implementation
https://github.com/juspay/hyperswitch/pull/9557/files
### Have you spent some time checking if this feature request has been raised before?
- [x] I checked and didn't find a similar issue
### ... | diff --git a/config/config.example.toml b/config/config.example.toml
index 98b5519d7b9..56da591f1fc 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -225,6 +225,7 @@ dwolla.base_url = "https://api-sandbox.dwolla.com"
ebanx.base_url = "https://sandbox.ebanxpay.com/"
elavon.base_url = "https:... | 2025-09-25T07:44:12Z | ## 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 -->
Template Code for Finix
No need test cases .
### Additi... | v1.117.0 | 1ff66a720b29a169870b2141e6ffd585b4d5b640 | 1ff66a720b29a169870b2141e6ffd585b4d5b640 | |
juspay/hyperswitch | juspay__hyperswitch-9544 | Bug: [FEATURE]: [GIGADAT] integrate interac bank redirect payment method
| diff --git a/api-reference/v1/openapi_spec_v1.json b/api-reference/v1/openapi_spec_v1.json
index 2a57fdbb45c..bd1d8887c40 100644
--- a/api-reference/v1/openapi_spec_v1.json
+++ b/api-reference/v1/openapi_spec_v1.json
@@ -12077,6 +12077,7 @@
"flexiti",
"forte",
"getnet",
+ "giga... | 2025-09-23T15:19:22Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Implement payments, psync and refunds flow for Gigadat
### Additional Changes
- [ ] This PR modifie... | v1.117.0 | 9dbfeda43de895d66729e6d88401e400f4f8ebed | 9dbfeda43de895d66729e6d88401e400f4f8ebed | |
juspay/hyperswitch | juspay__hyperswitch-9549 | Bug: Add support to call payments service with Internal API key for PSync
| diff --git a/config/config.example.toml b/config/config.example.toml
index 91966eaab12..d7273fe35b3 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -1269,3 +1269,8 @@ encryption_key = "" # Key to encrypt and decrypt chat
proxy_connector_http_status_code = false ... | 2025-09-24T13:54:52Z | ## 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 a new authentication mechanism for... | v1.117.0 | f02d18038c854466907ef7d296f97bc921c60a90 | f02d18038c854466907ef7d296f97bc921c60a90 | |
juspay/hyperswitch | juspay__hyperswitch-9540 | Bug: [BUG] payment link's checkout widget has visible scrollbars on Windows browsers
### Bug Description
Windows browsers render a visible scrollbar on the checkout widget (which is set to `overflow: auto`).
### Expected Behavior
There shouldn't be any visible scrollbars
### Actual Behavior
There are visible sc... | diff --git a/crates/router/src/core/payment_link/payment_link_initiate/payment_link.css b/crates/router/src/core/payment_link/payment_link_initiate/payment_link.css
index 37d132fff3a..79ee80573a0 100644
--- a/crates/router/src/core/payment_link/payment_link_initiate/payment_link.css
+++ b/crates/router/src/core/payment... | 2025-09-24T09:48:45Z | ## 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 hides the visible scrollbars on payment link's checkout widget.
### Additional Changes
- [ ... | v1.117.0 | 9dbfeda43de895d66729e6d88401e400f4f8ebed | 9dbfeda43de895d66729e6d88401e400f4f8ebed | |
juspay/hyperswitch | juspay__hyperswitch-9551 | Bug: [BUG] Fix Ideal Giropay Country Currency Config
### Bug Description
Ideal Giropay are European Payment Methods but is appearing for CNY currency.
### Expected Behavior
Ideal Giropay Country Currency Config are appearing for CNY currency.
### Actual Behavior
Ideal Giropay are European Payment Methods but is... | diff --git a/config/config.example.toml b/config/config.example.toml
index a8f9ea22c43..386339c7c2e 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -733,8 +733,8 @@ credit = { country = "AF,AX,AL,DZ,AS,AD,AO,AI,AQ,AG,AR,AM,AW,AU,AT,AZ,BS,BH,BD,B
debit = { country = "AF,AX,AL,DZ,AS,AD,AO,AI,... | 2025-09-24T15:27:59Z | ## 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/9551)
## Description
<!-- Describe your changes in d... | v1.117.0 | bf048e4d830ee5088a7451e0da57a45e9a444394 | bf048e4d830ee5088a7451e0da57a45e9a444394 | |
juspay/hyperswitch | juspay__hyperswitch-9535 | Bug: [FIX][Tokenex] fix tokenize flow response handling
data in tokenize flow for tokenex accepts only length of 13-19 chars, we are sending complete card data. | diff --git a/crates/hyperswitch_connectors/src/connectors/tokenex.rs b/crates/hyperswitch_connectors/src/connectors/tokenex.rs
index 3dbe640beb3..1a4d2fc5021 100644
--- a/crates/hyperswitch_connectors/src/connectors/tokenex.rs
+++ b/crates/hyperswitch_connectors/src/connectors/tokenex.rs
@@ -151,11 +151,13 @@ impl Conn... | 2025-09-23T16:55:08Z | ## 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 -->
data in tokenize flow for tokenex accepts only length of 13-19 ... | v1.117.0 | ceacec909bdeb4287571eb00622e60f7c21f30e4 | ceacec909bdeb4287571eb00622e60f7c21f30e4 | |
juspay/hyperswitch | juspay__hyperswitch-9542 | Bug: [FEATURE] Add resume api to resume/continue the tasks in process tracker for revenue_recovery
Add resume api to resume/continue the tasks in process tracker for revenue_recovery. This PR enables us to resume the EXECUTE and CALCULATE that are stuck in an intermediate state .
| diff --git a/api-reference/v2/openapi_spec_v2.json b/api-reference/v2/openapi_spec_v2.json
index 91b3e956717..3ca393170c9 100644
--- a/api-reference/v2/openapi_spec_v2.json
+++ b/api-reference/v2/openapi_spec_v2.json
@@ -23793,11 +23793,13 @@
"schedule_time_for_payment": {
"type": "string",
... | 2025-09-21T13:57:01Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Add resume api to resume/continue the tasks in process tracker for revenue_recovery. This PR enables us ... | v1.117.0 | 9dbfeda43de895d66729e6d88401e400f4f8ebed | 9dbfeda43de895d66729e6d88401e400f4f8ebed | |
juspay/hyperswitch | juspay__hyperswitch-9534 | Bug: [FEATURE] Stored credential Indicator
### Feature Description
Connectors like Nuvei requires a field called as storedCredentialMode which represents if the merchant is using a card details which they previously used for same connector or any other PSP. This is used for risk lowering based on PSP's.
Make a... | diff --git a/api-reference/v1/openapi_spec_v1.json b/api-reference/v1/openapi_spec_v1.json
index 49ce347b1b8..405ab5b8c11 100644
--- a/api-reference/v1/openapi_spec_v1.json
+++ b/api-reference/v1/openapi_spec_v1.json
@@ -23116,6 +23116,12 @@
"description": "Allow partial authorization for this payment",
... | 2025-09-23T11:35: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 -->
Connectors like Nuvei requires a field called as `storedCrede... | v1.117.0 | 5427b07afb1300d9a0ca2f7a7c05e533bd3eb515 | 5427b07afb1300d9a0ca2f7a7c05e533bd3eb515 | |
juspay/hyperswitch | juspay__hyperswitch-9520 | Bug: chore: address Rust 1.90.0 clippy lints
Address the clippy lints occurring due to new rust version 1.90.0
See [#3391](https://github.com/juspay/hyperswitch/issues/3391) for more information. | diff --git a/crates/analytics/src/sqlx.rs b/crates/analytics/src/sqlx.rs
index 926c28684e8..c7b704d0e8b 100644
--- a/crates/analytics/src/sqlx.rs
+++ b/crates/analytics/src/sqlx.rs
@@ -112,7 +112,7 @@ where
fn encode_by_ref(
&self,
buf: &mut PgArgumentBuffer,
- ) -> Result<sqlx::encode::IsNull... | 2025-09-23T10:28:08Z | ## 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.117.0 | ab00b083e963a5d5228af6b061b603a68d7efa17 | ab00b083e963a5d5228af6b061b603a68d7efa17 | |
juspay/hyperswitch | juspay__hyperswitch-9510 | Bug: [BUG] (nuvei) 4xx error when eci_provider = nill for applepay
### Bug Description
For some card eci provider is nill .
### Expected Behavior
No error should be thrown
### Actual Behavior
-
### Steps To Reproduce
Provide an unambiguous set of steps to reproduce this bug. Include code or configuration to r... | diff --git a/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs b/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
index 1329bd0a056..39776916056 100644
--- a/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
+++ b/crates/hyperswitch_connectors/src/connectors/nuvei/tra... | 2025-09-23T09:52:37Z | ## 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 -->
Some cards have optional `eci_provider` which causes 4xx missin... | v1.117.0 | ab00b083e963a5d5228af6b061b603a68d7efa17 | ab00b083e963a5d5228af6b061b603a68d7efa17 | |
juspay/hyperswitch | juspay__hyperswitch-9495 | Bug: [FEATURE] add parent info based API for fetching permissions for user role
add parent info based API for fetching permissions for user role so backend permissions and frontend permissions can remain consistent. | diff --git a/crates/api_models/src/user_role/role.rs b/crates/api_models/src/user_role/role.rs
index 0ab853273e7..b0cc9aa8554 100644
--- a/crates/api_models/src/user_role/role.rs
+++ b/crates/api_models/src/user_role/role.rs
@@ -36,13 +36,13 @@ pub struct RoleInfoWithGroupsResponse {
#[derive(Debug, serde::Serialize)]... | 2025-09-22T11:49:22Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Adds a new API endpoint GET /user/role/v3 that returns user role permissions using parent group informati... | v1.117.0 | 40357ae298ac8327b08f6b5c7b1d4f8cfe7c9acb | 40357ae298ac8327b08f6b5c7b1d4f8cfe7c9acb | |
juspay/hyperswitch | juspay__hyperswitch-9501 | Bug: [FEATURE] add tokenization action handling to payment flow in v2
### Feature Description
This feature add connector-level tokenization to Hyperswitch V2, allowing secure storage of card data as tokens at payment connectors like Braintree.
### Possible Implementation
For connector-level tokenization:
... | diff --git a/crates/router/src/core/payments.rs b/crates/router/src/core/payments.rs
index 56db1b8d080..251d8dcc000 100644
--- a/crates/router/src/core/payments.rs
+++ b/crates/router/src/core/payments.rs
@@ -220,7 +220,7 @@ where
let mut connector_http_status_code = None;
let (payment_data, connector_respons... | 2025-09-23T07:41: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 feature add connector-level tokenization to Hyperswitch V2... | v1.117.0 | ab00b083e963a5d5228af6b061b603a68d7efa17 | ab00b083e963a5d5228af6b061b603a68d7efa17 | |
juspay/hyperswitch | juspay__hyperswitch-9494 | Bug: [FEATURE] add referer field to browser_info
add referer field to browser_info | diff --git a/Cargo.lock b/Cargo.lock
index 2304b8ab839..0e955b9f8d8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3553,14 +3553,14 @@ dependencies = [
[[package]]
name = "grpc-api-types"
version = "0.1.0"
-source = "git+https://github.com/juspay/connector-service?rev=142cb5a23d302e5d39c4da8d280edababe0691fe#142cb5a23... | 2025-09-22T10:12:03Z | ## 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 adds a referer field to the BrowserInformation struct t... | v1.117.0 | 40357ae298ac8327b08f6b5c7b1d4f8cfe7c9acb | 40357ae298ac8327b08f6b5c7b1d4f8cfe7c9acb | |
juspay/hyperswitch | juspay__hyperswitch-9489 | Bug: Add invoice_id type and autogeneration util
| diff --git a/crates/common_utils/src/events.rs b/crates/common_utils/src/events.rs
index dc8f6e333a4..b1f1883257d 100644
--- a/crates/common_utils/src/events.rs
+++ b/crates/common_utils/src/events.rs
@@ -86,6 +86,7 @@ pub enum ApiEventsType {
},
Routing,
Subscription,
+ Invoice,
ResourceListAPI,... | 2025-09-22T12:01:36Z | This pull request introduces a new strongly-typed `InvoiceId` identifier and integrates it throughout the codebase to improve type safety and consistency for invoice-related operations. The changes affect both the common utilities and the invoice models, updating struct fields and constructors to use the new type inste... | v1.117.0 | 85da1b2bc80d4befd392cf7a9d2060d1e2f5cbe9 | 85da1b2bc80d4befd392cf7a9d2060d1e2f5cbe9 | |
juspay/hyperswitch | juspay__hyperswitch-9490 | Bug: [FEATURE] Add External Vault Insert and Retrieve flow for Tokenex
Add External Vault Insert - Tokenize and Retrieve - Detokenize flow for Tokenex | diff --git a/api-reference/v1/openapi_spec_v1.json b/api-reference/v1/openapi_spec_v1.json
index 64a8751993d..5b03c951307 100644
--- a/api-reference/v1/openapi_spec_v1.json
+++ b/api-reference/v1/openapi_spec_v1.json
@@ -12131,6 +12131,7 @@
"stripebilling",
"taxjar",
"threedsecureio",
+... | 2025-09-22T08:05: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 external vault insert - tokenize and retrieve - detokenize ... | v1.117.0 | 3bd78ac5c1ff120d6afd46e02df498a16ece6f5f | 3bd78ac5c1ff120d6afd46e02df498a16ece6f5f | |
juspay/hyperswitch | juspay__hyperswitch-9500 | Bug: [FEATURE] Add external vault support in v1
Add external vault support in v1 payments flow.
Currently we only save card in hs-card-vault
Added new support to save card in external vault based merchant-profile configuration.
| diff --git a/api-reference/v1/openapi_spec_v1.json b/api-reference/v1/openapi_spec_v1.json
index 55640e81910..026119f2989 100644
--- a/api-reference/v1/openapi_spec_v1.json
+++ b/api-reference/v1/openapi_spec_v1.json
@@ -15238,6 +15238,31 @@
}
}
},
+ "ExternalVaultConnectorDetails": {
+ ... | 2025-09-04T07:51:01Z | ## 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 external vault support in v1 payments flow.
Currently we o... | v1.117.0 | 0b263179af1b9dc3186c09c53b700b6a1f754d0e | 0b263179af1b9dc3186c09c53b700b6a1f754d0e | |
juspay/hyperswitch | juspay__hyperswitch-9479 | Bug: [BUG] [SHIFT4] 3DS payments not working
### Bug Description
3ds payments not working for shift4
### Expected Behavior
3ds payments should work for shift4
### Actual Behavior
3ds payments not working for connector shift4
### Steps To Reproduce
Provide an unambiguous set of steps to reproduce this bug. Inc... | diff --git a/crates/hyperswitch_connectors/src/connectors/shift4.rs b/crates/hyperswitch_connectors/src/connectors/shift4.rs
index 3af15de507f..01b23f61e56 100644
--- a/crates/hyperswitch_connectors/src/connectors/shift4.rs
+++ b/crates/hyperswitch_connectors/src/connectors/shift4.rs
@@ -2,6 +2,7 @@ pub mod transformer... | 2025-09-22T11:02:39Z | ## 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 -->
- Fixed 3DS payments for Shift4.
- Updated shift4 authentica... | v1.117.0 | 40357ae298ac8327b08f6b5c7b1d4f8cfe7c9acb | 40357ae298ac8327b08f6b5c7b1d4f8cfe7c9acb | |
juspay/hyperswitch | juspay__hyperswitch-9477 | Bug: [FEATURE]: add client_auth auth type for list_blocked_payment_methods
| diff --git a/api-reference/v1/openapi_spec_v1.json b/api-reference/v1/openapi_spec_v1.json
index 55640e81910..64a8751993d 100644
--- a/api-reference/v1/openapi_spec_v1.json
+++ b/api-reference/v1/openapi_spec_v1.json
@@ -17178,6 +17178,10 @@
"type": "integer",
"format": "int32",
"... | 2025-09-22T10:16:56Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
add client_secret auth auth type for list_blocked_payment_methods
### Additional Changes
- [ ] This... | v1.117.0 | 40357ae298ac8327b08f6b5c7b1d4f8cfe7c9acb | 40357ae298ac8327b08f6b5c7b1d4f8cfe7c9acb | |
juspay/hyperswitch | juspay__hyperswitch-9472 | Bug: [BUG] 3ds error mapping on 3ds failed authentication [NUVEI]
No Error mapped when failed 3ds authenticaiton happens
### Have you spent some time checking if this bug has been raised before?
- [x] I checked and didn't find a similar issue
### Have you read the Contributing Guidelines?
- [x] I have read the ... | diff --git a/crates/hyperswitch_connectors/src/connectors/nuvei.rs b/crates/hyperswitch_connectors/src/connectors/nuvei.rs
index 9c906abeefc..77165ba9035 100644
--- a/crates/hyperswitch_connectors/src/connectors/nuvei.rs
+++ b/crates/hyperswitch_connectors/src/connectors/nuvei.rs
@@ -1153,7 +1153,7 @@ impl ConnectorRed... | 2025-09-22T08:23:32Z | ## 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 -->
Show Error Message during 3ds un-sussessful error redirection
... | v1.117.0 | 740f3af64304469f9a6d781de349cf762a311c6f | 740f3af64304469f9a6d781de349cf762a311c6f | |
juspay/hyperswitch | juspay__hyperswitch-9467 | Bug: confirm-intent API contract changes for split payments (v2)
In v2, we need to support receiving multiple payment methods in the confirm-intent request. Add a new field to support this use case | diff --git a/api-reference/v2/openapi_spec_v2.json b/api-reference/v2/openapi_spec_v2.json
index 6bdb7e6fed2..bd1485b76dc 100644
--- a/api-reference/v2/openapi_spec_v2.json
+++ b/api-reference/v2/openapi_spec_v2.json
@@ -19033,6 +19033,14 @@
"payment_method_data": {
"$ref": "#/components/schemas... | 2025-09-22T07:31:00Z | ## 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 `split_payment_method_data` field to `confirm-intent` c... | v1.117.0 | 2553780051e3a2fe54fcb99384e4bd8021d52048 | 2553780051e3a2fe54fcb99384e4bd8021d52048 | |
juspay/hyperswitch | juspay__hyperswitch-9458 | Bug: Send cvv to nexixpay card payments.
Mandatorily send cvv to nexixpay card payments. | diff --git a/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs b/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs
index 5c8fdd5e020..68ad70da2a7 100644
--- a/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs
+++ b/crates/hyperswitch_connectors/src/connectors/... | 2025-09-19T15:44:15Z | ## 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 -->
Mandatorily send cvv to nexixpay card payments.
### Addition... | v1.117.0 | 0513c2cd719f59a23843104146e2f5f6863378a1 | 0513c2cd719f59a23843104146e2f5f6863378a1 | |
juspay/hyperswitch | juspay__hyperswitch-9462 | Bug: [FEATURE] Add connector template code for Tokenex
Add connector template code for Tokenex (Vault Connector) | diff --git a/config/config.example.toml b/config/config.example.toml
index 68e55ee70ff..bae0da78fbb 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -305,6 +305,7 @@ stripebilling.base_url = "https://api.stripe.com/"
taxjar.base_url = "https://api.sandbox.taxjar.com/v2/"
threedsecureio.base... | 2025-09-17T09:56:03Z | ## 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 -->
template for Tokenex integration
### Additional Changes
-... | v1.117.0 | 0b263179af1b9dc3186c09c53b700b6a1f754d0e | 0b263179af1b9dc3186c09c53b700b6a1f754d0e | |
juspay/hyperswitch | juspay__hyperswitch-9465 | Bug: DB changes for split payments (v2)
The following DB changes need to be made to support split payments:
In PaymentIntent:
- Add `active_attempts_group_id` column
- Add `active_attempt_id_type` column
In PaymentAttempt:
- Add `attempts_group_id` column
While currently a `payment_intent` can have only a single... | diff --git a/crates/common_enums/src/enums.rs b/crates/common_enums/src/enums.rs
index 581858a85de..cc384ab9ecc 100644
--- a/crates/common_enums/src/enums.rs
+++ b/crates/common_enums/src/enums.rs
@@ -2904,6 +2904,29 @@ pub enum SplitTxnsEnabled {
Skip,
}
+#[derive(
+ Clone,
+ Debug,
+ Copy,
+ Defau... | 2025-09-22T06:18:50Z | ## 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 DB changes for split payments
In PaymentIntent:
- Add... | v1.117.0 | 2553780051e3a2fe54fcb99384e4bd8021d52048 | 2553780051e3a2fe54fcb99384e4bd8021d52048 | |
juspay/hyperswitch | juspay__hyperswitch-9457 | Bug: fix(routing): update_gateway_score_condition
| diff --git a/crates/common_enums/src/enums.rs b/crates/common_enums/src/enums.rs
index 296f60f8d4a..b865110a1a6 100644
--- a/crates/common_enums/src/enums.rs
+++ b/crates/common_enums/src/enums.rs
@@ -9451,9 +9451,8 @@ impl RoutingApproach {
pub fn from_decision_engine_approach(approach: &str) -> Self {
m... | 2025-09-19T10:43:10Z | ## 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 updates the dynamic routing logic to ensure that update_gateway_score_helper_with_open_router i... | v1.117.0 | e2f1a456a17645b9ccac771d3608794c4956277d | e2f1a456a17645b9ccac771d3608794c4956277d | |
juspay/hyperswitch | juspay__hyperswitch-9463 | Bug: feature: Subscriptions get plans
## description
Get plans api for subscriptions | diff --git a/crates/api_models/src/subscription.rs b/crates/api_models/src/subscription.rs
index c9cc3acd2ce..9378d7796f4 100644
--- a/crates/api_models/src/subscription.rs
+++ b/crates/api_models/src/subscription.rs
@@ -141,8 +141,58 @@ impl SubscriptionResponse {
}
}
+#[derive(Debug, Clone, serde::Serialize)]... | 2025-09-03T08:58:57Z | This pull request introduces a new API endpoint for retrieving subscription plans and the supporting plumbing required for it. The changes include new request/response types, authentication and expiry logic, and routing updates to expose the endpoint. The main themes are new subscription plan retrieval functionality an... | v1.117.0 | 90c7cffcd5b555bb5f18e320f723fce265781e9e | 90c7cffcd5b555bb5f18e320f723fce265781e9e | |
juspay/hyperswitch | juspay__hyperswitch-9447 | Bug: [BUG] Failed payment for Cashtocode via UCS returns status requires_merchant_action
### Bug Description
In UCS when we get None as attempt status we map it to payments_grpc::PaymentStatus::AttemptStatusUnspecified.
In payments via Unified Connector Service path, when for error responses it returned attempt_st... | diff --git a/crates/router/src/core/payments/flows/authorize_flow.rs b/crates/router/src/core/payments/flows/authorize_flow.rs
index 031fd0de7ce..93f7339b954 100644
--- a/crates/router/src/core/payments/flows/authorize_flow.rs
+++ b/crates/router/src/core/payments/flows/authorize_flow.rs
@@ -888,14 +888,17 @@ async fn ... | 2025-09-18T18:13:36Z | ## 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 -->
In UCS when we get None as attempt status we map it to `payment... | v1.117.0 | ab00b083e963a5d5228af6b061b603a68d7efa17 | ab00b083e963a5d5228af6b061b603a68d7efa17 | |
juspay/hyperswitch | juspay__hyperswitch-9456 | Bug: [FEATURE] : Add wasm changes for Paysafe connector
Add wasm changes for , interac , skrill and paysafe card | diff --git a/crates/connector_configs/toml/development.toml b/crates/connector_configs/toml/development.toml
index fffeed0c3e7..4c1d94e9908 100644
--- a/crates/connector_configs/toml/development.toml
+++ b/crates/connector_configs/toml/development.toml
@@ -6872,6 +6872,12 @@ payment_method_type = "Discover"
payment_me... | 2025-09-19T13:15:34Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Add wasm changes for , interac , skrill and paysafe card
### Additional Changes
- [ ] This PR modif... | v1.117.0 | e29a121bfd10f00486dfa33e9d8cbd18ecc625eb | e29a121bfd10f00486dfa33e9d8cbd18ecc625eb | |
juspay/hyperswitch | juspay__hyperswitch-9451 | Bug: [FEATURE]: [GIGADAT] Connector Template Code
Connector Template Code for Gigadat | diff --git a/config/config.example.toml b/config/config.example.toml
index bae0da78fbb..ea27effe833 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -233,6 +233,7 @@ fiuu.secondary_base_url="https://sandbox.merchant.razer.com/"
fiuu.third_base_url="https://api.merchant.razer.com/"
forte.bas... | 2025-09-19T10:36:24Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Connector Template code
### Additional Changes
- [ ] This PR modifies the API contract
- [ ] This ... | v1.117.0 | 40357ae298ac8327b08f6b5c7b1d4f8cfe7c9acb | 40357ae298ac8327b08f6b5c7b1d4f8cfe7c9acb | |
juspay/hyperswitch | juspay__hyperswitch-9437 | Bug: [FEATURE] L2-l3 data for checkout
### Feature Description
Add l2-l3 data for checkout
### Possible Implementation
https://www.checkout.com/docs/payments/manage-payments/submit-level-2-or-level-3-data
### Have you spent some time checking if this feature request has been raised before?
- [x] I checked and d... | diff --git a/crates/hyperswitch_connectors/src/connectors/checkout/transformers.rs b/crates/hyperswitch_connectors/src/connectors/checkout/transformers.rs
index 912ea1f5d3e..8ebe17a2acc 100644
--- a/crates/hyperswitch_connectors/src/connectors/checkout/transformers.rs
+++ b/crates/hyperswitch_connectors/src/connectors/... | 2025-09-19T06:29:22Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
- Add l2l3 data for checkout
- Note : checkout recommends some checks like line_items should sum up prop... | v1.117.0 | 8930e1ed289bb4c128da664849af1095bafd45a7 | 8930e1ed289bb4c128da664849af1095bafd45a7 | |
juspay/hyperswitch | juspay__hyperswitch-9436 | Bug: [FEATURE] Nuvei Apple pay hyperswitch-decryption flow
### Feature Description
Implement hyperswitch-decryption flow for nuvei connector
### Possible Implementation
### Have you spent some time checking if this feature request has been raised before?
- [x] I checked and didn't find a similar issue
### Hav... | diff --git a/crates/connector_configs/toml/development.toml b/crates/connector_configs/toml/development.toml
index e471cf41ee9..15291889d7b 100644
--- a/crates/connector_configs/toml/development.toml
+++ b/crates/connector_configs/toml/development.toml
@@ -3709,7 +3709,7 @@ label="Payment Processing Details At"
placeh... | 2025-09-18T07:15:54Z | ## 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 support for hyperswitch side decrypt flow for applepay in... | v1.117.0 | 1c0fc496d1f639de4b7a94b971ce4526a3452c01 | 1c0fc496d1f639de4b7a94b971ce4526a3452c01 | |
juspay/hyperswitch | juspay__hyperswitch-9432 | Bug: [BUG] Validation for Negative Amount missing in Capture Flow
### Bug Description
It bugs out when negative amount is given in the `/capture` call. There's no validation check for negative amount due to which the request gets passed to the connector end.
### Expected Behavior
It should validate the non-negati... | diff --git a/crates/connector_configs/src/connector.rs b/crates/connector_configs/src/connector.rs
index efad124bff0..f763bb44c4c 100644
--- a/crates/connector_configs/src/connector.rs
+++ b/crates/connector_configs/src/connector.rs
@@ -172,6 +172,11 @@ pub struct ConfigMetadata {
pub shop_name: Option<InputData>,... | 2025-09-18T08:16:06Z | ## 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/9432)
## Description
<!-- Describe your changes in d... | v1.117.0 | 1c0fc496d1f639de4b7a94b971ce4526a3452c01 | 1c0fc496d1f639de4b7a94b971ce4526a3452c01 | |
juspay/hyperswitch | juspay__hyperswitch-9413 | Bug: Required fields absent in PML in case of Gift Card for OnSession (v2)
In case of `Adyen` connector and `Givex` payment method subtype, required fields are absent in PML output when `setup_future_usage` is `OnSession`
Need to move givex required fields to common in the required fields TOML | diff --git a/config/payment_required_fields_v2.toml b/config/payment_required_fields_v2.toml
index 299da49ee02..47de2192c3e 100644
--- a/config/payment_required_fields_v2.toml
+++ b/config/payment_required_fields_v2.toml
@@ -2331,12 +2331,12 @@ non_mandate = []
# Payment method type: Givex
[required_fields.gift_car... | 2025-09-17T08:35:45Z | ## 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 -->
- Moved required fields for `givex` gift card for `Adyen` from ... | v1.117.0 | 213165968462168a59d5c56423a7c10aa04fc186 | 213165968462168a59d5c56423a7c10aa04fc186 | |
juspay/hyperswitch | juspay__hyperswitch-9410 | Bug: [CHORE] update CODEOWNERS
Add `hyperswitch-payouts` team as code owner to relevant modules. | 2025-09-17T04:10:13Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
This PR assigns the code owner to relevant modules for `hyperswitch-payouts`.
## Motivation and Contex... | v1.117.0 | 15406557c11041bab6358f2b4b916d7333fc0a0f | 15406557c11041bab6358f2b4b916d7333fc0a0f | ||
juspay/hyperswitch | juspay__hyperswitch-9412 | Bug: [BUG] propagate additional payout method data for recurring payouts using PSP token
### Bug Description
Additional payout method data for recurring payouts (using PSP tokens) is missing in the API and webhook response.
### Expected Behavior
Additional payout method data should be present in both API and webh... | diff --git a/crates/hyperswitch_domain_models/src/payment_method_data.rs b/crates/hyperswitch_domain_models/src/payment_method_data.rs
index 43af1bfa852..59202837dc2 100644
--- a/crates/hyperswitch_domain_models/src/payment_method_data.rs
+++ b/crates/hyperswitch_domain_models/src/payment_method_data.rs
@@ -15,6 +15,7 ... | 2025-09-17T16:49:20Z | ## 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 fixes the missing additional payout method details in the response when using stored payment meth... | v1.117.0 | a05827e0ed8c25463a56cd973f475fbe8fbef145 | a05827e0ed8c25463a56cd973f475fbe8fbef145 | |
juspay/hyperswitch | juspay__hyperswitch-9430 | Bug: Add support to configure default billing processor for a profile
| diff --git a/api-reference/v1/openapi_spec_v1.json b/api-reference/v1/openapi_spec_v1.json
index ee3ac6ea3ac..e3db673db67 100644
--- a/api-reference/v1/openapi_spec_v1.json
+++ b/api-reference/v1/openapi_spec_v1.json
@@ -28661,6 +28661,11 @@
}
],
"nullable": true
+ },
+... | 2025-09-18T09:38:08Z | ## 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 -->
As part of the subscription, a billing processor need to be con... | v1.117.0 | e410af26ffffc63273f9a83ae28c982f37f47484 | e410af26ffffc63273f9a83ae28c982f37f47484 | |
juspay/hyperswitch | juspay__hyperswitch-9408 | Bug: [FEAT] create Redis API for unlocking token in revenue recovery
| diff --git a/crates/api_models/src/revenue_recovery_data_backfill.rs b/crates/api_models/src/revenue_recovery_data_backfill.rs
index d73ae8a33c3..34c64b75547 100644
--- a/crates/api_models/src/revenue_recovery_data_backfill.rs
+++ b/crates/api_models/src/revenue_recovery_data_backfill.rs
@@ -23,6 +23,11 @@ pub struct R... | 2025-09-16T13:10: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 -->
This API updates the lock status of customer token to unlock in... | v1.117.0 | 5b6409d4ebdcd7b1820d72b2cc7850ded21a1ad5 | 5b6409d4ebdcd7b1820d72b2cc7850ded21a1ad5 | |
juspay/hyperswitch | juspay__hyperswitch-9397 | Bug: [FEATURE]: Implement Skrill wallet Payment Method
Implement Skrill wallet Payment Method | diff --git a/Cargo.lock b/Cargo.lock
index 196c7b9820b..491f77bf391 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
-version = 3
+version = 4
[[package]]
name = "actix-codec"
@@ -1970,6 +1970,7 @@ dependencies = [
... | 2025-09-16T06:28:53Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
implement Skrill, interac and paysafecard Payment Method
### Additional Changes
- [ ] This PR modif... | v1.117.0 | 15406557c11041bab6358f2b4b916d7333fc0a0f | 15406557c11041bab6358f2b4b916d7333fc0a0f | |
juspay/hyperswitch | juspay__hyperswitch-9406 | Bug: [REFACTOR] update generate_connector_request_reference_id for Razorpay
update generate_connector_request_reference_id to consume merchant_reference_id for RAZORPAY, if not provided generate a UUID instead. | diff --git a/crates/hyperswitch_connectors/src/connectors/razorpay.rs b/crates/hyperswitch_connectors/src/connectors/razorpay.rs
index 44f1b462936..59404512081 100644
--- a/crates/hyperswitch_connectors/src/connectors/razorpay.rs
+++ b/crates/hyperswitch_connectors/src/connectors/razorpay.rs
@@ -836,10 +836,14 @@ impl ... | 2025-09-16T13:13:25Z | ## 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 -->
For Razorpay (RZP) integration, the `connector_request_referenc... | v1.117.0 | f3ab3d63f69279af9254f15eba5654c0680a0747 | f3ab3d63f69279af9254f15eba5654c0680a0747 | |
juspay/hyperswitch | juspay__hyperswitch-9392 | Bug: Fix bugs in peachpayments and add Cypress test for Peachpayments
Fix bugs in peachpayments and add Cypress test for Peachpayments | diff --git a/crates/hyperswitch_connectors/src/connectors/peachpayments/transformers.rs b/crates/hyperswitch_connectors/src/connectors/peachpayments/transformers.rs
index a5e34b416ac..9b1776bf056 100644
--- a/crates/hyperswitch_connectors/src/connectors/peachpayments/transformers.rs
+++ b/crates/hyperswitch_connectors/... | 2025-09-15T16:40:08Z | ## 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/9392)
## Description
<!-- Describe your changes in d... | v1.117.0 | 8ed3f7dbf27e939a72957fb5751abbf61bd642c0 | 8ed3f7dbf27e939a72957fb5751abbf61bd642c0 | |
juspay/hyperswitch | juspay__hyperswitch-9394 | Bug: Send recurrence object in case of non cit payment in nexixpay
As requested by connector we need to send recurrence object in non cit payment with action as NoRecurring. | diff --git a/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs b/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs
index 5a6069b4f9c..5c8fdd5e020 100644
--- a/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs
+++ b/crates/hyperswitch_connectors/src/connectors/... | 2025-09-15T19:46:38Z | ## 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 -->
As requested by connector we need to send recurrence object in... | v1.117.0 | ee12d44c5f13d0612dde3b6b24a412f6ddd870c8 | ee12d44c5f13d0612dde3b6b24a412f6ddd870c8 | |
juspay/hyperswitch | juspay__hyperswitch-9381 | Bug: [FIX]: fix wasm for paysafe connector
fix account_id metadata structure of wasm | diff --git a/crates/connector_configs/src/connector.rs b/crates/connector_configs/src/connector.rs
index dfede98f1e4..0a521f7a864 100644
--- a/crates/connector_configs/src/connector.rs
+++ b/crates/connector_configs/src/connector.rs
@@ -108,6 +108,19 @@ pub struct ConfigMerchantAdditionalDetails {
pub plusgiro: Op... | 2025-09-15T09:17:56Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Wasm changes for paysafe card 3ds
### Additional Changes
- [ ] This PR modifies the API contract
-... | v1.117.0 | 655b374feca2d53cdd4598eae2c8646aa3c092e1 | 655b374feca2d53cdd4598eae2c8646aa3c092e1 | |
juspay/hyperswitch | juspay__hyperswitch-9371 | Bug: Add acknowledgement in adyen for incoming webhooks
We need to send status 200 for incoming webhooks in adyen because of below issue:
1. Merchant has added two webhook endpoints in connector account for the two mca_ids in hyperswitch. This makes connector to send webhooks to both the endpoints and this causes w... | diff --git a/crates/common_enums/src/connector_enums.rs b/crates/common_enums/src/connector_enums.rs
index 5004ef0624f..29366bfc88b 100644
--- a/crates/common_enums/src/connector_enums.rs
+++ b/crates/common_enums/src/connector_enums.rs
@@ -567,7 +567,7 @@ impl Connector {
}
pub fn should_acknowledge_webhoo... | 2025-09-15T04:32:00Z | ## 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 acknowledgement in adyen for incoming webhooks by sending s... | v1.117.0 | b69ed06959c9d9d2bb139465aa75e5d2a66b5a16 | b69ed06959c9d9d2bb139465aa75e5d2a66b5a16 | |
juspay/hyperswitch | juspay__hyperswitch-9385 | Bug: CI DB Migration consistency checks failing after diesel_cli 2.3.0 update
After the release of diesel_cli version `2.3.0`, the CI checks for DB migration consistency are failing due to a formatting difference in the output.
diesel_cli version 2.3.0 expects to call rustfmt to format its output. If rustfmt is not... | 2025-09-15T11:55:43Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [x] CI/CD
## Description
<!-- Describe your changes in detail -->
- `diesel_cli` version `2.3.0` expects to call `rustfmt` to for... | v1.117.0 | 4ce1c8c284d8cfa41671ca70c0aecdf145584906 | 4ce1c8c284d8cfa41671ca70c0aecdf145584906 | ||
juspay/hyperswitch | juspay__hyperswitch-9391 | Bug: [BUILD] Bump MSRV to 1.85
Superposition has dependencies on the `askama` crate, which now requires a minimum Rust version of 1.81. Our current setup is still on 1.80, so builds fail until we upgrade the toolchain. | diff --git a/.deepsource.toml b/.deepsource.toml
index 8d0b3c501af..5db492d68c3 100644
--- a/.deepsource.toml
+++ b/.deepsource.toml
@@ -13,4 +13,4 @@ name = "rust"
enabled = true
[analyzers.meta]
-msrv = "1.80.0"
+msrv = "1.85.0"
diff --git a/Cargo.toml b/Cargo.toml
index acd8edf0b1c..9ab0490f014 100644
--- a/Carg... | 2025-09-15T15:02:06Z | ## 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 bumps the Minimum Supported Rust Version (MSRV) from Ru... | v1.117.0 | ee12d44c5f13d0612dde3b6b24a412f6ddd870c8 | ee12d44c5f13d0612dde3b6b24a412f6ddd870c8 | |
juspay/hyperswitch | juspay__hyperswitch-9383 | Bug: [BUG] update adyenplatform's error mapping for payout failures
### Bug Description
Adyen Platform connector has two main issues:
1. Error responses do not include valuable error details from the `detail` field when `invalid_fields` is not present
2. Improper use of `ApiErrorResponse::PayoutFailed` in core pay... | diff --git a/crates/hyperswitch_connectors/src/connectors/adyenplatform.rs b/crates/hyperswitch_connectors/src/connectors/adyenplatform.rs
index 71feb122d17..c20d50d974b 100644
--- a/crates/hyperswitch_connectors/src/connectors/adyenplatform.rs
+++ b/crates/hyperswitch_connectors/src/connectors/adyenplatform.rs
@@ -115... | 2025-09-15T11:51:58Z | ## 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 fixes two critical issues in Adyen Platform connector... | v1.117.0 | 0e30fb6b5562bd641df6f0229d09e4311df8900e | 0e30fb6b5562bd641df6f0229d09e4311df8900e | |
juspay/hyperswitch | juspay__hyperswitch-9364 | Bug: [FEATURE] Add Peachpayments Connector - Cards Flow
### Feature Description
Add Peachpayments Connector - Cards Flow
### Possible Implementation
Add Peachpayments Connector - Cards Flow
### Have you spent some time checking if this feature request has been raised before?
- [x] I checked and didn't find a si... | diff --git a/api-reference/v1/openapi_spec_v1.json b/api-reference/v1/openapi_spec_v1.json
index e60d1eab85f..34cd0c51473 100644
--- a/api-reference/v1/openapi_spec_v1.json
+++ b/api-reference/v1/openapi_spec_v1.json
@@ -12111,6 +12111,7 @@
"paystack",
"paytm",
"payu",
+ "peach... | 2025-08-22T08:28:13Z | ## 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 complete Peachpayments connector integ... | v1.116.0 | 0873d93084d2a126cdfb3ebb60e92b0cec79d2ba | 0873d93084d2a126cdfb3ebb60e92b0cec79d2ba | |
juspay/hyperswitch | juspay__hyperswitch-9362 | Bug: [FEATURE] Add Peachpayments Template Code
### Feature Description
Add Peachpayments Template Code
### Possible Implementation
Add Peachpayments Template Code
### Have you spent some time checking if this feature request has been raised before?
- [x] I checked and didn't find a similar issue
### Have you r... | diff --git a/config/config.example.toml b/config/config.example.toml
index 4ce52dfac4f..29649b13c03 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -280,6 +280,7 @@ paysafe.base_url = "https://api.test.paysafe.com/paymenthub/"
paystack.base_url = "https://api.paystack.co"
paytm.base_url = ... | 2025-09-11T13:26:38Z | ## 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/9362)
## Description
<!-- Describe your changes in d... | v1.116.0 | cadfcf7c22bfd1124f19e2f1cc1c98c3d152be99 | cadfcf7c22bfd1124f19e2f1cc1c98c3d152be99 | |
juspay/hyperswitch | juspay__hyperswitch-9359 | Bug: [FEATURE] Introduce ApplePay to Paysafe
Both Encrypt and Decrypt flows | diff --git a/config/config.example.toml b/config/config.example.toml
index bae0da78fbb..61a53ee0fd4 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -946,6 +946,9 @@ credit = { country = "US,CA,IL,GB", currency = "ILS,USD,EUR" }
debit = { country = "US,CA,IL,GB", currency = "ILS,USD,EUR" }
... | 2025-09-11T09:49: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 -->
this pr adds comprehensive apple pay support to the paysafe c... | v1.117.0 | 40357ae298ac8327b08f6b5c7b1d4f8cfe7c9acb | 40357ae298ac8327b08f6b5c7b1d4f8cfe7c9acb | |
juspay/hyperswitch | juspay__hyperswitch-9350 | Bug: [FIX] : fix wasm
Fix type account_id for ConfigMetadata
| diff --git a/crates/connector_configs/src/connector.rs b/crates/connector_configs/src/connector.rs
index 18da6b52498..cd4bdfcc239 100644
--- a/crates/connector_configs/src/connector.rs
+++ b/crates/connector_configs/src/connector.rs
@@ -149,7 +149,7 @@ pub struct ConfigMetadata {
pub proxy_url: Option<InputData>,
... | 2025-09-10T10:39:36Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Fix type account_id for ConfigMetadata
### Additional Changes
- [ ] This PR modifies the API contra... | v1.116.0 | 5ab8a27c10786885b91b79fbb9fb8b5e990029e1 | 5ab8a27c10786885b91b79fbb9fb8b5e990029e1 | |
juspay/hyperswitch | juspay__hyperswitch-9346 | Bug: Invoice sync workflow to check psync status and call record back on successful payment
| diff --git a/crates/api_models/src/subscription.rs b/crates/api_models/src/subscription.rs
index c0403848b9d..c9cc3acd2ce 100644
--- a/crates/api_models/src/subscription.rs
+++ b/crates/api_models/src/subscription.rs
@@ -226,6 +226,7 @@ pub struct PaymentResponseData {
pub payment_experience: Option<api_enums::Pay... | 2025-09-23T17:13: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 -->
This pull request introduces a comprehensive set of changes to ... | v1.117.0 | 32dd9e10e3103a906cfef49c7baa117778ea02f3 | 32dd9e10e3103a906cfef49c7baa117778ea02f3 | |
juspay/hyperswitch | juspay__hyperswitch-9343 | Bug: Add invoice table in hyperswitch
| diff --git a/crates/common_enums/src/connector_enums.rs b/crates/common_enums/src/connector_enums.rs
index 9991ba8a27e..89d2ed7d89c 100644
--- a/crates/common_enums/src/connector_enums.rs
+++ b/crates/common_enums/src/connector_enums.rs
@@ -875,3 +875,16 @@ impl TryFrom<Connector> for RoutableConnectors {
}
... | 2025-09-10T10:35:02Z | ## 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 -->
<img width="539" height="305" alt="Screenshot 2025-09-18 at 22 ... | v1.117.0 | 40357ae298ac8327b08f6b5c7b1d4f8cfe7c9acb | 40357ae298ac8327b08f6b5c7b1d4f8cfe7c9acb | |
juspay/hyperswitch | juspay__hyperswitch-9345 | Bug: Handle incoming webhooks for invoice_created event
| diff --git a/crates/api_models/src/webhooks.rs b/crates/api_models/src/webhooks.rs
index 5885f7fb98c..23212cb69f1 100644
--- a/crates/api_models/src/webhooks.rs
+++ b/crates/api_models/src/webhooks.rs
@@ -67,6 +67,7 @@ pub enum IncomingWebhookEvent {
#[cfg(all(feature = "revenue_recovery", feature = "v2"))]
R... | 2025-09-16T09:35:18Z | ## 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 adds support for the invoice-generated event type for... | v1.117.0 | c611b8145596e61d0f1aad8ec9a0f7f2f83b4ae6 | c611b8145596e61d0f1aad8ec9a0f7f2f83b4ae6 | |
juspay/hyperswitch | juspay__hyperswitch-9335 | Bug: [FEATURE] Novalnet - integrate NTI fields
### Feature Description
Novalnet sends back and allows processing payments using network's transaction IDs. These are needed to be captured from payments API response and also send it when processing payments using NTI flow.
### Possible Implementation
Connector inte... | diff --git a/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs b/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
index c3fa01c74ca..b0405855e61 100644
--- a/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
+++ b/crates/hyperswitch_connectors/src/connectors/... | 2025-09-10T08:18:27Z | ## 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 enables reading NTI from Novalnet's payments response. And also updates the integration for raw c... | v1.117.0 | 2edaa6e0578ae8cb6e4b44cc516b8c342262c082 | 2edaa6e0578ae8cb6e4b44cc516b8c342262c082 | |
juspay/hyperswitch | juspay__hyperswitch-9342 | Bug: [REFACTOR] Update URL's in welcome email
There is an issue with URL's in the welcome email.
- Slack invite link - Expired
- Quarterly roadmap link - pointing to old quarter.
| diff --git a/crates/router/src/services/email/assets/welcome_to_community.html b/crates/router/src/services/email/assets/welcome_to_community.html
index bb6c67a2624..f7e9b15b332 100644
--- a/crates/router/src/services/email/assets/welcome_to_community.html
+++ b/crates/router/src/services/email/assets/welcome_to_commun... | 2025-09-10T09:37:47Z | ## 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 -->
Updated quarterly roadmap and slack invite URL's in `welcome_... | v1.117.0 | 7355a83ef9316a6cc7f9fa0c9c9aec7397e9fc4b | 7355a83ef9316a6cc7f9fa0c9c9aec7397e9fc4b | |
juspay/hyperswitch | juspay__hyperswitch-9332 | Bug: Create Customer
| diff --git a/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs b/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
index 4976c5fc61c..ebc244832b0 100644
--- a/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
+++ b/crates/hyperswitch_conne... | 2025-09-08T11:04:49Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
### Summary
This PR introduces a **create customer handler for the Chargebee connector**. It enables merchants to cr... | v1.117.0 | f3ab3d63f69279af9254f15eba5654c0680a0747 | f3ab3d63f69279af9254f15eba5654c0680a0747 | |
juspay/hyperswitch | juspay__hyperswitch-9338 | Bug: handle force decline for no 3ds requests in adyen
We need to start sending execute_three_d as false in adyen no3ds payments request to skip 3ds auth. | diff --git a/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs b/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
index 7494f452646..dee0efbf0b6 100644
--- a/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
+++ b/crates/hyperswitch_connectors/src/connectors/adyen/tra... | 2025-09-10T08:33:01Z | ## 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 -->
We need to start sending execute_three_d as false in adyen no3d... | v1.117.0 | 2edaa6e0578ae8cb6e4b44cc516b8c342262c082 | 2edaa6e0578ae8cb6e4b44cc516b8c342262c082 | |
juspay/hyperswitch | juspay__hyperswitch-9322 | Bug: Rename existing RevenueRecoveryRecordBack trait to InvoiceRecordBack
After a payment is successful for a invoice, we need to record the invoice as paid with the subscription provider. this implementation is already done for revenue recovery usecase. making it generic so that subscription also can use it | diff --git a/crates/hyperswitch_connectors/src/connectors/chargebee.rs b/crates/hyperswitch_connectors/src/connectors/chargebee.rs
index 19ec99fc1d0..5e2e23a8a90 100644
--- a/crates/hyperswitch_connectors/src/connectors/chargebee.rs
+++ b/crates/hyperswitch_connectors/src/connectors/chargebee.rs
@@ -13,28 +13,28 @@ use... | 2025-09-09T10:54:34Z |
## 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 -->
Make the RevenueRecoveryRecordBack functionality generic to m... | v1.116.0 | 876ea3f61d599a4fdb9e509523619fe4a8c56c61 | 876ea3f61d599a4fdb9e509523619fe4a8c56c61 | |
juspay/hyperswitch | juspay__hyperswitch-9313 | Bug: [BUG] Nuvei 3ds + psync fix
### Bug Description
- 3ds transaction done via hyperswitch was not marked as 3ds in nuvei system. Make a successful 3ds transaction and search the connector transaction id in nuvei dashboard , click `linkage` . InitAuth and Auth3d is not seen.
### Expected Behavior
Actual 3ds cal... | diff --git a/crates/hyperswitch_connectors/src/connectors/nuvei.rs b/crates/hyperswitch_connectors/src/connectors/nuvei.rs
index 259495d0545..9c906abeefc 100644
--- a/crates/hyperswitch_connectors/src/connectors/nuvei.rs
+++ b/crates/hyperswitch_connectors/src/connectors/nuvei.rs
@@ -53,6 +53,7 @@ use masking::ExposeIn... | 2025-09-04T10:06: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 -->
- 3ds transaction were not actually 3ds transactions in Nuvei... | v1.116.0 | 2edaa6e0578ae8cb6e4b44cc516b8c342262c082 | 2edaa6e0578ae8cb6e4b44cc516b8c342262c082 | |
juspay/hyperswitch | juspay__hyperswitch-9309 | Bug: FEATURE: [Paysafe] Implement card 3ds flow
- Implement card 3ds flow | diff --git a/crates/hyperswitch_connectors/src/connectors/paysafe.rs b/crates/hyperswitch_connectors/src/connectors/paysafe.rs
index 64296c2ebe6..8d463966748 100644
--- a/crates/hyperswitch_connectors/src/connectors/paysafe.rs
+++ b/crates/hyperswitch_connectors/src/connectors/paysafe.rs
@@ -17,15 +17,15 @@ use hypersw... | 2025-09-08T16:59:01Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Implement card 3ds flow for Paysafe
### Additional Changes
- [ ] This PR modifies the API contract
... | v1.116.0 | 5ab8a27c10786885b91b79fbb9fb8b5e990029e1 | 5ab8a27c10786885b91b79fbb9fb8b5e990029e1 | |
juspay/hyperswitch | juspay__hyperswitch-9297 | Bug: [Bug] Update Redis TTL for customer locks after token selection
The revenue recovery workflow currently does not update the Redis TTL for a connector customer lock after the decider service selects the best PSP token. This behavior can lead to a customer lock expiring prematurely, which breaks the consistency o... | diff --git a/api-reference/v2/openapi_spec_v2.json b/api-reference/v2/openapi_spec_v2.json
index ce683012090..100dc665e91 100644
--- a/api-reference/v2/openapi_spec_v2.json
+++ b/api-reference/v2/openapi_spec_v2.json
@@ -22451,6 +22451,14 @@
}
],
"default": "skip"
+ },
... | 2025-09-04T11:57:18Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in detail -->
This PR implements an update mechanism for Redis Time-to-Live (... | v1.116.0 | ea2fd1d4768f83d8564477ef82940a5f33b0e3a1 | ea2fd1d4768f83d8564477ef82940a5f33b0e3a1 | |
juspay/hyperswitch | juspay__hyperswitch-9295 | Bug: feat(webhooks): Provide outgoing webhook support for revenue recovery
Provide outgoing webhook support for revenue recovery. Based on the retry status send out outgoing webhooks to the url in business profile in v2. | diff --git a/api-reference/v2/openapi_spec_v2.json b/api-reference/v2/openapi_spec_v2.json
index 100dc665e91..1fcc816ce88 100644
--- a/api-reference/v2/openapi_spec_v2.json
+++ b/api-reference/v2/openapi_spec_v2.json
@@ -20023,7 +20023,8 @@
"status",
"amount",
"customer_id",
- ... | 2025-09-07T20:28:56Z | ## 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 enables outgoing webhook support for revenue recovery.
When the retries get succeeded that ar... | v1.116.0 | cadfcf7c22bfd1124f19e2f1cc1c98c3d152be99 | cadfcf7c22bfd1124f19e2f1cc1c98c3d152be99 | |
juspay/hyperswitch | juspay__hyperswitch-9293 | Bug: [BUG] Post capture void in nuvei resulting in `partial_captured` instead of `cancelled_post_capture`
### Bug Description
Make a automatic (successful) nuvei payment
```json
{
"amount": 4324,
"capture_method": "automatic",
"currency": "EUR",
"confirm": true,
"customer_acceptance": {
... | diff --git a/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs b/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
index 791261d9ee0..6c26964612d 100644
--- a/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
+++ b/crates/hyperswitch_connectors/src/connectors/nuvei/tra... | 2025-09-07T05:24:19Z | ## 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 post capture void in nuvei was resulting in `parti... | v1.116.0 | 641cd8d2a20c93e0ec7e20d362451c345fd6ad3e | 641cd8d2a20c93e0ec7e20d362451c345fd6ad3e | |
juspay/hyperswitch | juspay__hyperswitch-9291 | Bug: [FEATURE] L2 L3 data support for nuvei
### Feature Description
Add support for L2 & L3 Data support for nuvei
### Possible Implementation
-
### Have you spent some time checking if this feature request has been raised before?
- [x] I checked and didn't find a similar issue
### Have you read the Contributi... | diff --git a/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs b/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
index 355e6f0c4ff..0e032c3c804 100644
--- a/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
+++ b/crates/hyperswitch_connectors/src/connectors/nuvei/tra... | 2025-09-07T03:58: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 -->
Include support for L2L3Data for nuvei connector
- L2L3 data... | v1.116.0 | 0eaea06a73d5209d8fa5688ec544af0883b787a2 | 0eaea06a73d5209d8fa5688ec544af0883b787a2 | |
juspay/hyperswitch | juspay__hyperswitch-9288 | Bug: Updated openapi spec to include labels to wallet data
Updated openapi spec to include labels to wallet data | diff --git a/api-reference/v1/openapi_spec_v1.json b/api-reference/v1/openapi_spec_v1.json
index 6c2fedbf684..b1004f4c933 100644
--- a/api-reference/v1/openapi_spec_v1.json
+++ b/api-reference/v1/openapi_spec_v1.json
@@ -32828,39 +32828,43 @@
"oneOf": [
{
"type": "object",
+ ... | 2025-09-04T13:20:49Z | ## 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 -->
Updated openapi spec added labels to wallet data
### Additio... | v1.116.0 | 5e1fd0b187b99698936a8a0cb0d839a60b830de2 | 5e1fd0b187b99698936a8a0cb0d839a60b830de2 | |
juspay/hyperswitch | juspay__hyperswitch-9278 | Bug: [BUG] payout status is not updated in outgoing webhook
### Bug Description
When an incoming webhook request triggers an outgoing webhooks request, it is triggered with a stale status.
### Expected Behavior
Outgoing webhooks triggered during incoming webhooks flow must contain the latest status.
### Actual B... | diff --git a/crates/router/src/core/webhooks/incoming.rs b/crates/router/src/core/webhooks/incoming.rs
index 4d38ce2ed02..b248955de4d 100644
--- a/crates/router/src/core/webhooks/incoming.rs
+++ b/crates/router/src/core/webhooks/incoming.rs
@@ -1157,7 +1157,7 @@ async fn payouts_incoming_webhook_flow(
... | 2025-09-04T12:28:47Z | ## 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 fixes the state update for `payout_attempt` where latest status resides. This fixes the bug menti... | v1.116.0 | 5e1fd0b187b99698936a8a0cb0d839a60b830de2 | 5e1fd0b187b99698936a8a0cb0d839a60b830de2 | |
juspay/hyperswitch | juspay__hyperswitch-9284 | Bug: [FEATURE] [ACI] Setup mandate and network token flow added and existing flows fixed
Setup mandate and networkToken flow added for ACI connector.
While doing payments, we were not validating the capture method in the request payload. Instead, we were directly treating it as automatic capture which was causing ca... | diff --git a/config/config.example.toml b/config/config.example.toml
index d2bbb75a04e..b725be102c1 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -541,8 +541,8 @@ wallet.google_pay = { connector_list = "bankofamerica,authorizedotnet,cybersourc
bank_redirect.giropay = { connector_list = "g... | 2025-08-19T07:22:43Z | ## Type of Change
- [ ] Bugfix
- [ ] New feature
- [X] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Summary
This PR enhances the ACI connector with comprehensive 3D Secure (3DS) authentication support and modernizes the test suite, porting behavioral improveme... | v1.116.0 | 7355a83ef9316a6cc7f9fa0c9c9aec7397e9fc4b | 7355a83ef9316a6cc7f9fa0c9c9aec7397e9fc4b | |
juspay/hyperswitch | juspay__hyperswitch-9270 | Bug: [FEATURE] Map NTID for nuvei
Map NTID for Nuvei connector | diff --git a/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs b/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
index 791261d9ee0..b5bf5236330 100644
--- a/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
+++ b/crates/hyperswitch_connectors/src/connectors/nuvei/tra... | 2025-09-03T11:36:44Z | ## 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 -->
Return Network transaction if from connector Response
- NOT... | v1.116.0 | e30842892a48ff6e4bc0e7c0a4990d3e5fc50027 | e30842892a48ff6e4bc0e7c0a4990d3e5fc50027 | |
juspay/hyperswitch | juspay__hyperswitch-9258 | Bug: [BUG] secure payment links don't render
### Bug Description
Secure payment links are not instantiating and rendering the checkout widget.
### Expected Behavior
Secure payment links should render the checkout widget.
### Actual Behavior
Secure payment links are breaking the functionality.
### Steps To Repr... | diff --git a/crates/router/src/core/payment_link/payment_link_initiate/secure_payment_link_initiator.js b/crates/router/src/core/payment_link/payment_link_initiate/secure_payment_link_initiator.js
index c539363c102..3a9e7f60336 100644
--- a/crates/router/src/core/payment_link/payment_link_initiate/secure_payment_link_i... | 2025-09-03T10:49:24Z | ## 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 fixes the bug where the encoded payment link details were being read without decoding them first.... | v1.116.0 | e30842892a48ff6e4bc0e7c0a4990d3e5fc50027 | e30842892a48ff6e4bc0e7c0a4990d3e5fc50027 | |
juspay/hyperswitch | juspay__hyperswitch-9264 | Bug: [BUG] Add extra field for Cybersource MIT payment for acquirer CMCIC
### Bug Description
For acquirer CMCIC, Cybersource MIT payments needs the following field
`paymentInformation.card.typeSelectionIndicator`
### Expected Behavior
the said field should be present in MIT payments
### Actual Behavior
the sai... | diff --git a/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs b/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
index e39bc64c3f6..c877832521f 100644
--- a/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
+++ b/crates/hyperswitch_connectors/src/co... | 2025-09-03T13:09:14Z | …IT payments
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [X] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
For acquirer CMCIC, Cybersource MIT payments needs the following field
`paymentInformati... | v1.116.0 | 04578801b62245144c029accb6de5c23042480cb | 04578801b62245144c029accb6de5c23042480cb | |
juspay/hyperswitch | juspay__hyperswitch-9268 | Bug: Fix UCS address precedence order for payment method billing addresses
## Problem
The current implementation in the UCS (Unified Connector Service) transformers has incorrect precedence order when handling addresses. The unified payment method billing address should take priority over the shipping/billing addre... | diff --git a/crates/router/src/core/unified_connector_service/transformers.rs b/crates/router/src/core/unified_connector_service/transformers.rs
index dec4281e7a9..9cc94c4a866 100644
--- a/crates/router/src/core/unified_connector_service/transformers.rs
+++ b/crates/router/src/core/unified_connector_service/transformer... | 2025-09-03T14:53:29Z | ## Summary
This PR fixes the billing address precedence order in the UCS (Unified Connector Service) transformers to ensure that unified payment method billing addresses take priority over billing addresses from payment requests.
## Changes
- Changed billing address precedence: `unified_payment_method_billing.... | v1.116.0 | 4ab54f3c835de59cc098c8518938c746f4895bd1 | 4ab54f3c835de59cc098c8518938c746f4895bd1 | |
juspay/hyperswitch | juspay__hyperswitch-9255 | Bug: [FEATURE] [SHIFT4] Pass metadata to connector
### Feature Description
Pass metadata to connector Shift4
### Possible Implementation
Pass metadata to connector Shift4
### Have you spent some time checking if this feature request has been raised before?
- [x] I checked and didn't find a similar issue
### Ha... | diff --git a/crates/hyperswitch_connectors/src/connectors/shift4/transformers.rs b/crates/hyperswitch_connectors/src/connectors/shift4/transformers.rs
index eeaf340e103..98793e691ff 100644
--- a/crates/hyperswitch_connectors/src/connectors/shift4/transformers.rs
+++ b/crates/hyperswitch_connectors/src/connectors/shift4... | 2025-09-03T09:33:08Z | ## 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 -->
Pass metadata to connector Shift4.
### Additional Changes
... | v1.116.0 | e30842892a48ff6e4bc0e7c0a4990d3e5fc50027 | e30842892a48ff6e4bc0e7c0a4990d3e5fc50027 | |
juspay/hyperswitch | juspay__hyperswitch-9257 | Bug: [BUG] Enable nuvei applepay googlepay mandate features in sbx , prod and integ
Update .toml files for sbx, prod and integ to enable mandates for applae pay and google_pay | diff --git a/config/deployments/integration_test.toml b/config/deployments/integration_test.toml
index 0867ca7014a..15f3233e175 100644
--- a/config/deployments/integration_test.toml
+++ b/config/deployments/integration_test.toml
@@ -233,9 +233,9 @@ bank_debit.sepa = { connector_list = "gocardless,adyen,stripe,deutscheb... | 2025-09-03T09:38:46Z | ## 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 -->
Add apple_pay and google_pay mandate support for nuvei in integ... | v1.116.0 | e30842892a48ff6e4bc0e7c0a4990d3e5fc50027 | e30842892a48ff6e4bc0e7c0a4990d3e5fc50027 | |
juspay/hyperswitch | juspay__hyperswitch-9250 | Bug: fix(users): Add Bad request response in openidconnect
Currently, when users provide an invalid or expired code during SSO login, the system returns a 500 response. This is misleading, as the issue is with the client input rather than a server error. This change introduces a proper 400 BadRequest response to bet... | diff --git a/crates/router/src/services/openidconnect.rs b/crates/router/src/services/openidconnect.rs
index ca20b021a56..69b890d657e 100644
--- a/crates/router/src/services/openidconnect.rs
+++ b/crates/router/src/services/openidconnect.rs
@@ -76,7 +76,14 @@ pub async fn get_user_email_from_oidc_provider(
.ex... | 2025-09-02T13:29:23Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Added a BadRequest response for SSO login when an invalid authorization code is provided.
<!-- Describe ... | v1.116.0 | e30842892a48ff6e4bc0e7c0a4990d3e5fc50027 | e30842892a48ff6e4bc0e7c0a4990d3e5fc50027 | |
juspay/hyperswitch | juspay__hyperswitch-9247 | Bug: [FEATURE]:[PAYSAFE] Integrate no 3ds card
Integrate Paysafe connector - No 3ds Cards
Flows
- Payment
- Psync
- Capture
- Void
- Refund
- Refund Sync | diff --git a/api-reference/v1/openapi_spec_v1.json b/api-reference/v1/openapi_spec_v1.json
index 3a94e620897..906859f016b 100644
--- a/api-reference/v1/openapi_spec_v1.json
+++ b/api-reference/v1/openapi_spec_v1.json
@@ -12059,6 +12059,7 @@
"payme",
"payone",
"paypal",
+ "paysa... | 2025-09-01T09:55:52Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
Integrate Paysafe connector - No 3ds Cards
Flows
- Payment
- Psync
- Capture
- Void
- Refund
- Re... | v1.116.0 | 7ad5cd5531eee612d72c938f324c08682359a313 | 7ad5cd5531eee612d72c938f324c08682359a313 | |
juspay/hyperswitch | juspay__hyperswitch-9128 | Bug: [FEATURE] allow wallet data migration
### Feature Description
Currently, migration API is card-centric and performs validation assuming all the entries are for migrating cards. These validations make the wallet migration fail.
### Possible Implementation
Make card expiry validation optional per payment met... | diff --git a/crates/payment_methods/src/core/migration/payment_methods.rs b/crates/payment_methods/src/core/migration/payment_methods.rs
index 5c30698f615..494e1987e21 100644
--- a/crates/payment_methods/src/core/migration/payment_methods.rs
+++ b/crates/payment_methods/src/core/migration/payment_methods.rs
@@ -51,8 +5... | 2025-09-01T11:38:08Z | ## 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 updates the migration flow around card validation to skip card expiry validation for `PayPal` and... | v1.116.0 | c02d8b9ba9e204fa163b61c419811eaa65fdbcb4 | c02d8b9ba9e204fa163b61c419811eaa65fdbcb4 | |
juspay/hyperswitch | juspay__hyperswitch-9139 | Bug: feat(revenue_recovery): add support for data migration from merchant csv to Redis
| diff --git a/Cargo.lock b/Cargo.lock
index 196c7b9820b..82373eafbee 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -459,6 +459,7 @@ dependencies = [
"common_enums",
"common_types",
"common_utils",
+ "csv",
"deserialize_form_style_query_parameter",
"error-stack 0.4.1",
"euclid",
@@ -470,6 +471,7 @@ dependencies... | 2025-09-01T20:39:10Z | ## 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 -->
The format of csv:-
<img width="1720" height="33" alt="Screens... | v1.117.0 | fde51e17d44e9feea3cc5866e0692a5c9adb1975 | fde51e17d44e9feea3cc5866e0692a5c9adb1975 | |
juspay/hyperswitch | juspay__hyperswitch-9120 | Bug: [BUG] Setup fail : migration_runner exits with code 1 during standalone setup
### Bug Description
While setting up Hyperswitch locally using the scripts/setup.sh script, the setup consistently fails during the migration_runner step.
The database (pg) and Redis services start successfully and report as Healt... | diff --git a/.gitattributes b/.gitattributes
index 176a458f94e..d7ed342927a 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,2 @@
* text=auto
+*.patch text eol=lf
\ No newline at end of file
| 2025-09-10T06:06:07Z | ## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
## Description
<!-- Describe your changes in detail -->
This PR adds the following rule to `.gitattributes` to ensure... | v1.117.0 | 2edaa6e0578ae8cb6e4b44cc516b8c342262c082 | 2edaa6e0578ae8cb6e4b44cc516b8c342262c082 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.