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:
Hrithikesh
2024-03-12 16:11:22 +05:30
committed by GitHub
parent 195c700e6c
commit ce3625cb0c
19 changed files with 692 additions and 49 deletions

View File

@ -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")]