mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(core): confirm flow and authorization api changes for external authentication (#4015)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: sai-harsha-vardhan <harsha111hero@gmail.com> Co-authored-by: Sai Harsha Vardhan <56996463+sai-harsha-vardhan@users.noreply.github.com>
This commit is contained in:
@ -2708,7 +2708,7 @@ pub struct PaymentsResponse {
|
||||
pub external_authentication_details: Option<ExternalAuthenticationDetailsResponse>,
|
||||
|
||||
/// Flag indicating if external 3ds authentication is made or not
|
||||
pub request_external_3ds_authentication: Option<bool>,
|
||||
pub external_3ds_authentication_attempted: Option<bool>,
|
||||
|
||||
/// Date Time expiry of the payment
|
||||
#[schema(example = "2022-09-10T10:11:12Z")]
|
||||
|
||||
Reference in New Issue
Block a user