-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(connector): add threedsecureio three_ds authentication connector #4004
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
109e34a
feat(core): separate authentication related schema changes for existi…
hrithikesh026 f2034c4
Merge branch 'main' into authn-schema-changes-for-other-tables
hrithikesh026 51edecc
chore: update Cargo.lock
hyperswitch-bot[bot] 3b699a6
fix: authentication_connector_details to business_profile from mercha…
hrithikesh026 2ea66d8
Merge branch 'main' into authn-schema-changes-for-other-tables
hrithikesh026 2e61580
chore: address cargo hack failure
hrithikesh026 95f5c0f
Merge branch 'main' into authn-schema-changes-for-other-tables
hrithikesh026 5d6c48c
add other prerequisites for 3ds external authentication
sai-harsha-vardhan fb9eaf1
resolve conflicts
sai-harsha-vardhan b7e73cf
feat(core): add core functions for external authentication
hrithikesh026 1d9d51d
resolve conflicts
sai-harsha-vardhan d0635d6
merge latest main
sai-harsha-vardhan 05de19c
add payments authentication api flow
sai-harsha-vardhan 915946a
Merge branch 'add-other-prerequisites-for-external-authn' into core-m…
sai-harsha-vardhan 3c8713d
Merge branch 'main' into add-other-prerequisites-for-external-authn
sai-harsha-vardhan 5526eab
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot] da51b0b
Merge branch 'add-other-prerequisites-for-external-authn' into core-m…
sai-harsha-vardhan 9ef3cb2
Merge branch 'core-modules-for-external-authn' into add-new-payment-a…
sai-harsha-vardhan a9c973a
add threedsecureio connector
sai-harsha-vardhan 57a1985
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot] 7f1e54e
chore: update Cargo.lock
hyperswitch-bot[bot] 004d4e6
remove unnecessary changes in connector flows
sai-harsha-vardhan ee8d4bd
add authn connector data
sai-harsha-vardhan 4fbd173
fix clippy issues
sai-harsha-vardhan fd419e5
resolve comments
sai-harsha-vardhan 3a069a1
resolve conflicts
sai-harsha-vardhan e4a9c35
make billing fields secret
sai-harsha-vardhan 6fbce12
resolve conflicts
sai-harsha-vardhan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,6 +116,7 @@ pub enum Connector { | |
Square, | ||
Stax, | ||
Stripe, | ||
Threedsecureio, | ||
Trustpay, | ||
// Tsys, | ||
Tsys, | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
This is not necessary, As we are already using iso codes in our enum
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.
this is required to get numeric_id of the country