-
Notifications
You must be signed in to change notification settings - Fork 4.6k
feat(payment_methods): add external_vault_details for payments v2 sdk session call
#8003
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
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
Type of Change
Description
vault_session_detailsfield to session's response for vault sdk initiationclient_secretandsession_id, this is done in sdk session call of paymentsAdditional Changes
Motivation and Context
How did you test it?
Tested through Postman:
Create an MCA with Hyperswitch Vault:
Enable vault SDK through Business Profile:
Create a Payment Intent:
Create SDK session call using the payment_id:
The response should look like below:
Checklist
cargo +nightly fmt --allcargo clippy