feat(connector): [stripe] add split payment support to capture, void and Setupmandate flows v1#10165
Merged
likhinbopanna merged 7 commits intomainfrom Nov 7, 2025
Merged
Conversation
Changed Files
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #10165 +/- ##
=======================================
Coverage ? 3.89%
=======================================
Files ? 1224
Lines ? 303429
Branches ? 0
=======================================
Hits ? 11804
Misses ? 291625
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
awasthi21
previously approved these changes
Nov 7, 2025
sai-harsha-vardhan
previously approved these changes
Nov 7, 2025
bsayak03
requested changes
Nov 7, 2025
bsayak03
previously approved these changes
Nov 7, 2025
Contributor
|
@AkshayaFoiger checks failing for v2 |
37b00b7
awasthi21
previously approved these changes
Nov 7, 2025
sai-harsha-vardhan
previously approved these changes
Nov 7, 2025
dc97744
awasthi21
approved these changes
Nov 7, 2025
sai-harsha-vardhan
approved these changes
Nov 7, 2025
aadityaguptaa
pushed a commit
that referenced
this pull request
Nov 10, 2025
…and Setupmandate flows v1 (#10165) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
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
Split payment was earlier supported by stripe only through the authorization and refund flows. Now this feature is been expanded to support stripe's Capture, Void and Setupmandate flow
Feature Doc:
https://docs.hyperswitch.io/explore-hyperswitch/payment-orchestration/split-payments
How did you test it?
Tests Performed
Sanity - Create a CIT and MIT with Automatic capture
CIT - CREAT + CONFRIM
Response
MIT
Create a Manual Split Payment and Capture it
Create a manual split payment
Response
Capture the payment
Response
Do an MIT
Response
Create a split manual payment and void it
Response
Void the payment
Response
Create a Setup Mandate Payment with Automatic Capture
Setup mandate flow
Response
Create a MIT
Response
Sanity - Create, Capture and Refund a Manual Split Payment
Create a Manual Payment
Response
Capture
Response
Refund the payment
Response
Checklist
cargo +nightly fmt --allcargo clippy