Skip to content

feat(connectors): [Template] add Worldpayvantiv #8226

Merged
Gnanasundari24 merged 8 commits intomainfrom
virtual_base_branch
Jun 4, 2025
Merged

feat(connectors): [Template] add Worldpayvantiv #8226
Gnanasundari24 merged 8 commits intomainfrom
virtual_base_branch

Conversation

@AkshayaFoiger
Copy link
Contributor

@AkshayaFoiger AkshayaFoiger commented Jun 3, 2025

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

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

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code
  • I added unit tests for my changes where possible

@AkshayaFoiger AkshayaFoiger requested review from a team as code owners June 3, 2025 11:10
@semanticdiff-com
Copy link

semanticdiff-com bot commented Jun 3, 2025

@AkshayaFoiger AkshayaFoiger self-assigned this Jun 3, 2025
@AkshayaFoiger AkshayaFoiger added A-connector-compatibility Area: Connector compatibility A-connector-integration Area: Connector integration labels Jun 3, 2025
@AkshayaFoiger AkshayaFoiger force-pushed the virtual_base_branch branch 2 times, most recently from 66ba151 to 1e32d94 Compare June 3, 2025 11:32
@AkshayaFoiger AkshayaFoiger force-pushed the virtual_base_branch branch from 2870cd4 to 4823363 Compare June 3, 2025 11:33
@AkshayaFoiger AkshayaFoiger force-pushed the virtual_base_branch branch from ce122fc to e81e998 Compare June 3, 2025 11:38
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete this file

deepanshu-iiitu
deepanshu-iiitu previously approved these changes Jun 3, 2025
deepanshu-iiitu
deepanshu-iiitu previously approved these changes Jun 3, 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,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this commented?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commented this out to prevent payments from being routed to this connector, as it's only a template

@Gnanasundari24 Gnanasundari24 added this pull request to the merge queue Jun 4, 2025
Merged via the queue into main with commit fd844c3 Jun 4, 2025
23 of 28 checks passed
@Gnanasundari24 Gnanasundari24 deleted the virtual_base_branch branch June 4, 2025 10:31
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>
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-connector-compatibility Area: Connector compatibility A-connector-integration Area: Connector integration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants