-
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(router): add an api to migrate the payment method #5186
Merged
Merged
Changes from 23 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
1a440dd
feat(router): add an api to migrate the payment method
ShankarSinghC dcf9fb4
Merge branch 'main' of https://github.com/juspay/hyperswitch into pay…
ShankarSinghC 1fa0c30
chore: run formatter
hyperswitch-bot[bot] 496e480
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot] 0d2cfbb
make the payment method migration api admin api key auth
ShankarSinghC 7f65067
Merge branch 'payment_methods/migration_api' of https://github.com/ju…
ShankarSinghC e70bbc2
accept masked card as input for the payment method migration
ShankarSinghC 57e3dab
construct additional card info for the payment method being migrated
ShankarSinghC 7398a18
populate card bin details in the save card flow
ShankarSinghC 477937e
add debug logs
ShankarSinghC 429f351
fix clippy errors
ShankarSinghC ec73369
use network transaction id in the payment method migrate request
ShankarSinghC a0e1cfa
add validation for the masked card number
ShankarSinghC 40aca36
Merge branch 'main' of https://github.com/juspay/hyperswitch into pay…
ShankarSinghC b0ce373
address pr comments
ShankarSinghC 5604a12
Merge branch 'main' of https://github.com/juspay/hyperswitch into pay…
ShankarSinghC 4673992
chore: run formatter
hyperswitch-bot[bot] 693c138
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot] 81028df
list customer payment method even if the save to locker is false
ShankarSinghC 052c53f
Merge branch 'main' of https://github.com/juspay/hyperswitch into pay…
ShankarSinghC bb4c141
chore: run formatter
hyperswitch-bot[bot] 5def39d
Merge branch 'main' of https://github.com/juspay/hyperswitch into pay…
ShankarSinghC 0f39878
Merge branch 'payment_methods/migration_api' of https://github.com/ju…
ShankarSinghC a0e1195
address pr comments
ShankarSinghC 7067664
Merge branch 'main' of https://github.com/juspay/hyperswitch into pay…
ShankarSinghC 1ab86c6
Merge branch 'main' into payment_methods/migration_api
ShankarSinghC 9bf49b3
address pr comments
ShankarSinghC 882af1c
address pr comments
ShankarSinghC 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
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 suppose to be server to server right? so client_secret is not required.
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.
Yes correct, as client secret is only required while adding a payment method through sdk it can be removed in this migration api.