mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-30 09:38:33 +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)] | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Debarati Ghatak
					Debarati Ghatak