mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(router): Add payments get-intent API for v2 (#6396)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -123,6 +123,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
|
||||
//Routes for payments
|
||||
routes::payments::payments_create_intent,
|
||||
routes::payments::payments_get_intent,
|
||||
routes::payments::payments_confirm_intent,
|
||||
|
||||
//Routes for refunds
|
||||
@ -325,7 +326,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::PaymentsSessionRequest,
|
||||
api_models::payments::PaymentsSessionResponse,
|
||||
api_models::payments::PaymentsCreateIntentRequest,
|
||||
api_models::payments::PaymentsCreateIntentResponse,
|
||||
api_models::payments::PaymentsIntentResponse,
|
||||
api_models::payments::PazeWalletData,
|
||||
api_models::payments::AmountDetails,
|
||||
api_models::payments::SessionToken,
|
||||
|
||||
Reference in New Issue
Block a user