-
Notifications
You must be signed in to change notification settings - Fork 4.2k
feat(core): add all_keys_required in confirm and psync payload #7998
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
+353
−15
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
2 tasks
jarnura
previously approved these changes
May 13, 2025
ThisIsMani
previously approved these changes
May 13, 2025
Sakilmostak
previously approved these changes
May 15, 2025
36a70ae
ThisIsMani
approved these changes
May 19, 2025
Sakilmostak
approved these changes
May 19, 2025
jarnura
approved these changes
May 19, 2025
pixincreate
added a commit
that referenced
this pull request
May 20, 2025
…ss-typos * 'main' of github.com:juspay/hyperswitch: chore(version): 2025.05.20.0 feat(core): add all_keys_required in confirm and psync payload (#7998) fix(connector): [CASHTOCODE] Added supported countries and currencies (#8060) feat(connector): [CYBERSOURCE] add SEK currency for cybersource (#8048) build(deps): migrate usages of `once_cell` crate to standard library equivalents (#8030) feat(core): [Network Tokenization] pre network tokenization (#6873) feat(router): add open router integration for debit routing (#7907) chore(cypress): Update creds for stripe (#8069) chore(version): 2025.05.19.0
iemyashasvi
pushed a commit
that referenced
this pull request
May 22, 2025
Co-authored-by: Anurag Singh <[email protected]> Co-authored-by: Anurag Singh <[email protected]> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
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
closes this issue
Description
Added all_keys_required in confirm and psync payload. If all_keys_required is passed as true, we will send the whole connector response.
Additional Changes
Motivation and Context
How did you test it?
Postman Test
Confirm call (with
all_keys_required
passed astrue
)Request (taking AuthorizeDotNet as connector)
Response:
Psync:
URL:
Response:
Checklist
cargo +nightly fmt --all
cargo clippy