mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
chore: add wasm toml configs for netcetera authnetication connector (#4426)
This commit is contained in:
@ -87,6 +87,8 @@ pub struct ConfigMetadata {
|
||||
pub merchant_name: Option<String>,
|
||||
pub acquirer_bin: Option<String>,
|
||||
pub acquirer_merchant_id: Option<String>,
|
||||
pub three_ds_requestor_name: Option<String>,
|
||||
pub three_ds_requestor_id: Option<String>,
|
||||
}
|
||||
|
||||
#[serde_with::skip_serializing_none]
|
||||
|
||||
@ -2599,6 +2599,18 @@ mcc="MCC"
|
||||
merchant_country_code="3 digit numeric country code"
|
||||
merchant_name="Name of the merchant"
|
||||
|
||||
[netcetera]
|
||||
[netcetera.connector_auth.CertificateAuth]
|
||||
certificate="Base64 encoded PEM formatted certificate chain"
|
||||
private_key="Base64 encoded PEM formatted private key"
|
||||
[netcetera.metadata]
|
||||
mcc="MCC"
|
||||
merchant_country_code="3 digit numeric country code"
|
||||
merchant_name="Name of the merchant"
|
||||
endpoint_prefix="string that will replace '{prefix}' in this base url 'https://{prefix}.3ds-server.prev.netcetera-cloud-payment.ch'"
|
||||
three_ds_requestor_name="ThreeDS requestor name"
|
||||
three_ds_requestor_id="ThreeDS request id"
|
||||
|
||||
[billwerk]
|
||||
[[billwerk.credit]]
|
||||
payment_method_type = "Mastercard"
|
||||
|
||||
@ -2601,6 +2601,18 @@ mcc="MCC"
|
||||
merchant_country_code="3 digit numeric country code"
|
||||
merchant_name="Name of the merchant"
|
||||
|
||||
[netcetera]
|
||||
[netcetera.connector_auth.CertificateAuth]
|
||||
certificate="Base64 encoded PEM formatted certificate chain"
|
||||
private_key="Base64 encoded PEM formatted private key"
|
||||
[netcetera.metadata]
|
||||
mcc="MCC"
|
||||
merchant_country_code="3 digit numeric country code"
|
||||
merchant_name="Name of the merchant"
|
||||
endpoint_prefix="string that will replace '{prefix}' in this base url 'https://{prefix}.3ds-server.prev.netcetera-cloud-payment.ch'"
|
||||
three_ds_requestor_name="ThreeDS requestor name"
|
||||
three_ds_requestor_id="ThreeDS request id"
|
||||
|
||||
[billwerk]
|
||||
[[billwerk.credit]]
|
||||
payment_method_type = "Mastercard"
|
||||
|
||||
Reference in New Issue
Block a user