mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(core): Add a new endpoint for Complete Authorize flow (#4686)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -81,6 +81,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
routes::payments::payments_incremental_authorization,
|
||||
routes::payment_link::payment_link_retrieve,
|
||||
routes::payments::payments_external_authentication,
|
||||
routes::payments::payments_complete_authorize,
|
||||
|
||||
// Routes for refunds
|
||||
routes::refunds::refunds_create,
|
||||
@ -402,6 +403,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::CaptureResponse,
|
||||
api_models::payments::PaymentsIncrementalAuthorizationRequest,
|
||||
api_models::payments::IncrementalAuthorizationResponse,
|
||||
api_models::payments::PaymentsCompleteAuthorizeRequest,
|
||||
api_models::payments::PaymentsExternalAuthenticationRequest,
|
||||
api_models::payments::PaymentsExternalAuthenticationResponse,
|
||||
api_models::payments::SdkInformation,
|
||||
|
||||
Reference in New Issue
Block a user