feat(connector): Add client_unqiue_id in Nuvei Pyament Request#10366
Merged
Gnanasundari24 merged 4 commits intomainfrom Nov 25, 2025
Merged
feat(connector): Add client_unqiue_id in Nuvei Pyament Request#10366Gnanasundari24 merged 4 commits intomainfrom
Gnanasundari24 merged 4 commits intomainfrom
Conversation
Changed Files
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10366 +/- ##
=======================================
Coverage ? 6.47%
=======================================
Files ? 1249
Lines ? 310438
Branches ? 0
=======================================
Hits ? 20090
Misses ? 290348
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
83cc840 to
7c6d6e9
Compare
deepanshu-iiitu
previously approved these changes
Nov 21, 2025
AkshayaFoiger
previously approved these changes
Nov 21, 2025
1dd9d73
7c6d6e9 to
1dd9d73
Compare
61b253e to
94c119f
Compare
deepanshu-iiitu
approved these changes
Nov 25, 2025
sai-harsha-vardhan
approved these changes
Nov 25, 2025
14 tasks
ShankarSinghC
approved these changes
Nov 25, 2025
pixincreate
added a commit
that referenced
this pull request
Nov 27, 2025
…a-parsing * 'main' of github.com:juspay/hyperswitch: (26 commits) chore(version): 2025.11.27.0 chore(postman): update Postman collection files feat(revenue_recovery): Introduce hourly retry history and decision threshold in Decider Request (#10386) Fix: Update Stripe Postman collection tests (#10231) feat(ucs): add new next_action type and wait screen instructions for upi payments (#10323) chore(version): 2025.11.26.0 Revert: "feat(connector): [NOVALNET] Pass Payment Metadata fields to Connector" (#10436) feat(connectors): [worldpayxml] add browser, shipping, shopper and billing data to the connector's payment request (#10357) feat(connector): Add client_unqiue_id in Nuvei Pyament Request (#10366) feat(connector): [BRAINTREE] apple pay mandate for braintree (#10273) feat(router): added preferred 3ds and cardnetwork in next action data for 3ds (#10296) fix(core): Fix billing descriptor name example (#10342) fix(router): add fallback to statement descriptor fields when billing descriptor is missing (#10271) fix(authentication): fixed authentication connector update failures from dashboard (#10343) feat(payment_methods): add custom tokenizer for external vault (#10314) ci(cypress): added file name in cypress tests runner (#10370) fix(transformers): update error reason handling in response transformations (#10313) fix(core): [Network Token] Check Network Token Status Response Type Fix (#10354) chore(version): 2025.11.25.0 feat(connector): Revert [Airwallex] implement card mandates (#10418) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of Change
Description
This PR introduces support for passing client_unique_id in all Nuvei payment-related requests across the Hyperswitch Nuvei connector. Nuvei recommends/uses clientUniqueId for idempotency, transaction tracking, reconciliation, and dispute correlation
Additional Changes
Motivation and Context
How did you test it?
cargo +nightly fmt --allcargo clippy