mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
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:
committed by
GitHub
parent
ccee1a9ce9
commit
67f017f6f0
@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user