mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	feat(vsaas): enable platform merchant API Key authentication for org-level operations (#8156)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
		| @ -572,6 +572,10 @@ pub struct MerchantAccountResponse { | ||||
|     /// Product Type of this merchant account | ||||
|     #[schema(value_type = Option<MerchantProductType>, example = "Orchestration")] | ||||
|     pub product_type: Option<api_enums::MerchantProductType>, | ||||
|  | ||||
|     /// Merchant Account Type of this merchant account | ||||
|     #[schema(value_type = MerchantAccountType, example = "standard")] | ||||
|     pub merchant_account_type: api_enums::MerchantAccountType, | ||||
| } | ||||
|  | ||||
| #[cfg(feature = "v2")] | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sandeep Kumar
					Sandeep Kumar