feat(connectors): [Worldpayvantiv] add card support#8219
Merged
Gnanasundari24 merged 26 commits intomainfrom Jun 4, 2025
Merged
feat(connectors): [Worldpayvantiv] add card support#8219Gnanasundari24 merged 26 commits intomainfrom
Gnanasundari24 merged 26 commits intomainfrom
Conversation
348dede to
07bbeba
Compare
76b7e52 to
a3db16f
Compare
03953bc to
8987bca
Compare
8987bca to
a3db16f
Compare
66ba151 to
1e32d94
Compare
dc2a607 to
8b42528
Compare
718e447 to
5acc8d2
Compare
deepanshu-iiitu
requested changes
Jun 4, 2025
| ( | ||
| None, | ||
| Some(Sale { | ||
| id: item.router_data.attempt_id.clone(), |
Contributor
There was a problem hiding this comment.
Use attempt id if it is less than 26 characters, otherwise generate a random string.
crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
Outdated
Show resolved
Hide resolved
crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
Outdated
Show resolved
Hide resolved
crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
Outdated
Show resolved
Hide resolved
crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
Outdated
Show resolved
Hide resolved
crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
Outdated
Show resolved
Hide resolved
crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
Show resolved
Hide resolved
deepanshu-iiitu
previously approved these changes
Jun 4, 2025
ShankarSinghC
previously approved these changes
Jun 4, 2025
The base branch was changed.
ShankarSinghC
approved these changes
Jun 4, 2025
deepanshu-iiitu
approved these changes
Jun 4, 2025
AkshayaFoiger
added a commit
that referenced
this pull request
Jun 4, 2025
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This was referenced Jun 4, 2025
AkshayaFoiger
added a commit
that referenced
this pull request
Jun 5, 2025
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
pixincreate
added a commit
that referenced
this pull request
Jun 9, 2025
…tch into cypress/fix * 'cypress/fix' of github.com:juspay/hyperswitch: chore(cypress): run formatter and address lints * 'main' of github.com:juspay/hyperswitch: feat(router): add merchantId authentication for Payments v2 (#8239) chore(version): 2025.06.06.0 Documentation edits made through Mintlify web editor Documentation edits made through Mintlify web editor feat(router): Return payment_experience in PML for payment (v2) (#8255) refactor: add infra-values in intent kafka events (#8264) fix(wasm): [Worldpayvantiv] add support for metadata.report_group (#8260) chore(version): 2025.06.05.0 revert(routing): Add connectors from current active routing algorithm before adding fallback connectors (#8207) feat(connectors): [Worldpayvantiv] add card support (#8219) feat(connectors): [Template] add Worldpayvantiv (#8226) refactor(dynamic_routing): add logic for creating merchant account in decision engine (#8191) feat(events): adding infra level components to api-events (#8214) chore(version): 2025.06.04.0 feat(core): add support for consuming eci for AuthNResponse in Authentication flow (#8225)
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 worldpay vantiv as a payment connector. Integrated non 3ds cards flow.
MCA Metadata - required
Payments Metadata - optional
How did you test it?
Find the PR for cypress testcases here #8234
MCA Create
Response
Payment - Automatic Capture
Response
Payment - Manual Capture
Response
Capture
Response
Payment - Manual and Void
Response
Void
Response
Payment and Refund
Response
Refund
Response
Checklist
cargo +nightly fmt --allcargo clippy