feat(connector): add support of passing metadata in adyen payment request#8871
Merged
likhinbopanna merged 1 commit intomainfrom Aug 11, 2025
Merged
feat(connector): add support of passing metadata in adyen payment request#8871likhinbopanna merged 1 commit intomainfrom
likhinbopanna merged 1 commit intomainfrom
Conversation
Changed Files
|
deepanshu-iiitu
approved these changes
Aug 8, 2025
Nithin1506200
approved these changes
Aug 8, 2025
pixincreate
added a commit
that referenced
this pull request
Aug 12, 2025
… into feat/mockserver-creds * 'feat/mockserver-creds' of github.com:juspay/hyperswitch: fix(connector): [NETCETERA] add fixes for authentication response fields (#8907) feat(payouts): add payout webhooks for Paypal and Wise (#8888) feat(ucs): add gateway system {Direct | UnifiedConnectorSystem} in feature metadata for v1 (#8854) feat(router): Add new api for delete tokenization record (#8361) feat(connector): add support of passing metadata in adyen payment request (#8871)
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
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
Additional Changes
Motivation and Context
How did you test it?
Make a adyen payment request by passing metadata
Response
In adyen dashboard it should show up like this:

Cypress test

Checklist
cargo +nightly fmt --allcargo clippy