You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Create a new Merchant Connector for the merchant account. The connector could be a payment processor / facilitator / acquirer or specialized services like Fraud / Accounting etc."
/// Create a new Merchant Connector for the merchant account. The connector could be a payment processor / facilitator / acquirer or specialized services like Fraud / Accounting etc."
/// Type of the Connector for the financial use case. Could range from Payments to Accounting to Banking.
1457
+
#[schema(value_type = ConnectorType, example = "payment_processor")]
1458
+
pubconnector_type: api_enums::ConnectorType,
1459
+
1460
+
/// This is an unique label you can generate and pass in order to identify this connector account on your Hyperswitch dashboard and reports. Eg: if your profile label is `default`, connector label can be `stripe_default`
1461
+
#[schema(example = "stripe_US_travel")]
1462
+
pubconnector_label:Option<String>,
1463
+
1464
+
/// An object containing the required details/credentials for a Connector account.
/// You can specify up to 50 keys, with key names up to 40 characters long and values up to 500 characters long. Metadata is useful for storing additional, structured information on an object.
0 commit comments