mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
feat(core): Add three_ds_requestor_app_url in business_profile (#7589)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -278,6 +278,8 @@ pub struct AuthenticationConnectorDetails {
|
||||
pub authentication_connectors: Vec<common_enums::AuthenticationConnectors>,
|
||||
/// URL of the (customer service) website that will be shown to the shopper in case of technical errors during the 3D Secure 2 process.
|
||||
pub three_ds_requestor_url: String,
|
||||
/// Merchant app declaring their URL within the CReq message so that the Authentication app can call the Merchant app after OOB authentication has occurred.
|
||||
pub three_ds_requestor_app_url: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Deserialize, Serialize, ToSchema)]
|
||||
|
||||
@ -7506,6 +7506,8 @@ pub struct PaymentsExternalAuthenticationResponse {
|
||||
pub acs_signed_content: Option<String>,
|
||||
/// Three DS Requestor URL
|
||||
pub three_ds_requestor_url: String,
|
||||
/// Merchant app declaring their URL within the CReq message so that the Authentication app can call the Merchant app after OOB authentication has occurred
|
||||
pub three_ds_requestor_app_url: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Default, Debug, serde::Deserialize, serde::Serialize, Clone, ToSchema)]
|
||||
|
||||
Reference in New Issue
Block a user