-
Notifications
You must be signed in to change notification settings - Fork 3.9k
feat(connector): [WORLDPAYVANTIV] Populate Network Decline Error Code & Message #8856
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
+245
−65
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
|
deepanshu-iiitu
previously approved these changes
Aug 6, 2025
crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
Outdated
Show resolved
Hide resolved
crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
Outdated
Show resolved
Hide resolved
AkshayaFoiger
previously approved these changes
Aug 6, 2025
Anurag-05-prog
previously approved these changes
Aug 6, 2025
5513318
5513318
to
03df037
Compare
deepanshu-iiitu
approved these changes
Aug 6, 2025
Anurag-05-prog
approved these changes
Aug 6, 2025
pixincreate
added a commit
that referenced
this pull request
Aug 7, 2025
…ordea-sepa * 'main' of github.com:juspay/hyperswitch: fix(router): [worldpayvantiv] dispute validations and statuses (#8862) chore(version): 2025.08.07.0 feat(connector): [WORLDPAYVANTIV] Populate Network Decline Error Code & Message (#8856) feat(router): add support for partial authorization (#8833) feat(gRPC): build gRPC client interface to initiate communication with recovery-decider service (#8178) fix(connector): [CYBERSOURCE] fix response field for netcetera authentication response (#8850) chore(events): making events nanosecond level precision (#8759)
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
Description
Populated Network Decline Error code and Error Message with EnhancedAuthResponse getting from connector.
Additional Changes
Motivation and Context
Ref: http://support.worldpay.com/support/CNP-API/content/authresp.htm
Ref: http://support.worldpay.com/support/CNP-API/content/saleresp1.htm
How did you test it?
Payments Create (Failed case to see the
issuer_error_code
andissuer_error_message
) :cURL :
Response :
Checklist
cargo +nightly fmt --all
cargo clippy