feat(router): add payment_intent_data and modify api models of create intent request and response for v2 (#6016)

Co-authored-by: hrithikesh026 <hrithikesh.vm@juspay.in>
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sai Harsha Vardhan
2024-09-25 23:29:33 +05:30
committed by GitHub
parent 4eec6ca4b0
commit 9a605afe37
5 changed files with 321 additions and 137 deletions

View File

@ -311,9 +311,6 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::PaymentsCreateIntentRequest,
api_models::payments::PaymentsCreateIntentResponse,
api_models::payments::AmountDetails,
api_models::payments::TaxDetails,
api_models::payments::DefaultTax,
api_models::payments::PaymentMethodTypeTax,
api_models::payments::SessionToken,
api_models::payments::ApplePaySessionResponse,
api_models::payments::ThirdPartySdkSessionResponse,