feat(router): Add v2 endpoint to list payment attempts by intent_id (#8368)

Co-authored-by: Aniket Burman <aniket.burman@Aniket-Burman-JDXHW2PH34.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Aniket Burman
2025-06-20 11:55:06 +05:30
committed by GitHub
parent 23c1df1b13
commit 7943fb4bfb
15 changed files with 719 additions and 12 deletions

View File

@ -432,6 +432,8 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::PaymentsCreateIntentRequest,
api_models::payments::PaymentsUpdateIntentRequest,
api_models::payments::PaymentsIntentResponse,
api_models::payments::PaymentAttemptListRequest,
api_models::payments::PaymentAttemptListResponse,
api_models::payments::PazeWalletData,
api_models::payments::AmountDetails,
api_models::payments::AmountDetailsUpdate,