feat(router): add proxy-confirm-intent api for payments in v2 flow (#7215)

Co-authored-by: Nishanth Challa <nishanth.challa@Nishanth-Challa-C0WGKCFHLF.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Aprabhat19 <amishaprabhat@gmail.com>
This commit is contained in:
Aditya Chaurasia
2025-03-05 13:31:21 +05:30
committed by GitHub
parent 629c26c709
commit 30f321bc20
26 changed files with 1246 additions and 97 deletions

View File

@ -150,6 +150,7 @@ impl From<Flow> for ApiIdentifier {
| Flow::PaymentsUpdateIntent
| Flow::PaymentsCreateAndConfirmIntent
| Flow::PaymentStartRedirection
| Flow::ProxyConfirmIntent
| Flow::PaymentsRetrieveUsingMerchantReferenceId => Self::Payments,
Flow::PayoutsCreate