chore: add wasm toml configs for netcetera authnetication connector (#4426)

This commit is contained in:
Hrithikesh
2024-04-22 18:45:13 +05:30
committed by GitHub
parent b8be10de52
commit 4851da1595
3 changed files with 26 additions and 0 deletions

View File

@ -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]

View File

@ -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"

View File

@ -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"