feat(connector): [Peach Payments] add network token support for connector#9754
Merged
Gnanasundari24 merged 11 commits intomainfrom Oct 13, 2025
Merged
feat(connector): [Peach Payments] add network token support for connector#9754Gnanasundari24 merged 11 commits intomainfrom
Gnanasundari24 merged 11 commits intomainfrom
Conversation
Changed Files
|
…hyperswitch into add-nt-support-in-peach-pay-conn
…hyperswitch into add-nt-support-in-peach-pay-conn
swangi-kumari
previously approved these changes
Oct 10, 2025
swangi-kumari
approved these changes
Oct 13, 2025
su-shivanshmathur
approved these changes
Oct 13, 2025
prasunna09
added a commit
that referenced
this pull request
Oct 13, 2025
…ctor (#9754) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
14 tasks
chaitak-gorai
pushed a commit
that referenced
this pull request
Oct 16, 2025
…ctor (#9754) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
drdholu
pushed a commit
to drdholu/hyperswitch
that referenced
this pull request
Oct 30, 2025
…ctor (juspay#9754) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
aadityaguptaa
pushed a commit
that referenced
this pull request
Nov 10, 2025
…ctor (#9754) 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
add network token support for peach payments connector
Additional Changes
Motivation and Context
How did you test it?
using saved card,
payment method data sent to connector in logs should be network token data.
ps. please search for raw_connector_request
create payment-
confirm -
three test cases are failing due to incorrect assertion. this is currently on main.
How to replicate this -
in create call, confirm is set to falsem capture method to automatic, and payment method data is not sent. in create response, requires_payment_method status is given.
now in confirm api, send payment method data.
expected - Throw error saying automatic capture is not supported
current output - Trying to make a call to connector.
Can be taken up in seperate pr.
Checklist
cargo +nightly fmt --allcargo clippy