feat(router): add start_redirection api for three_ds flow in v2 (#6470)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sai Harsha Vardhan
2024-11-08 19:20:25 +05:30
committed by GitHub
parent 0389ae74e1
commit 6f24bb4ee3
19 changed files with 316 additions and 28 deletions

View File

@ -512,6 +512,8 @@ pub enum Flow {
PaymentsConfirmIntent,
/// Payments post session tokens flow
PaymentsPostSessionTokens,
/// Payments start redirection flow
PaymentStartRedirection,
}
///