mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(api_keys): add api keys route to api v2 (#5709)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -767,10 +767,6 @@ pub struct MerchantConnectorCreate {
|
||||
// By default the ConnectorStatus is Active
|
||||
pub status: Option<api_enums::ConnectorStatus>,
|
||||
|
||||
/// The identifier for the Merchant Account
|
||||
#[schema(value_type = String, max_length = 64, min_length = 1, example = "y3oqhf46pyzuxjbcn2giaqnb44")]
|
||||
pub merchant_id: id_type::MerchantId,
|
||||
|
||||
/// In case the merchant needs to store any additional sensitive data
|
||||
#[schema(value_type = Option<AdditionalMerchantData>)]
|
||||
pub additional_merchant_data: Option<AdditionalMerchantData>,
|
||||
|
||||
Reference in New Issue
Block a user