feat(connectors): [Template] add Worldpayvantiv #8226
Merged
Gnanasundari24 merged 8 commits intomainfrom Jun 4, 2025
Merged
Conversation
66ba151 to
1e32d94
Compare
2870cd4 to
4823363
Compare
ce122fc to
e81e998
Compare
deepanshu-iiitu
requested changes
Jun 3, 2025
deepanshu-iiitu
previously approved these changes
Jun 3, 2025
deepanshu-iiitu
previously approved these changes
Jun 3, 2025
deepanshu-iiitu
approved these changes
Jun 4, 2025
NishantJoshi00
approved these changes
Jun 4, 2025
| api_enums::Connector::Wise => Self::Wise, | ||
| api_enums::Connector::Worldline => Self::Worldline, | ||
| api_enums::Connector::Worldpay => Self::Worldpay, | ||
| // api_enums::Connector::Worldpayvantiv => Self::Worldpayvantiv, |
Contributor
There was a problem hiding this comment.
why is this commented?
Contributor
Author
There was a problem hiding this comment.
Commented this out to prevent payments from being routed to this connector, as it's only a template
sai-harsha-vardhan
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>
11 tasks
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>
11 tasks
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 Payment connector template for Worldpayvantiv.
Worldpay Vantiv, also known as the Worldpay CNP API, is a robust XML-based interface used to process online (card-not-present) transactions such as e-commerce purchases, subscription billing, and digital payments
Doc Reference - http://support.worldpay.com/support/CNP-API/content/introduction.htm
Checklist
cargo +nightly fmt --allcargo clippy