-
Notifications
You must be signed in to change notification settings - Fork 3.9k
feat(connector): [payload] introduce no-3ds cards #8545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Changed Files
|
e422972
to
86bb5e7
Compare
deepanshu-iiitu
requested changes
Jul 4, 2025
crates/hyperswitch_connectors/src/connectors/payload/responses.rs
Outdated
Show resolved
Hide resolved
crates/hyperswitch_connectors/src/connectors/payload/responses.rs
Outdated
Show resolved
Hide resolved
deepanshu-iiitu
previously approved these changes
Jul 4, 2025
…ayload-cards * 'main' of github.com:juspay/hyperswitch: refactor: extract connector auth and metadata validation into separate module (#8501)
0cc9c55
to
fe37ba3
Compare
fe37ba3
to
047ce6c
Compare
ShankarSinghC
approved these changes
Jul 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add merchant payment methods list response in the test case as it will contain the connector required fields.
deepanshu-iiitu
approved these changes
Jul 4, 2025
likhinbopanna
approved these changes
Jul 5, 2025
pixincreate
added a commit
that referenced
this pull request
Jul 6, 2025
pixincreate
added a commit
that referenced
this pull request
Jul 6, 2025
pixincreate
added a commit
that referenced
this pull request
Jul 6, 2025
This was referenced Jul 6, 2025
pixincreate
added a commit
that referenced
this pull request
Jul 6, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-connector-integration
Area: Connector integration
C-feature
Category: Feature request or enhancement
M-api-contract-changes
Metadata: This PR involves API contract changes
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
This PR introduces the below given flows for Payload connector:
Connector does not support 3DS transactions.
Additional Changes
Motivation and Context
New connector. Closes #8527
How did you test it?
Running Cypress will be a pain as the connector marks automatic capture payments as
duplicate
eventuallyfailing
the payment if done within 15 second time span.Curls:
Authorize 3DS
Confirm 3DS
Authorize No 3DS
Confirm
Capture
PSync
Refund
Retrieve
Merchant Payment Methods List
Checklist
cargo +nightly fmt --all
just clippy && just clippy_v2