mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 20:23:43 +08:00
feat(core): add payments post_session_tokens flow (#6202)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -82,6 +82,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
routes::payment_link::payment_link_retrieve,
|
||||
routes::payments::payments_external_authentication,
|
||||
routes::payments::payments_complete_authorize,
|
||||
routes::payments::payments_post_session_tokens,
|
||||
|
||||
// Routes for refunds
|
||||
routes::refunds::refunds_create,
|
||||
@ -646,6 +647,8 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::WalletResponseData,
|
||||
api_models::payments::PaymentsDynamicTaxCalculationResponse,
|
||||
api_models::payments::DisplayAmountOnSdk,
|
||||
api_models::payments::PaymentsPostSessionTokensRequest,
|
||||
api_models::payments::PaymentsPostSessionTokensResponse,
|
||||
)),
|
||||
modifiers(&SecurityAddon)
|
||||
)]
|
||||
|
||||
Reference in New Issue
Block a user