feat(router): send three_ds_requestor_url in authentication_response for external 3ds flow (#4828)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sai Harsha Vardhan
2024-06-03 16:04:12 +05:30
committed by GitHub
parent ccee1a9ce9
commit 67f017f6f0
5 changed files with 33 additions and 18 deletions

View File

@ -4595,6 +4595,8 @@ pub struct PaymentsExternalAuthenticationResponse {
pub three_dsserver_trans_id: Option<String>,
/// Contains the JWS object created by the ACS for the ARes message
pub acs_signed_content: Option<String>,
/// Three DS Requestor URL
pub three_ds_requestor_url: String,
}
#[derive(Default, Debug, serde::Deserialize, serde::Serialize, Clone, ToSchema)]