diff --git a/config/config.example.toml b/config/config.example.toml index 5d4a508c73..e3d6990ba4 100644 --- a/config/config.example.toml +++ b/config/config.example.toml @@ -199,6 +199,7 @@ barclaycard.base_url = "https://api.smartpayfuse-test.barclaycard/" billwerk.base_url = "https://api.reepay.com/" billwerk.secondary_base_url = "https://card.reepay.com/" bitpay.base_url = "https://test.bitpay.com" +blackhawknetwork.base_url = "https://api-sandbox.blackhawknetwork.com/" bluesnap.base_url = "https://sandbox.bluesnap.com/" bluesnap.secondary_base_url = "https://sandpay.bluesnap.com/" boku.base_url = "https://$-api4-stage.boku.com" diff --git a/config/deployments/integration_test.toml b/config/deployments/integration_test.toml index 94e7d986fb..77775f87bf 100644 --- a/config/deployments/integration_test.toml +++ b/config/deployments/integration_test.toml @@ -38,6 +38,7 @@ barclaycard.base_url = "https://api.smartpayfuse-test.barclaycard/" billwerk.base_url = "https://api.reepay.com/" billwerk.secondary_base_url = "https://card.reepay.com/" bitpay.base_url = "https://test.bitpay.com" +blackhawknetwork.base_url = "https://api-sandbox.blackhawknetwork.com/" bluesnap.base_url = "https://sandbox.bluesnap.com/" bluesnap.secondary_base_url = "https://sandpay.bluesnap.com/" boku.base_url = "https://$-api4-stage.boku.com" diff --git a/config/deployments/production.toml b/config/deployments/production.toml index 10704f8f13..7b0b29e007 100644 --- a/config/deployments/production.toml +++ b/config/deployments/production.toml @@ -42,6 +42,7 @@ barclaycard.base_url = "https://api.smartpayfuse-test.barclaycard/" billwerk.base_url = "https://api.reepay.com/" billwerk.secondary_base_url = "https://card.reepay.com/" bitpay.base_url = "https://bitpay.com" +blackhawknetwork.base_url = "https://api.blackhawknetwork.com/" bluesnap.base_url = "https://ws.bluesnap.com/" bluesnap.secondary_base_url = "https://pay.bluesnap.com/" boku.base_url = "https://country-api4-stage.boku.com" diff --git a/config/deployments/sandbox.toml b/config/deployments/sandbox.toml index 9fce2a0d85..12816d57bf 100644 --- a/config/deployments/sandbox.toml +++ b/config/deployments/sandbox.toml @@ -42,6 +42,7 @@ barclaycard.base_url = "https://api.smartpayfuse-test.barclaycard/" billwerk.base_url = "https://api.reepay.com/" billwerk.secondary_base_url = "https://card.reepay.com/" bitpay.base_url = "https://test.bitpay.com" +blackhawknetwork.base_url = "https://api-sandbox.blackhawknetwork.com/" bluesnap.base_url = "https://sandbox.bluesnap.com/" bluesnap.secondary_base_url = "https://sandpay.bluesnap.com/" boku.base_url = "https://$-api4-stage.boku.com" diff --git a/config/development.toml b/config/development.toml index 1ccbd25063..9f8a1a8f2a 100644 --- a/config/development.toml +++ b/config/development.toml @@ -238,6 +238,7 @@ barclaycard.base_url = "https://api.smartpayfuse-test.barclaycard/" billwerk.base_url = "https://api.reepay.com/" billwerk.secondary_base_url = "https://card.reepay.com/" bitpay.base_url = "https://test.bitpay.com" +blackhawknetwork.base_url = "https://api-sandbox.blackhawknetwork.com/" bluesnap.base_url = "https://sandbox.bluesnap.com/" bluesnap.secondary_base_url = "https://sandpay.bluesnap.com/" boku.base_url = "https://$-api4-stage.boku.com" diff --git a/config/docker_compose.toml b/config/docker_compose.toml index d811cb111a..2e37da5728 100644 --- a/config/docker_compose.toml +++ b/config/docker_compose.toml @@ -125,6 +125,7 @@ barclaycard.base_url = "https://api.smartpayfuse-test.barclaycard/" billwerk.base_url = "https://api.reepay.com/" billwerk.secondary_base_url = "https://card.reepay.com/" bitpay.base_url = "https://test.bitpay.com" +blackhawknetwork.base_url = "https://api-sandbox.blackhawknetwork.com/" bluesnap.base_url = "https://sandbox.bluesnap.com/" bluesnap.secondary_base_url = "https://sandpay.bluesnap.com/" boku.base_url = "https://$-api4-stage.boku.com" diff --git a/crates/connector_configs/src/connector.rs b/crates/connector_configs/src/connector.rs index 67e340fa15..f69efb673b 100644 --- a/crates/connector_configs/src/connector.rs +++ b/crates/connector_configs/src/connector.rs @@ -187,6 +187,7 @@ pub struct ConnectorConfig { pub barclaycard: Option, pub billwerk: Option, pub bitpay: Option, + pub blackhawknetwork: Option, pub bluesnap: Option, pub boku: Option, pub braintree: Option, diff --git a/crates/connector_configs/toml/development.toml b/crates/connector_configs/toml/development.toml index 8ed9c6ba94..124ca38b5d 100644 --- a/crates/connector_configs/toml/development.toml +++ b/crates/connector_configs/toml/development.toml @@ -6337,3 +6337,7 @@ key1="Secret Key" [affirm] [affirm.connector_auth.HeaderKey] api_key = "API Key" + +[blackhawknetwork] +[blackhawknetwork.connector_auth.HeaderKey] +api_key = "API Key" diff --git a/crates/connector_configs/toml/production.toml b/crates/connector_configs/toml/production.toml index b9b702f4ec..aa522ca9b5 100644 --- a/crates/connector_configs/toml/production.toml +++ b/crates/connector_configs/toml/production.toml @@ -1,4203 +1,4205 @@ [aci] [[aci.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[aci.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[aci.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[aci.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[aci.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[aci.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[aci.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[aci.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[aci.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[aci.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[aci.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[aci.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[aci.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[aci.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[aci.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[aci.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[aci.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[aci.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[aci.wallet]] - payment_method_type = "ali_pay" +payment_method_type = "ali_pay" [[aci.wallet]] - payment_method_type = "mb_way" +payment_method_type = "mb_way" [[aci.bank_redirect]] - payment_method_type = "ideal" +payment_method_type = "ideal" [[aci.bank_redirect]] - payment_method_type = "giropay" +payment_method_type = "giropay" [[aci.bank_redirect]] - payment_method_type = "sofort" +payment_method_type = "sofort" [[aci.bank_redirect]] - payment_method_type = "eps" +payment_method_type = "eps" [[aci.bank_redirect]] - payment_method_type = "przelewy24" +payment_method_type = "przelewy24" [[aci.bank_redirect]] - payment_method_type = "trustly" +payment_method_type = "trustly" [aci.connector_auth.BodyKey] -api_key="API Key" -key1="Entity ID" +api_key = "API Key" +key1 = "Entity ID" [aci.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [adyen] [[adyen.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[adyen.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[adyen.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[adyen.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[adyen.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[adyen.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[adyen.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[adyen.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[adyen.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[adyen.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[adyen.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[adyen.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[adyen.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[adyen.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[adyen.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[adyen.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[adyen.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[adyen.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[adyen.pay_later]] - payment_method_type = "klarna" +payment_method_type = "klarna" [[adyen.pay_later]] - payment_method_type = "affirm" +payment_method_type = "affirm" [[adyen.pay_later]] - payment_method_type = "afterpay_clearpay" +payment_method_type = "afterpay_clearpay" [[adyen.bank_debit]] - payment_method_type = "ach" +payment_method_type = "ach" [[adyen.bank_debit]] - payment_method_type = "bacs" +payment_method_type = "bacs" [[adyen.bank_redirect]] - payment_method_type = "ideal" +payment_method_type = "ideal" [[adyen.bank_redirect]] - payment_method_type = "eps" +payment_method_type = "eps" [[adyen.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[adyen.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[adyen.wallet]] - payment_method_type = "paypal" +payment_method_type = "paypal" [adyen.connector_auth.BodyKey] -api_key="Adyen API Key" -key1="Adyen Account Id" +api_key = "Adyen API Key" +key1 = "Adyen Account Id" [adyen.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [adyenplatform_payout] [[adyenplatform_payout.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[adyenplatform_payout.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[adyenplatform_payout.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[adyenplatform_payout.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[adyenplatform_payout.bank_transfer]] - payment_method_type = "sepa" +payment_method_type = "sepa" [adyenplatform_payout.connector_auth.HeaderKey] api_key = "Adyen platform's API Key" [adyenplatform_payout.metadata.source_balance_account] -name="source_balance_account" -label="Source balance account ID" -placeholder="Enter Source balance account ID" -required=true -type="Text" +name = "source_balance_account" +label = "Source balance account ID" +placeholder = "Enter Source balance account ID" +required = true +type = "Text" [adyenplatform_payout.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[adyen.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[adyen.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[adyen.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[adyen.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[adyen.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[adyen.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[adyen.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[adyen.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector", "Hyperswitch"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector", "Hyperswitch"] [[adyen.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[adyen.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[adyen.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[adyen.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[adyen.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[adyen.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[adyen.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[adyen.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[adyen.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [adyen.metadata.endpoint_prefix] -name="endpoint_prefix" -label="Live endpoint prefix" -placeholder="Enter Live endpoint prefix" -required=true -type="Text" +name = "endpoint_prefix" +label = "Live endpoint prefix" +placeholder = "Enter Live endpoint prefix" +required = true +type = "Text" [airwallex] [[airwallex.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[airwallex.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[airwallex.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[airwallex.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[airwallex.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[airwallex.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[airwallex.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[airwallex.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[airwallex.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[airwallex.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[airwallex.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[airwallex.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[airwallex.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[airwallex.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[airwallex.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[airwallex.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[airwallex.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[airwallex.debit]] - payment_method_type = "UnionPay" -body_type="BodyKey" +payment_method_type = "UnionPay" +body_type = "BodyKey" [airwallex.connector_auth.BodyKey] -api_key="API Key" -key1="Client ID" +api_key = "API Key" +key1 = "Client ID" [airwallex.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [authipay] [[authipay.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[authipay.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[authipay.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[authipay.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [authipay.connector_auth.SignatureKey] -api_key="API Key" -api_secret="API Secret" -key1="Merchant ID" +api_key = "API Key" +api_secret = "API Secret" +key1 = "Merchant ID" [authipay.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [authorizedotnet] [[authorizedotnet.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[authorizedotnet.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[authorizedotnet.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[authorizedotnet.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[authorizedotnet.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[authorizedotnet.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[authorizedotnet.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[authorizedotnet.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[authorizedotnet.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[authorizedotnet.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[authorizedotnet.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[authorizedotnet.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[authorizedotnet.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[authorizedotnet.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[authorizedotnet.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[authorizedotnet.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[authorizedotnet.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[authorizedotnet.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[authorizedotnet.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[authorizedotnet.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[authorizedotnet.wallet]] - payment_method_type = "paypal" -body_type="BodyKey" +payment_method_type = "paypal" +body_type = "BodyKey" [authorizedotnet.connector_auth.BodyKey] -api_key="API Login ID" -key1="Transaction Key" +api_key = "API Login ID" +key1 = "Transaction Key" [[authorizedotnet.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[authorizedotnet.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[authorizedotnet.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[authorizedotnet.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[authorizedotnet.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[authorizedotnet.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[authorizedotnet.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[authorizedotnet.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector"] [[authorizedotnet.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[authorizedotnet.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[authorizedotnet.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[authorizedotnet.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[authorizedotnet.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[authorizedotnet.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[authorizedotnet.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[authorizedotnet.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[authorizedotnet.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[authorizedotnet.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[authorizedotnet.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [bitpay] [[bitpay.crypto]] - payment_method_type = "crypto_currency" +payment_method_type = "crypto_currency" [bitpay.connector_auth.HeaderKey] -api_key="API Key" +api_key = "API Key" [bitpay.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [bluesnap] [[bluesnap.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[bluesnap.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[bluesnap.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[bluesnap.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[bluesnap.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[bluesnap.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[bluesnap.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[bluesnap.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[bluesnap.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[bluesnap.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[bluesnap.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [bluesnap.connector_auth.BodyKey] -api_key="Password" -key1="Username" +api_key = "Password" +key1 = "Username" [bluesnap.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[bluesnap.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[bluesnap.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[bluesnap.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[bluesnap.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[bluesnap.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[bluesnap.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[bluesnap.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[bluesnap.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector"] [[bluesnap.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[bluesnap.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[bluesnap.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[bluesnap.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[bluesnap.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[bluesnap.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[bluesnap.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[bluesnap.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[bluesnap.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[bluesnap.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[bluesnap.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [bluesnap.metadata.merchant_id] -name="merchant_id" -label="Merchant Id" -placeholder="Enter Merchant Id" -required=false -type="Text" +name = "merchant_id" +label = "Merchant Id" +placeholder = "Enter Merchant Id" +required = false +type = "Text" [braintree] [[braintree.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[braintree.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[braintree.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[braintree.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[braintree.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[braintree.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[braintree.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[braintree.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[braintree.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[braintree.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[braintree.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[braintree.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[braintree.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[braintree.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[braintree.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[braintree.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[braintree.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[bluesnap.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[braintree.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [braintree.connector_auth.SignatureKey] -api_key="Public Key" -key1="Merchant Id" -api_secret="Private Key" +api_key = "Public Key" +key1 = "Merchant Id" +api_secret = "Private Key" [braintree.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [braintree.metadata.merchant_account_id] -name="merchant_account_id" -label="Merchant Account Id" -placeholder="Enter Merchant Account Id" -required=true -type="Text" +name = "merchant_account_id" +label = "Merchant Account Id" +placeholder = "Enter Merchant Account Id" +required = true +type = "Text" [braintree.metadata.merchant_config_currency] -name="merchant_config_currency" -label="Currency" -placeholder="Enter Currency" -required=true -type="Select" -options=[] +name = "merchant_config_currency" +label = "Currency" +placeholder = "Enter Currency" +required = true +type = "Select" +options = [] [bambora] [[bambora.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[bambora.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[bambora.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[bambora.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[bambora.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[bambora.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[bambora.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[bambora.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[bambora.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[bambora.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[bambora.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[bambora.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[bambora.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[bambora.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[bambora.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[bambora.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[bambora.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[bambora.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [bambora.connector_auth.BodyKey] -api_key="Passcode" -key1="Merchant Id" +api_key = "Passcode" +key1 = "Merchant Id" [bamboraapac] [[bamboraapac.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[bamboraapac.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[bamboraapac.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[bamboraapac.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[bamboraapac.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[bamboraapac.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[bamboraapac.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[bamboraapac.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[bamboraapac.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[bamboraapac.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[bamboraapac.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[bamboraapac.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[bamboraapac.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[bamboraapac.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[bamboraapac.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[bamboraapac.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[bamboraapac.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[bamboraapac.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [bamboraapac.connector_auth.SignatureKey] -api_key="Username" -key1="Account Number" -api_secret="Password" +api_key = "Username" +key1 = "Account Number" +api_secret = "Password" [bankofamerica] [[bankofamerica.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[bankofamerica.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[bankofamerica.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[bankofamerica.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[bankofamerica.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[bankofamerica.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[bankofamerica.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[bankofamerica.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[bankofamerica.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[bankofamerica.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[bankofamerica.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[bankofamerica.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[bankofamerica.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[bankofamerica.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[bankofamerica.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[bankofamerica.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[bankofamerica.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[bankofamerica.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[bankofamerica.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[bankofamerica.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [bankofamerica.connector_auth.SignatureKey] -api_key="Key" -key1="Merchant ID" -api_secret="Shared Secret" +api_key = "Key" +key1 = "Merchant ID" +api_secret = "Shared Secret" [bankofamerica.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[bankofamerica.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[bankofamerica.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[bankofamerica.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[bankofamerica.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[bankofamerica.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[bankofamerica.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[bankofamerica.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[bankofamerica.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector","Hyperswitch"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector", "Hyperswitch"] [[bankofamerica.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[bankofamerica.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[bankofamerica.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[bankofamerica.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[bankofamerica.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[bankofamerica.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[bankofamerica.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[bankofamerica.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[bankofamerica.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[bankofamerica.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[bankofamerica.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [barclaycard] [[barclaycard.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[barclaycard.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[barclaycard.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[barclaycard.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[barclaycard.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[barclaycard.credit]] - payment_method_type = "Maestro" +payment_method_type = "Maestro" [[barclaycard.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[barclaycard.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[barclaycard.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[barclaycard.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[barclaycard.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[barclaycard.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[barclaycard.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[barclaycard.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[barclaycard.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[barclaycard.debit]] - payment_method_type = "Maestro" +payment_method_type = "Maestro" [[barclaycard.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[barclaycard.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[barclaycard.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[barclaycard.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [barclaycard.connector_auth.SignatureKey] -api_key="Key" -key1="Merchant ID" -api_secret="Shared Secret" +api_key = "Key" +key1 = "Merchant ID" +api_secret = "Shared Secret" [cashtocode] [[cashtocode.reward]] - payment_method_type = "classic" +payment_method_type = "classic" [[cashtocode.reward]] - payment_method_type = "evoucher" +payment_method_type = "evoucher" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.EUR.classic] -password_classic="Password Classic" -username_classic="Username Classic" -merchant_id_classic="MerchantId Classic" +password_classic = "Password Classic" +username_classic = "Username Classic" +merchant_id_classic = "MerchantId Classic" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.EUR.evoucher] -password_evoucher="Password Evoucher" -username_evoucher="Username Evoucher" -merchant_id_evoucher="MerchantId Evoucher" +password_evoucher = "Password Evoucher" +username_evoucher = "Username Evoucher" +merchant_id_evoucher = "MerchantId Evoucher" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.GBP.classic] -password_classic="Password Classic" -username_classic="Username Classic" -merchant_id_classic="MerchantId Classic" +password_classic = "Password Classic" +username_classic = "Username Classic" +merchant_id_classic = "MerchantId Classic" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.GBP.evoucher] -password_evoucher="Password Evoucher" -username_evoucher="Username Evoucher" -merchant_id_evoucher="MerchantId Evoucher" +password_evoucher = "Password Evoucher" +username_evoucher = "Username Evoucher" +merchant_id_evoucher = "MerchantId Evoucher" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.USD.classic] -password_classic="Password Classic" -username_classic="Username Classic" -merchant_id_classic="MerchantId Classic" +password_classic = "Password Classic" +username_classic = "Username Classic" +merchant_id_classic = "MerchantId Classic" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.USD.evoucher] -password_evoucher="Password Evoucher" -username_evoucher="Username Evoucher" -merchant_id_evoucher="MerchantId Evoucher" +password_evoucher = "Password Evoucher" +username_evoucher = "Username Evoucher" +merchant_id_evoucher = "MerchantId Evoucher" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.CAD.classic] -password_classic="Password Classic" -username_classic="Username Classic" -merchant_id_classic="MerchantId Classic" +password_classic = "Password Classic" +username_classic = "Username Classic" +merchant_id_classic = "MerchantId Classic" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.CAD.evoucher] -password_evoucher="Password Evoucher" -username_evoucher="Username Evoucher" -merchant_id_evoucher="MerchantId Evoucher" +password_evoucher = "Password Evoucher" +username_evoucher = "Username Evoucher" +merchant_id_evoucher = "MerchantId Evoucher" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.CHF.classic] -password_classic="Password Classic" -username_classic="Username Classic" -merchant_id_classic="MerchantId Classic" +password_classic = "Password Classic" +username_classic = "Username Classic" +merchant_id_classic = "MerchantId Classic" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.CHF.evoucher] -password_evoucher="Password Evoucher" -username_evoucher="Username Evoucher" -merchant_id_evoucher="MerchantId Evoucher" +password_evoucher = "Password Evoucher" +username_evoucher = "Username Evoucher" +merchant_id_evoucher = "MerchantId Evoucher" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.AUD.classic] -password_classic="Password Classic" -username_classic="Username Classic" -merchant_id_classic="MerchantId Classic" +password_classic = "Password Classic" +username_classic = "Username Classic" +merchant_id_classic = "MerchantId Classic" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.AUD.evoucher] -password_evoucher="Password Evoucher" -username_evoucher="Username Evoucher" -merchant_id_evoucher="MerchantId Evoucher" +password_evoucher = "Password Evoucher" +username_evoucher = "Username Evoucher" +merchant_id_evoucher = "MerchantId Evoucher" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.INR.classic] -password_classic="Password Classic" -username_classic="Username Classic" -merchant_id_classic="MerchantId Classic" +password_classic = "Password Classic" +username_classic = "Username Classic" +merchant_id_classic = "MerchantId Classic" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.INR.evoucher] -password_evoucher="Password Evoucher" -username_evoucher="Username Evoucher" -merchant_id_evoucher="MerchantId Evoucher" +password_evoucher = "Password Evoucher" +username_evoucher = "Username Evoucher" +merchant_id_evoucher = "MerchantId Evoucher" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.JPY.classic] -password_classic="Password Classic" -username_classic="Username Classic" -merchant_id_classic="MerchantId Classic" +password_classic = "Password Classic" +username_classic = "Username Classic" +merchant_id_classic = "MerchantId Classic" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.JPY.evoucher] -password_evoucher="Password Evoucher" -username_evoucher="Username Evoucher" -merchant_id_evoucher="MerchantId Evoucher" +password_evoucher = "Password Evoucher" +username_evoucher = "Username Evoucher" +merchant_id_evoucher = "MerchantId Evoucher" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.NZD.classic] -password_classic="Password Classic" -username_classic="Username Classic" -merchant_id_classic="MerchantId Classic" +password_classic = "Password Classic" +username_classic = "Username Classic" +merchant_id_classic = "MerchantId Classic" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.NZD.evoucher] -password_evoucher="Password Evoucher" -username_evoucher="Username Evoucher" -merchant_id_evoucher="MerchantId Evoucher" +password_evoucher = "Password Evoucher" +username_evoucher = "Username Evoucher" +merchant_id_evoucher = "MerchantId Evoucher" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.ZAR.classic] -password_classic="Password Classic" -username_classic="Username Classic" -merchant_id_classic="MerchantId Classic" +password_classic = "Password Classic" +username_classic = "Username Classic" +merchant_id_classic = "MerchantId Classic" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.ZAR.evoucher] -password_evoucher="Password Evoucher" -username_evoucher="Username Evoucher" -merchant_id_evoucher="MerchantId Evoucher" +password_evoucher = "Password Evoucher" +username_evoucher = "Username Evoucher" +merchant_id_evoucher = "MerchantId Evoucher" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.CNY.classic] -password_classic="Password Classic" -username_classic="Username Classic" -merchant_id_classic="MerchantId Classic" +password_classic = "Password Classic" +username_classic = "Username Classic" +merchant_id_classic = "MerchantId Classic" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.CNY.evoucher] -password_evoucher="Password Evoucher" -username_evoucher="Username Evoucher" -merchant_id_evoucher="MerchantId Evoucher" +password_evoucher = "Password Evoucher" +username_evoucher = "Username Evoucher" +merchant_id_evoucher = "MerchantId Evoucher" [cashtocode.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [cryptopay] [[cryptopay.crypto]] - payment_method_type = "crypto_currency" +payment_method_type = "crypto_currency" [cryptopay.connector_auth.BodyKey] -api_key="API Key" -key1="Secret Key" +api_key = "API Key" +key1 = "Secret Key" [cryptopay.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [checkout] [[checkout.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[checkout.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[checkout.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[checkout.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[checkout.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[checkout.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[checkout.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[checkout.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[checkout.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[checkout.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[checkout.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[checkout.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[checkout.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[checkout.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[checkout.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[checkout.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[checkout.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[checkout.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[checkout.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[checkout.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [checkout.connector_auth.SignatureKey] -api_key="Checkout API Public Key" -key1="Processing Channel ID" -api_secret="Checkout API Secret Key" +api_key = "Checkout API Public Key" +key1 = "Processing Channel ID" +api_secret = "Checkout API Secret Key" [checkout.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[checkout.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[checkout.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[checkout.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[checkout.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[checkout.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[checkout.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[checkout.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[checkout.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector"] [[checkout.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[checkout.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[checkout.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[checkout.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[checkout.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[checkout.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[checkout.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[checkout.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[checkout.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[checkout.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[checkout.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] - +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [coinbase] [[coinbase.crypto]] - payment_method_type = "crypto_currency" +payment_method_type = "crypto_currency" [coinbase.connector_auth.HeaderKey] -api_key="API Key" +api_key = "API Key" [coinbase.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [coinbase.metadata.pricing_type] -name="pricing_type" -label="Select the pricing type Example: fixed_price,no_price" -placeholder="Select the pricing type Example: fixed_price,no_price" -required=true -type="Select" -options=["fixed_price","no_price"] +name = "pricing_type" +label = "Select the pricing type Example: fixed_price,no_price" +placeholder = "Select the pricing type Example: fixed_price,no_price" +required = true +type = "Select" +options = ["fixed_price", "no_price"] [coingate] [[coingate.crypto]] - payment_method_type = "crypto_currency" +payment_method_type = "crypto_currency" [coingate.connector_auth.BodyKey] -api_key="API Key" -key1 ="Merchant Token" +api_key = "API Key" +key1 = "Merchant Token" [coingate.metadata.currency_id] -name="currency_id" -label="ID of the currency in which the refund will be issued" -placeholder="Enter ID of the currency in which the refund will be issued" -required=true -type="Number" +name = "currency_id" +label = "ID of the currency in which the refund will be issued" +placeholder = "Enter ID of the currency in which the refund will be issued" +required = true +type = "Number" [coingate.metadata.platform_id] -name="platform_id" -label="Platform ID of the currency in which the refund will be issued" -placeholder="Enter Platform ID of the currency in which the refund will be issued" -required=true -type="Number" +name = "platform_id" +label = "Platform ID of the currency in which the refund will be issued" +placeholder = "Enter Platform ID of the currency in which the refund will be issued" +required = true +type = "Number" [coingate.metadata.ledger_account_id] -name="ledger_account_id" -label="ID of the trader balance associated with the currency in which the refund will be issued" -placeholder="Enter ID of the trader balance associated with the currency in which the refund will be issued" -required=true -type="Text" +name = "ledger_account_id" +label = "ID of the trader balance associated with the currency in which the refund will be issued" +placeholder = "Enter ID of the trader balance associated with the currency in which the refund will be issued" +required = true +type = "Text" [cybersource] [[cybersource.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[cybersource.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[cybersource.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[cybersource.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[cybersource.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[cybersource.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[cybersource.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[cybersource.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[cybersource.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[cybersource.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[cybersource.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[cybersource.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[cybersource.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[cybersource.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[cybersource.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[cybersource.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[cybersource.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[cybersource.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[cybersource.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[cybersource.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [cybersource.connector_auth.SignatureKey] -api_key="Key" -key1="Merchant ID" -api_secret="Shared Secret" +api_key = "Key" +key1 = "Merchant ID" +api_secret = "Shared Secret" [cybersource.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [cybersource.metadata] disable_avs = "Disable AVS check" disable_cvn = "Disable CVN check" [[cybersource.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[cybersource.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[cybersource.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[cybersource.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[cybersource.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[cybersource.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[cybersource.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[cybersource.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector","Hyperswitch"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector", "Hyperswitch"] [[cybersource.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[cybersource.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[cybersource.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[cybersource.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[cybersource.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[cybersource.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[cybersource.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[cybersource.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[cybersource.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[cybersource.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[cybersource.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [cybersource.metadata.acquirer_bin] -name="acquirer_bin" -label="Acquirer Bin" -placeholder="Enter Acquirer Bin" -required=false -type="Text" +name = "acquirer_bin" +label = "Acquirer Bin" +placeholder = "Enter Acquirer Bin" +required = false +type = "Text" [cybersource.metadata.acquirer_merchant_id] -name="acquirer_merchant_id" -label="Acquirer Merchant ID" -placeholder="Enter Acquirer Merchant ID" -required=false -type="Text" +name = "acquirer_merchant_id" +label = "Acquirer Merchant ID" +placeholder = "Enter Acquirer Merchant ID" +required = false +type = "Text" [cybersource.metadata.acquirer_country_code] -name="acquirer_country_code" -label="Acquirer Country Code" -placeholder="Enter Acquirer Country Code" -required=false -type="Text" +name = "acquirer_country_code" +label = "Acquirer Country Code" +placeholder = "Enter Acquirer Country Code" +required = false +type = "Text" [deutschebank] [[deutschebank.bank_debit]] - payment_method_type = "sepa" +payment_method_type = "sepa" [[deutschebank.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[deutschebank.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[deutschebank.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[deutschebank.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [deutschebank.connector_auth.SignatureKey] -api_key="Client ID" -key1="Merchant ID" -api_secret="Client Key" +api_key = "Client ID" +key1 = "Merchant ID" +api_secret = "Client Key" [dlocal] [[dlocal.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[dlocal.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[dlocal.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[dlocal.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[dlocal.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[dlocal.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[dlocal.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[dlocal.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[dlocal.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[dlocal.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[dlocal.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[dlocal.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[dlocal.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[dlocal.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[dlocal.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[dlocal.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[dlocal.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[dlocal.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [dlocal.connector_auth.SignatureKey] -api_key="X Login" -key1="X Trans Key" -api_secret="Secret Key" +api_key = "X Login" +key1 = "X Trans Key" +api_secret = "Secret Key" [dlocal.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [fiserv] [[fiserv.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[fiserv.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[fiserv.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[fiserv.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[fiserv.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[fiserv.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[fiserv.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[fiserv.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[fiserv.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[fiserv.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[fiserv.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[fiserv.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[fiserv.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[fiserv.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[fiserv.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[fiserv.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[fiserv.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[fiserv.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [fiserv.connector_auth.SignatureKey] -api_key="API Key" -key1="Merchant ID" -api_secret="API Secret" +api_key = "API Key" +key1 = "Merchant ID" +api_secret = "API Secret" [fiserv.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [fiserv.metadata.terminal_id] -name="terminal_id" -label="Terminal ID" -placeholder="Enter Terminal ID" -required=true -type="Text" +name = "terminal_id" +label = "Terminal ID" +placeholder = "Enter Terminal ID" +required = true +type = "Text" [fiservemea] [[fiservemea.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[fiservemea.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[fiservemea.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[fiservemea.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[fiservemea.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[fiservemea.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[fiservemea.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[fiservemea.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[fiservemea.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[fiservemea.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[fiservemea.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[fiservemea.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[fiservemea.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[fiservemea.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[fiservemea.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[fiservemea.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[fiservemea.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[fiservemea.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [fiservemea.connector_auth.BodyKey] -api_key="API Key" -key1="Secret Key" +api_key = "API Key" +key1 = "Secret Key" [forte] [[forte.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[forte.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[forte.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[forte.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[forte.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[forte.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[forte.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[forte.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[forte.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[forte.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[forte.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[forte.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[forte.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[forte.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[forte.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[forte.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[forte.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[forte.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [forte.connector_auth.MultiAuthKey] -api_key="API Access ID" -key1="Organization ID" -api_secret="API Secure Key" -key2="Location ID" +api_key = "API Access ID" +key1 = "Organization ID" +api_secret = "API Secure Key" +key2 = "Location ID" [forte.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [getnet] [[getnet.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[getnet.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[getnet.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[getnet.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[getnet.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[getnet.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[getnet.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[getnet.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[getnet.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[getnet.credit]] - payment_method_type = "RuPay" +payment_method_type = "RuPay" [[getnet.credit]] - payment_method_type = "Maestro" +payment_method_type = "Maestro" [globalpay] [[globalpay.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[globalpay.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[globalpay.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[globalpay.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[globalpay.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[globalpay.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[globalpay.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[globalpay.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[globalpay.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[globalpay.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[globalpay.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[globalpay.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[globalpay.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[globalpay.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[globalpay.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[globalpay.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[globalpay.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[globalpay.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[globalpay.bank_redirect]] - payment_method_type = "ideal" +payment_method_type = "ideal" [[globalpay.bank_redirect]] - payment_method_type = "giropay" +payment_method_type = "giropay" [[globalpay.bank_redirect]] - payment_method_type = "sofort" +payment_method_type = "sofort" [[globalpay.bank_redirect]] - payment_method_type = "eps" +payment_method_type = "eps" [[globalpay.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[globalpay.wallet]] - payment_method_type = "paypal" +payment_method_type = "paypal" [globalpay.connector_auth.BodyKey] -api_key="Global App Key" -key1="Global App ID" +api_key = "Global App Key" +key1 = "Global App ID" [globalpay.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[globalpay.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[globalpay.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[globalpay.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[globalpay.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[globalpay.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[globalpay.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[globalpay.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[globalpay.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[globalpay.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[globalpay.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[globalpay.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [globalpay.metadata.account_name] -name="account_name" -label="Account Name" -placeholder="Enter Account Name" -required=true -type="Text" +name = "account_name" +label = "Account Name" +placeholder = "Enter Account Name" +required = true +type = "Text" [globepay] [[globepay.wallet]] - payment_method_type = "we_chat_pay" +payment_method_type = "we_chat_pay" [[globepay.wallet]] - payment_method_type = "ali_pay" +payment_method_type = "ali_pay" [globepay.connector_auth.BodyKey] -api_key="Partner Code" -key1="Credential Code" +api_key = "Partner Code" +key1 = "Credential Code" [globepay.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [iatapay] [[iatapay.upi]] - payment_method_type = "upi_collect" +payment_method_type = "upi_collect" [iatapay.connector_auth.SignatureKey] -api_key="Client ID" -key1="Airline ID" -api_secret="Client Secret" +api_key = "Client ID" +key1 = "Airline ID" +api_secret = "Client Secret" [iatapay.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [itaubank] [[itaubank.bank_transfer]] - payment_method_type = "pix" +payment_method_type = "pix" [itaubank.connector_auth.MultiAuthKey] -key1="Client Id" -api_key="Client Secret" -api_secret="Certificates" -key2="Certificate Key" +key1 = "Client Id" +api_key = "Client Secret" +api_secret = "Certificates" +key2 = "Certificate Key" [jpmorgan] [[jpmorgan.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[jpmorgan.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[jpmorgan.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[jpmorgan.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[jpmorgan.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[jpmorgan.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[jpmorgan.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[jpmorgan.credit]] - payment_method_type = "Visa" - [[jpmorgan.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "Visa" [[jpmorgan.debit]] - payment_method_type = "DinersClub" +payment_method_type = "AmericanExpress" [[jpmorgan.debit]] - payment_method_type = "Discover" +payment_method_type = "DinersClub" [[jpmorgan.debit]] - payment_method_type = "JCB" +payment_method_type = "Discover" [[jpmorgan.debit]] - payment_method_type = "Mastercard" +payment_method_type = "JCB" [[jpmorgan.debit]] - payment_method_type = "Discover" +payment_method_type = "Mastercard" [[jpmorgan.debit]] - payment_method_type = "UnionPay" +payment_method_type = "Discover" [[jpmorgan.debit]] - payment_method_type = "Visa" +payment_method_type = "UnionPay" +[[jpmorgan.debit]] +payment_method_type = "Visa" [jpmorgan.connector_auth.BodyKey] -api_key="Access Token" -key1="Client Secret" +api_key = "Access Token" +key1 = "Client Secret" [klarna] [[klarna.pay_later]] - payment_method_type = "klarna" - payment_experience = "invoke_sdk_client" +payment_method_type = "klarna" +payment_experience = "invoke_sdk_client" [[klarna.pay_later]] - payment_method_type = "klarna" - payment_experience = "redirect_to_url" +payment_method_type = "klarna" +payment_experience = "redirect_to_url" [klarna.connector_auth.BodyKey] -key1="Klarna Merchant Username" -api_key="Klarna Merchant ID Password" +key1 = "Klarna Merchant Username" +api_key = "Klarna Merchant ID Password" [klarna.metadata.klarna_region] -name="klarna_region" -label="Region of your Klarna Merchant Account" -placeholder="Enter Region of your Klarna Merchant Account" -required=true -type="Select" -options=["Europe","NorthAmerica","Oceania"] +name = "klarna_region" +label = "Region of your Klarna Merchant Account" +placeholder = "Enter Region of your Klarna Merchant Account" +required = true +type = "Select" +options = ["Europe", "NorthAmerica", "Oceania"] [mifinity] [[mifinity.wallet]] - payment_method_type = "mifinity" +payment_method_type = "mifinity" [mifinity.connector_auth.HeaderKey] -api_key="key" +api_key = "key" [mifinity.metadata.brand_id] -name="brand_id" -label="Merchant Brand ID" -placeholder="Enter Brand ID" -required=true -type="Text" +name = "brand_id" +label = "Merchant Brand ID" +placeholder = "Enter Brand ID" +required = true +type = "Text" [mifinity.metadata.destination_account_number] -name="destination_account_number" -label="Destination Account Number" -placeholder="Enter Destination Account Number" -required=true -type="Text" +name = "destination_account_number" +label = "Destination Account Number" +placeholder = "Enter Destination Account Number" +required = true +type = "Text" [razorpay] [[razorpay.upi]] - payment_method_type = "upi_collect" +payment_method_type = "upi_collect" [razorpay.connector_auth.BodyKey] -api_key="Razorpay Id" +api_key = "Razorpay Id" key1 = "Razorpay Secret" [mollie] [[mollie.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[mollie.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[mollie.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[mollie.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[mollie.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[mollie.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[mollie.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[mollie.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[mollie.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[mollie.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[mollie.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[mollie.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[mollie.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[mollie.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[mollie.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[mollie.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[mollie.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[mollie.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[mollie.bank_redirect]] - payment_method_type = "ideal" +payment_method_type = "ideal" [[mollie.bank_redirect]] - payment_method_type = "giropay" +payment_method_type = "giropay" [[mollie.bank_redirect]] - payment_method_type = "sofort" +payment_method_type = "sofort" [[mollie.bank_redirect]] - payment_method_type = "eps" +payment_method_type = "eps" [[mollie.wallet]] - payment_method_type = "paypal" +payment_method_type = "paypal" [mollie.connector_auth.BodyKey] -api_key="API Key" -key1="Profile Token" +api_key = "API Key" +key1 = "Profile Token" [mollie.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [moneris] [[moneris.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[moneris.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[moneris.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[moneris.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[moneris.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[moneris.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[moneris.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[moneris.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[moneris.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[moneris.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[moneris.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[moneris.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[moneris.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[moneris.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[moneris.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[moneris.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[moneris.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[moneris.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [moneris.connector_auth.SignatureKey] -api_key="Client Secret" -key1="Client Id" -api_secret="Merchant Id" +api_key = "Client Secret" +key1 = "Client Id" +api_secret = "Merchant Id" [multisafepay] [[multisafepay.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[multisafepay.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[multisafepay.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[multisafepay.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[multisafepay.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[multisafepay.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[multisafepay.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[multisafepay.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[multisafepay.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[multisafepay.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[multisafepay.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[multisafepay.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[multisafepay.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[multisafepay.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[multisafepay.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[multisafepay.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[multisafepay.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[multisafepay.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [multisafepay.connector_auth.HeaderKey] -api_key="Enter API Key" +api_key = "Enter API Key" [multisafepay.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [nexinets] [[nexinets.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[nexinets.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[nexinets.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[nexinets.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[nexinets.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[nexinets.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[nexinets.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[nexinets.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[nexinets.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[nexinets.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[nexinets.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[nexinets.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[nexinets.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[nexinets.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[nexinets.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[nexinets.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[nexinets.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[nexinets.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[nexinets.bank_redirect]] - payment_method_type = "ideal" +payment_method_type = "ideal" [[nexinets.bank_redirect]] - payment_method_type = "giropay" +payment_method_type = "giropay" [[nexinets.bank_redirect]] - payment_method_type = "sofort" +payment_method_type = "sofort" [[nexinets.bank_redirect]] - payment_method_type = "eps" +payment_method_type = "eps" [[nexinets.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[nexinets.wallet]] - payment_method_type = "paypal" +payment_method_type = "paypal" [nexinets.connector_auth.BodyKey] -api_key="API Key" -key1="Merchant ID" +api_key = "API Key" +key1 = "Merchant ID" [[nexinets.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[nexinets.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[nexinets.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[nexinets.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[nexinets.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[nexinets.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[nexinets.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[nexinets.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector"] [nexixpay] [[nexixpay.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[nexixpay.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[nexixpay.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[nexixpay.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[nexixpay.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[nexixpay.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[nexixpay.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[nexixpay.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [nexixpay.connector_auth.HeaderKey] -api_key="API Key" +api_key = "API Key" [nmi] [[nmi.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[nmi.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[nmi.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[nmi.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[nmi.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[nmi.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[nmi.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[nmi.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[nmi.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[nmi.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[nmi.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[nmi.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[nmi.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[nmi.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[nmi.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[nmi.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[nmi.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[nmi.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [nmi.connector_auth.BodyKey] -api_key="API Key" -key1="Public Key" +api_key = "API Key" +key1 = "Public Key" [nmi.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [novalnet] [[novalnet.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[novalnet.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[novalnet.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[novalnet.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[novalnet.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[novalnet.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[novalnet.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[novalnet.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[novalnet.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[novalnet.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[novalnet.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[novalnet.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[novalnet.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[novalnet.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[novalnet.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[novalnet.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[novalnet.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[novalnet.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[novalnet.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[novalnet.wallet]] - payment_method_type = "paypal" +payment_method_type = "paypal" [[novalnet.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [novalnet.connector_auth.SignatureKey] -api_key="Product Activation Key" -key1="Payment Access Key" -api_secret="Tariff ID" +api_key = "Product Activation Key" +key1 = "Payment Access Key" +api_secret = "Tariff ID" [novalnet.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[novalnet.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[novalnet.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[novalnet.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[novalnet.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[novalnet.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[novalnet.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[novalnet.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[novalnet.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[novalnet.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[novalnet.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[novalnet.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[novalnet.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[novalnet.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[novalnet.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[novalnet.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[novalnet.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Select" -options=["web","ios"] +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Select" +options = ["web", "ios"] [[novalnet.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[novalnet.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[novalnet.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector"] [nuvei] [[nuvei.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[nuvei.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[nuvei.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[nuvei.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[nuvei.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[nuvei.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[nuvei.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[nuvei.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[nuvei.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[nuvei.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[nuvei.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[nuvei.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[nuvei.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[nuvei.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[nuvei.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[nuvei.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[nuvei.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[nuvei.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [nuvei.connector_auth.SignatureKey] -api_key="Merchant ID" -key1="Merchant Site ID" -api_secret="Merchant Secret" +api_key = "Merchant ID" +key1 = "Merchant Site ID" +api_secret = "Merchant Secret" [nuvei.connector_webhook_details] -merchant_secret="Source verification key" - - +merchant_secret = "Source verification key" [opennode] [[opennode.crypto]] - payment_method_type = "crypto_currency" +payment_method_type = "crypto_currency" [opennode.connector_auth.HeaderKey] -api_key="API Key" +api_key = "API Key" [opennode.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [paypal] [[paypal.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[paypal.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[paypal.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[paypal.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[paypal.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[paypal.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[paypal.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[paypal.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[paypal.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[paypal.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[paypal.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[paypal.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[paypal.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[paypal.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[paypal.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[paypal.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[paypal.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[paypal.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[paypal.wallet]] - payment_method_type = "paypal" - payment_experience = "invoke_sdk_client" +payment_method_type = "paypal" +payment_experience = "invoke_sdk_client" [[paypal.wallet]] - payment_method_type = "paypal" - payment_experience = "redirect_to_url" +payment_method_type = "paypal" +payment_experience = "redirect_to_url" is_verifiable = true [paypal.connector_auth.BodyKey] -api_key="Client Secret" -key1="Client ID" +api_key = "Client Secret" +key1 = "Client ID" [paypal.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [paypal.metadata.paypal_sdk] -client_id="Client ID" +client_id = "Client ID" [paystack] [[paystack.bank_redirect]] - payment_method_type = "eft" +payment_method_type = "eft" [paystack.connector_auth.HeaderKey] -api_key="API Key" +api_key = "API Key" [paystack.connector_webhook_details] -merchant_secret="API Key" +merchant_secret = "API Key" [payu] [[payu.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[payu.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[payu.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[payu.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[payu.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[payu.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[payu.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[payu.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[payu.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[payu.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[payu.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[payu.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[payu.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[payu.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[payu.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[payu.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[payu.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[payu.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[payu.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [payu.connector_auth.BodyKey] -api_key="API Key" -key1="Merchant POS ID" +api_key = "API Key" +key1 = "Merchant POS ID" [payu.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[payu.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[payu.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[payu.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[payu.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[payu.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[payu.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[payu.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[payu.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[payu.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[payu.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[payu.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [rapyd] [[rapyd.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[rapyd.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[rapyd.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[rapyd.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[rapyd.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[rapyd.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[rapyd.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[rapyd.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[rapyd.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[rapyd.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[rapyd.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[rapyd.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[rapyd.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[rapyd.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[rapyd.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[rapyd.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[rapyd.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[rapyd.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[rapyd.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [rapyd.connector_auth.BodyKey] -api_key="Access Key" -key1="API Secret" +api_key = "Access Key" +key1 = "API Secret" [rapyd.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[rapyd.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[rapyd.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[rapyd.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[rapyd.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[rapyd.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[rapyd.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[rapyd.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[rapyd.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector"] [shift4] [[shift4.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[shift4.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[shift4.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[shift4.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[shift4.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[shift4.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[shift4.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[shift4.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[shift4.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[shift4.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[shift4.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[shift4.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[shift4.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[shift4.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[shift4.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[shift4.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[shift4.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[shift4.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[shift4.bank_redirect]] - payment_method_type = "ideal" +payment_method_type = "ideal" [[shift4.bank_redirect]] - payment_method_type = "giropay" +payment_method_type = "giropay" [[shift4.bank_redirect]] - payment_method_type = "sofort" +payment_method_type = "sofort" [[shift4.bank_redirect]] - payment_method_type = "eps" +payment_method_type = "eps" [shift4.connector_auth.HeaderKey] -api_key="API Key" +api_key = "API Key" [shift4.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [stripe] [[stripe.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[stripe.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[stripe.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[stripe.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[stripe.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[stripe.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[stripe.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[stripe.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[stripe.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[stripe.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[stripe.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[stripe.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[stripe.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[stripe.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[stripe.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[stripe.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[stripe.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[stripe.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[stripe.pay_later]] - payment_method_type = "klarna" +payment_method_type = "klarna" [[stripe.pay_later]] - payment_method_type = "affirm" +payment_method_type = "affirm" [[stripe.pay_later]] - payment_method_type = "afterpay_clearpay" +payment_method_type = "afterpay_clearpay" [[stripe.bank_redirect]] - payment_method_type = "ideal" +payment_method_type = "ideal" [[stripe.bank_redirect]] - payment_method_type = "giropay" +payment_method_type = "giropay" [[stripe.bank_redirect]] - payment_method_type = "eps" +payment_method_type = "eps" [[stripe.bank_debit]] - payment_method_type = "ach" +payment_method_type = "ach" [[stripe.bank_debit]] - payment_method_type = "becs" +payment_method_type = "becs" [[stripe.bank_debit]] - payment_method_type = "sepa" +payment_method_type = "sepa" [[stripe.bank_transfer]] - payment_method_type = "ach" +payment_method_type = "ach" [[stripe.bank_transfer]] - payment_method_type = "bacs" +payment_method_type = "bacs" [[stripe.bank_transfer]] - payment_method_type = "sepa" +payment_method_type = "sepa" [[stripe.wallet]] - payment_method_type = "amazon_pay" +payment_method_type = "amazon_pay" [[stripe.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[stripe.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[stripe.wallet]] - payment_method_type = "revolut_pay" +payment_method_type = "revolut_pay" is_verifiable = true [stripe.connector_auth.HeaderKey] -api_key="Secret Key" +api_key = "Secret Key" [stripe.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[stripe.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[stripe.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[stripe.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[stripe.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[stripe.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[stripe.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[stripe.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[stripe.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector","Hyperswitch"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector", "Hyperswitch"] [[stripe.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[stripe.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[stripe.metadata.google_pay]] -name="stripe:publishableKey" -label="Stripe Publishable Key" -placeholder="Enter Stripe Publishable Key" -required=true -type="Text" +name = "stripe:publishableKey" +label = "Stripe Publishable Key" +placeholder = "Enter Stripe Publishable Key" +required = true +type = "Text" [[stripe.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[stripe.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[stripe.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[stripe.connector_wallets_details.google_pay]] -name="stripe:publishableKey" -label="Stripe Publishable Key" -placeholder="Enter Stripe Publishable Key" -required=true -type="Text" +name = "stripe:publishableKey" +label = "Stripe Publishable Key" +placeholder = "Enter Stripe Publishable Key" +required = true +type = "Text" [[stripe.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[stripe.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[stripe.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[stripe.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] - - +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [trustpay] [[trustpay.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[trustpay.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[trustpay.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[trustpay.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[trustpay.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[trustpay.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[trustpay.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[trustpay.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[trustpay.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[trustpay.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[trustpay.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[trustpay.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[trustpay.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[trustpay.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[trustpay.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[trustpay.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[trustpay.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[trustpay.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[trustpay.bank_redirect]] - payment_method_type = "ideal" +payment_method_type = "ideal" [[trustpay.bank_redirect]] - payment_method_type = "giropay" +payment_method_type = "giropay" [[trustpay.bank_redirect]] - payment_method_type = "sofort" +payment_method_type = "sofort" [[trustpay.bank_redirect]] - payment_method_type = "eps" +payment_method_type = "eps" [[trustpay.bank_redirect]] - payment_method_type = "blik" +payment_method_type = "blik" [[trustpay.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[trustpay.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[trustpay.bank_transfer]] - payment_method_type = "sepa_bank_transfer" +payment_method_type = "sepa_bank_transfer" [[trustpay.bank_transfer]] - payment_method_type = "instant_bank_transfer" +payment_method_type = "instant_bank_transfer" [[trustpay.bank_transfer]] - payment_method_type = "instant_bank_transfer_finland" +payment_method_type = "instant_bank_transfer_finland" [[trustpay.bank_transfer]] - payment_method_type = "instant_bank_transfer_poland" +payment_method_type = "instant_bank_transfer_poland" [trustpay.connector_auth.SignatureKey] -api_key="API Key" -key1="Project ID" -api_secret="Secret Key" +api_key = "API Key" +key1 = "Project ID" +api_secret = "Secret Key" [trustpay.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[trustpay.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[trustpay.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[trustpay.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[trustpay.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[trustpay.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[trustpay.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[trustpay.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[trustpay.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector"] [[trustpay.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[trustpay.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[trustpay.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[trustpay.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[trustpay.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[trustpay.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[trustpay.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[trustpay.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[trustpay.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[trustpay.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[trustpay.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [worldline] [[worldline.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[worldline.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[worldline.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[worldline.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[worldline.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[worldline.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[worldline.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[worldline.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[worldline.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[worldline.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[worldline.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[worldline.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[worldline.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[worldline.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[worldline.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[worldline.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[worldline.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[worldline.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[worldline.bank_redirect]] - payment_method_type = "ideal" +payment_method_type = "ideal" [[worldline.bank_redirect]] - payment_method_type = "giropay" +payment_method_type = "giropay" [worldline.connector_auth.SignatureKey] -api_key="API Key ID" -key1="Merchant ID" -api_secret="Secret API Key" +api_key = "API Key ID" +key1 = "Merchant ID" +api_secret = "Secret API Key" [worldline.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [worldpay] [[worldpay.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[worldpay.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[worldpay.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[worldpay.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[worldpay.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[worldpay.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[worldpay.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[worldpay.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[worldpay.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[worldpay.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[worldpay.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[worldpay.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[worldpay.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[worldpay.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[worldpay.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[worldpay.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[worldpay.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[worldpay.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[worldpay.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[worldpay.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [worldpay.connector_auth.SignatureKey] -key1="Username" -api_key="Password" -api_secret="Merchant Identifier" +key1 = "Username" +api_key = "Password" +api_secret = "Merchant Identifier" [worldpay.metadata.merchant_name] -name="merchant_name" -label="Name of the merchant to de displayed during 3DS challenge" -placeholder="Enter Name of the merchant" -required=true -type="Text" +name = "merchant_name" +label = "Name of the merchant to de displayed during 3DS challenge" +placeholder = "Enter Name of the merchant" +required = true +type = "Text" [[worldpay.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[worldpay.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[worldpay.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[worldpay.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[worldpay.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[worldpay.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[worldpay.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[worldpay.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector"] [[worldpay.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[worldpay.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[worldpay.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[worldpay.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[worldpay.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[worldpay.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[worldpay.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[worldpay.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[worldpay.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[worldpay.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[worldpay.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] - +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [payme] [[payme.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[payme.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[payme.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[payme.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[payme.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[payme.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[payme.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[payme.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[payme.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[payme.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[payme.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[payme.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[payme.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[payme.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[payme.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[payme.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[payme.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[payme.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [payme.connector_auth.BodyKey] -api_key="Seller Payme Id" -key1="Payme Public Key" +api_key = "Seller Payme Id" +key1 = "Payme Public Key" [payme.connector_webhook_details] -merchant_secret="Payme Client Secret" -additional_secret="Payme Client Key" +merchant_secret = "Payme Client Secret" +additional_secret = "Payme Client Key" [plaid] [[plaid.open_banking]] - payment_method_type = "open_banking_pis" +payment_method_type = "open_banking_pis" [plaid.connector_auth.BodyKey] -api_key="client_id" -key1="secret" +api_key = "client_id" +key1 = "secret" [plaid.additional_merchant_data.open_banking_recipient_data] -name="open_banking_recipient_data" -label="Open Banking Recipient Data" -placeholder="Enter Open Banking Recipient Data" -required=true -type="Select" -options=["account_data","connector_recipient_id","wallet_id"] +name = "open_banking_recipient_data" +label = "Open Banking Recipient Data" +placeholder = "Enter Open Banking Recipient Data" +required = true +type = "Select" +options = ["account_data", "connector_recipient_id", "wallet_id"] [plaid.additional_merchant_data.account_data] -name="account_data" -label="Bank scheme" -placeholder="Enter account_data" -required=true -type="Select" -options=["iban","bacs"] +name = "account_data" +label = "Bank scheme" +placeholder = "Enter account_data" +required = true +type = "Select" +options = ["iban", "bacs"] [plaid.additional_merchant_data.connector_recipient_id] -name="connector_recipient_id" -label="Connector Recipient Id" -placeholder="Enter connector recipient id" -required=true -type="Text" +name = "connector_recipient_id" +label = "Connector Recipient Id" +placeholder = "Enter connector recipient id" +required = true +type = "Text" [plaid.additional_merchant_data.wallet_id] -name="wallet_id" -label="Wallet Id" -placeholder="Enter wallet id" -required=true -type="Text" +name = "wallet_id" +label = "Wallet Id" +placeholder = "Enter wallet id" +required = true +type = "Text" [[plaid.additional_merchant_data.iban]] -name="iban" -label="Iban" -placeholder="Enter iban" -required=true -type="Text" +name = "iban" +label = "Iban" +placeholder = "Enter iban" +required = true +type = "Text" [[plaid.additional_merchant_data.iban]] -name="iban.name" -label="Name" -placeholder="Enter name" -required=true -type="Text" +name = "iban.name" +label = "Name" +placeholder = "Enter name" +required = true +type = "Text" [[plaid.additional_merchant_data.bacs]] -name="sort_code" -label="Sort Code" -placeholder="Enter sort code" -required=true -type="Text" +name = "sort_code" +label = "Sort Code" +placeholder = "Enter sort code" +required = true +type = "Text" [[plaid.additional_merchant_data.bacs]] -name="account_number" -label="Account number" -placeholder="Enter account number" -required=true -type="Text" +name = "account_number" +label = "Account number" +placeholder = "Enter account number" +required = true +type = "Text" [[plaid.additional_merchant_data.bacs]] -name="bacs.name" -label="Name" -placeholder="Enter name" -required=true -type="Text" +name = "bacs.name" +label = "Name" +placeholder = "Enter name" +required = true +type = "Text" [powertranz] [[powertranz.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[powertranz.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[powertranz.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[powertranz.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[powertranz.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[powertranz.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[powertranz.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[powertranz.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[powertranz.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[powertranz.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[powertranz.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[powertranz.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[powertranz.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[powertranz.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[powertranz.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[powertranz.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[powertranz.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[powertranz.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [powertranz.connector_auth.BodyKey] key1 = "PowerTranz Id" -api_key="PowerTranz Password" +api_key = "PowerTranz Password" [powertranz.connector_webhook_details] -merchant_secret="Source verification key" - +merchant_secret = "Source verification key" [tsys] [[tsys.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[tsys.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[tsys.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[tsys.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[tsys.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[tsys.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[tsys.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[tsys.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[tsys.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[tsys.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[tsys.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[tsys.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[tsys.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[tsys.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[tsys.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[tsys.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[tsys.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[tsys.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [tsys.connector_auth.SignatureKey] -api_key="Device Id" -key1="Transaction Key" -api_secret="Developer Id" +api_key = "Device Id" +key1 = "Transaction Key" +api_secret = "Developer Id" [tsys.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [volt] [[volt.bank_redirect]] - payment_method_type = "open_banking_uk" +payment_method_type = "open_banking_uk" [volt.connector_auth.MultiAuthKey] api_key = "Username" api_secret = "Password" key1 = "Client ID" key2 = "Client Secret" [volt.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [zen] [[zen.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[zen.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[zen.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[zen.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[zen.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[zen.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[zen.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[zen.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[zen.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[zen.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[zen.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[zen.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[zen.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[zen.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[zen.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[zen.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[zen.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[zen.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[zen.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[zen.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[zen.voucher]] - payment_method_type = "boleto" +payment_method_type = "boleto" [[zen.voucher]] - payment_method_type = "efecty" +payment_method_type = "efecty" [[zen.voucher]] - payment_method_type = "pago_efectivo" +payment_method_type = "pago_efectivo" [[zen.voucher]] - payment_method_type = "red_compra" +payment_method_type = "red_compra" [[zen.voucher]] - payment_method_type = "red_pagos" +payment_method_type = "red_pagos" [[zen.bank_transfer]] - payment_method_type = "pix" +payment_method_type = "pix" [[zen.bank_transfer]] - payment_method_type = "pse" +payment_method_type = "pse" [zen.connector_auth.HeaderKey] -api_key="API Key" +api_key = "API Key" [zen.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[zen.metadata.apple_pay]] -name="terminal_uuid" -label="Terminal UUID" -placeholder="Enter Terminal UUID" -required=true -type="Text" +name = "terminal_uuid" +label = "Terminal UUID" +placeholder = "Enter Terminal UUID" +required = true +type = "Text" [[zen.metadata.apple_pay]] -name="pay_wall_secret" -label="Pay Wall Secret" -placeholder="Enter Pay Wall Secret" -required=true -type="Text" +name = "pay_wall_secret" +label = "Pay Wall Secret" +placeholder = "Enter Pay Wall Secret" +required = true +type = "Text" [[zen.metadata.google_pay]] -name="terminal_uuid" -label="Terminal UUID" -placeholder="Enter Terminal UUID" -required=true -type="Text" +name = "terminal_uuid" +label = "Terminal UUID" +placeholder = "Enter Terminal UUID" +required = true +type = "Text" [[zen.metadata.google_pay]] -name="pay_wall_secret" -label="Pay Wall Secret" -placeholder="Enter Pay Wall Secret" -required=true -type="Text" +name = "pay_wall_secret" +label = "Pay Wall Secret" +placeholder = "Enter Pay Wall Secret" +required = true +type = "Text" [zsl] [[zsl.bank_transfer]] - payment_method_type = "local_bank_transfer" +payment_method_type = "local_bank_transfer" [zsl.connector_auth.BodyKey] api_key = "Key" key1 = "Merchant ID" [netcetera] [netcetera.connector_auth.CertificateAuth] -certificate="Base64 encoded PEM formatted certificate chain" -private_key="Base64 encoded PEM formatted private key" +certificate = "Base64 encoded PEM formatted certificate chain" +private_key = "Base64 encoded PEM formatted private key" [netcetera.metadata.endpoint_prefix] -name="endpoint_prefix" -label="Live endpoint prefix" -placeholder="string that will replace '{prefix}' in this base url 'https://{prefix}.3ds-server.prev.netcetera-cloud-payment.ch'" -required=true -type="Text" +name = "endpoint_prefix" +label = "Live endpoint prefix" +placeholder = "string that will replace '{prefix}' in this base url 'https://{prefix}.3ds-server.prev.netcetera-cloud-payment.ch'" +required = true +type = "Text" [netcetera.metadata.mcc] -name="mcc" -label="MCC" -placeholder="Enter MCC" -required=false -type="Text" +name = "mcc" +label = "MCC" +placeholder = "Enter MCC" +required = false +type = "Text" [netcetera.metadata.merchant_country_code] -name="merchant_country_code" -label="3 digit numeric country code" -placeholder="Enter 3 digit numeric country code" -required=false -type="Text" +name = "merchant_country_code" +label = "3 digit numeric country code" +placeholder = "Enter 3 digit numeric country code" +required = false +type = "Text" [netcetera.metadata.merchant_name] -name="merchant_name" -label="Name of the merchant" -placeholder="Enter Name of the merchant" -required=false -type="Text" +name = "merchant_name" +label = "Name of the merchant" +placeholder = "Enter Name of the merchant" +required = false +type = "Text" [netcetera.metadata.three_ds_requestor_name] -name="three_ds_requestor_name" -label="ThreeDS requestor name" -placeholder="Enter ThreeDS requestor name" -required=false -type="Text" +name = "three_ds_requestor_name" +label = "ThreeDS requestor name" +placeholder = "Enter ThreeDS requestor name" +required = false +type = "Text" [netcetera.metadata.three_ds_requestor_id] -name="three_ds_requestor_id" -label="ThreeDS request id" -placeholder="Enter ThreeDS request id" -required=false -type="Text" +name = "three_ds_requestor_id" +label = "ThreeDS request id" +placeholder = "Enter ThreeDS request id" +required = false +type = "Text" [netcetera.metadata.merchant_configuration_id] -name="merchant_configuration_id" -label="Merchant Configuration ID" -placeholder="Enter Merchant Configuration ID" -required=false -type="Text" +name = "merchant_configuration_id" +label = "Merchant Configuration ID" +placeholder = "Enter Merchant Configuration ID" +required = false +type = "Text" [taxjar] [taxjar.connector_auth.HeaderKey] -api_key="Live Token" +api_key = "Live Token" [billwerk] [[billwerk.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[billwerk.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[billwerk.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[billwerk.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[billwerk.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[billwerk.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[billwerk.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[billwerk.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[billwerk.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[billwerk.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[billwerk.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[billwerk.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[billwerk.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[billwerk.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[billwerk.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[billwerk.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[billwerk.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[billwerk.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [billwerk.connector_auth.BodyKey] -api_key="Private Api Key" -key1="Public Api Key" +api_key = "Private Api Key" +key1 = "Public Api Key" [paybox] [[paybox.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[paybox.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[paybox.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[paybox.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[paybox.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[paybox.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[paybox.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[paybox.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[paybox.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[paybox.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[paybox.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[paybox.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[paybox.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[paybox.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[paybox.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[paybox.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[paybox.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [paybox.connector_auth.MultiAuthKey] -api_key="SITE Key" -key1="Rang Identifier" -api_secret="CLE Secret" -key2 ="Merchant Id" +api_key = "SITE Key" +key1 = "Rang Identifier" +api_secret = "CLE Secret" +key2 = "Merchant Id" [datatrans] [[datatrans.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[datatrans.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[datatrans.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[datatrans.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[datatrans.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[datatrans.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[datatrans.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[datatrans.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[datatrans.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[datatrans.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[datatrans.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[datatrans.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[datatrans.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[datatrans.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[datatrans.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[datatrans.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[datatrans.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[datatrans.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [datatrans.connector_auth.BodyKey] api_key = "Passcode" key1 = "datatrans MerchantId" [datatrans.metadata.acquirer_bin] -name="acquirer_bin" -label="Acquirer Bin" -placeholder="Enter Acquirer Bin" -required=false -type="Text" +name = "acquirer_bin" +label = "Acquirer Bin" +placeholder = "Enter Acquirer Bin" +required = false +type = "Text" [datatrans.metadata.acquirer_merchant_id] -name="acquirer_merchant_id" -label="Acquirer Merchant ID" -placeholder="Enter Acquirer Merchant ID" -required=false -type="Text" +name = "acquirer_merchant_id" +label = "Acquirer Merchant ID" +placeholder = "Enter Acquirer Merchant ID" +required = false +type = "Text" [datatrans.metadata.acquirer_country_code] -name="acquirer_country_code" -label="Acquirer Country Code" -placeholder="Enter Acquirer Country Code" -required=false -type="Text" +name = "acquirer_country_code" +label = "Acquirer Country Code" +placeholder = "Enter Acquirer Country Code" +required = false +type = "Text" [wellsfargo] [[wellsfargo.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[wellsfargo.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[wellsfargo.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[wellsfargo.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[wellsfargo.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[wellsfargo.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[wellsfargo.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[wellsfargo.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[wellsfargo.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[wellsfargo.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[wellsfargo.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[wellsfargo.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[wellsfargo.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[wellsfargo.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[wellsfargo.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[wellsfargo.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[wellsfargo.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[wellsfargo.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [wellsfargo.connector_auth.SignatureKey] -api_key="Key" -key1="Merchant ID" -api_secret="Shared Secret" +api_key = "Key" +key1 = "Merchant ID" +api_secret = "Shared Secret" [fiuu] [[fiuu.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[fiuu.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[fiuu.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[fiuu.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[fiuu.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[fiuu.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[fiuu.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[fiuu.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[fiuu.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[fiuu.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[fiuu.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[fiuu.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[fiuu.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[fiuu.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[fiuu.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[fiuu.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[fiuu.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[fiuu.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[fiuu.real_time_payment]] - payment_method_type = "duit_now" +payment_method_type = "duit_now" [[fiuu.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[fiuu.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[fiuu.bank_redirect]] - payment_method_type = "online_banking_fpx" +payment_method_type = "online_banking_fpx" [fiuu.connector_auth.SignatureKey] -api_key="Verify Key" -key1="Merchant ID" -api_secret="Secret Key" +api_key = "Verify Key" +key1 = "Merchant ID" +api_secret = "Secret Key" [[fiuu.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[fiuu.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[fiuu.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[fiuu.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[fiuu.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[fiuu.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[fiuu.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[fiuu.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[fiuu.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[fiuu.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[fiuu.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[fiuu.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[fiuu.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[fiuu.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[fiuu.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[fiuu.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Select" -options=["web","ios"] +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Select" +options = ["web", "ios"] [[fiuu.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[fiuu.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[fiuu.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Hyperswitch"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Hyperswitch"] [fiuu.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [tokenio] [[tokenio.open_banking]] - payment_method_type = "open_banking_pis" +payment_method_type = "open_banking_pis" [tokenio.connector_auth.MultiAuthKey] -api_key="Key Id" -api_secret="Private Key" -key1="Merchant Id" -key2="Key Algorithm" +api_key = "Key Id" +api_secret = "Private Key" +key1 = "Merchant Id" +key2 = "Key Algorithm" [tokenio.connector_webhook_details] -merchant_secret="Tokenio Public Key" +merchant_secret = "Tokenio Public Key" [tokenio.additional_merchant_data.open_banking_recipient_data] -name="open_banking_recipient_data" -label="Open Banking Recipient Data" -placeholder="Enter Open Banking Recipient Data" -required=true -type="Select" -options=["account_data"] +name = "open_banking_recipient_data" +label = "Open Banking Recipient Data" +placeholder = "Enter Open Banking Recipient Data" +required = true +type = "Select" +options = ["account_data"] [tokenio.additional_merchant_data.account_data] -name="account_data" -label="Bank scheme" -placeholder="Enter account_data" -required=true -type="Select" -options=["iban","bacs","faster_payments","sepa","sepa_instant","elixir","bankgiro","plusgiro"] +name = "account_data" +label = "Bank scheme" +placeholder = "Enter account_data" +required = true +type = "Select" +options = [ + "iban", + "bacs", + "faster_payments", + "sepa", + "sepa_instant", + "elixir", + "bankgiro", + "plusgiro", +] [[tokenio.additional_merchant_data.iban]] name = "iban" label = "IBAN" @@ -4340,209 +4342,209 @@ type = "Text" [elavon] [[elavon.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[elavon.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[elavon.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[elavon.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[elavon.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[elavon.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[elavon.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[elavon.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[elavon.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[elavon.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[elavon.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[elavon.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[elavon.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[elavon.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[elavon.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[elavon.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[elavon.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[elavon.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [elavon.connector_auth.SignatureKey] -api_key="Account Id" -key1="User ID" -api_secret="Pin" +api_key = "Account Id" +key1 = "User ID" +api_secret = "Pin" [xendit] [[xendit.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[xendit.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[xendit.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[xendit.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[xendit.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[xendit.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[xendit.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[xendit.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[xendit.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[xendit.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[xendit.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[xendit.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[xendit.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[xendit.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[xendit.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[xendit.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[xendit.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[xendit.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [xendit.connector_auth.HeaderKey] -api_key="API Key" +api_key = "API Key" [xendit.connector_webhook_details] -merchant_secret="Webhook Verification Token" +merchant_secret = "Webhook Verification Token" [inespay] [[inespay.bank_debit]] - payment_method_type = "sepa" +payment_method_type = "sepa" [inespay.connector_auth.BodyKey] -api_key="API Key" -key1="API Token" +api_key = "API Key" +key1 = "API Token" [inespay.connector_webhook_details] -merchant_secret="API Key" +merchant_secret = "API Key" [nomupay_payout] [[nomupay_payout.bank_transfer]] - payment_method_type = "sepa" +payment_method_type = "sepa" [nomupay_payout.connector_auth.BodyKey] api_key = "Nomupay kid" key1 = "Nomupay eid" [nomupay_payout.metadata.private_key] -name="Private key for signature generation" -label="Enter your private key" -placeholder="------BEGIN PRIVATE KEY-------" -required=true -type="Text" +name = "Private key for signature generation" +label = "Enter your private key" +placeholder = "------BEGIN PRIVATE KEY-------" +required = true +type = "Text" [hipay] [[hipay.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[hipay.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[hipay.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[hipay.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[hipay.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[hipay.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[hipay.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[hipay.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[hipay.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[hipay.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[hipay.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[hipay.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[hipay.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[hipay.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[hipay.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[hipay.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[hipay.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[hipay.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [hipay.connector_auth.BodyKey] -api_key="API Login ID" -key1="API password" +api_key = "API Login ID" +key1 = "API password" [ctp_visa] [ctp_visa.connector_auth.NoKey] [ctp_visa.metadata.dpa_id] -name="dpa_id" -label="DPA Id" -placeholder="Enter DPA Id" -required=true -type="Text" +name = "dpa_id" +label = "DPA Id" +placeholder = "Enter DPA Id" +required = true +type = "Text" [ctp_visa.metadata.dpa_name] -name="dpa_name" -label="DPA Name" -placeholder="Enter DPA Name" -required=true -type="Text" +name = "dpa_name" +label = "DPA Name" +placeholder = "Enter DPA Name" +required = true +type = "Text" [ctp_visa.metadata.locale] -name="locale" -label="Locale" -placeholder="Enter locale" -required=true -type="Text" +name = "locale" +label = "Locale" +placeholder = "Enter locale" +required = true +type = "Text" [ctp_visa.metadata.acquirer_bin] -name="acquirer_bin" -label="Acquire Bin" -placeholder="Enter Acquirer Bin" -required=true -type="Text" +name = "acquirer_bin" +label = "Acquire Bin" +placeholder = "Enter Acquirer Bin" +required = true +type = "Text" [ctp_visa.metadata.acquirer_merchant_id] -name="acquirer_merchant_id" -label="Acquire Merchant Id" -placeholder="Enter Acquirer Merchant Id" -required=true -type="Text" +name = "acquirer_merchant_id" +label = "Acquire Merchant Id" +placeholder = "Enter Acquirer Merchant Id" +required = true +type = "Text" [ctp_visa.metadata.merchant_category_code] -name="merchant_category_code" -label="Merchant Category Code" -placeholder="Enter Merchant Category Code" -required=true -type="Text" +name = "merchant_category_code" +label = "Merchant Category Code" +placeholder = "Enter Merchant Category Code" +required = true +type = "Text" [ctp_visa.metadata.merchant_country_code] -name="merchant_country_code" -label="Merchant Country Code" -placeholder="Enter Merchant Country Code" -required=true -type="Text" +name = "merchant_country_code" +label = "Merchant Country Code" +placeholder = "Enter Merchant Country Code" +required = true +type = "Text" [ctp_visa.metadata.dpa_client_id] -name="dpa_client_id" -label="DPA Client ID" -placeholder="Enter DPA Client ID" -required=true -type="Text" +name = "dpa_client_id" +label = "DPA Client ID" +placeholder = "Enter DPA Client ID" +required = true +type = "Text" [redsys] [[redsys.credit]] @@ -4577,67 +4579,67 @@ api_secret = "Secret Key" [ctp_mastercard] [ctp_mastercard.connector_auth.HeaderKey] -api_key="API Key" +api_key = "API Key" [ctp_mastercard.metadata.dpa_id] -name="dpa_id" -label="DPA Id" -placeholder="Enter DPA Id" -required=true -type="Text" +name = "dpa_id" +label = "DPA Id" +placeholder = "Enter DPA Id" +required = true +type = "Text" [ctp_mastercard.metadata.dpa_name] -name="dpa_name" -label="DPA Name" -placeholder="Enter DPA Name" -required=true -type="Text" +name = "dpa_name" +label = "DPA Name" +placeholder = "Enter DPA Name" +required = true +type = "Text" [ctp_mastercard.metadata.locale] -name="locale" -label="Locale" -placeholder="Enter locale" -required=true -type="Text" +name = "locale" +label = "Locale" +placeholder = "Enter locale" +required = true +type = "Text" [ctp_mastercard.metadata.acquirer_bin] -name="acquirer_bin" -label="Acquire Bin" -placeholder="Enter Acquirer Bin" -required=true -type="Text" +name = "acquirer_bin" +label = "Acquire Bin" +placeholder = "Enter Acquirer Bin" +required = true +type = "Text" [ctp_mastercard.metadata.acquirer_merchant_id] -name="acquirer_merchant_id" -label="Acquire Merchant Id" -placeholder="Enter Acquirer Merchant Id" -required=true -type="Text" +name = "acquirer_merchant_id" +label = "Acquire Merchant Id" +placeholder = "Enter Acquirer Merchant Id" +required = true +type = "Text" [ctp_mastercard.metadata.merchant_category_code] -name="merchant_category_code" -label="Merchant Category Code" -placeholder="Enter Merchant Category Code" -required=true -type="Text" +name = "merchant_category_code" +label = "Merchant Category Code" +placeholder = "Enter Merchant Category Code" +required = true +type = "Text" [ctp_mastercard.metadata.merchant_country_code] -name="merchant_country_code" -label="Merchant Country Code" -placeholder="Enter Merchant Country Code" -required=true -type="Text" +name = "merchant_country_code" +label = "Merchant Country Code" +placeholder = "Enter Merchant Country Code" +required = true +type = "Text" [facilitapay] [[facilitapay.bank_transfer]] - payment_method_type = "pix" +payment_method_type = "pix" [facilitapay.connector_auth.BodyKey] - api_key="Password" - key1="Username" +api_key = "Password" +key1 = "Username" [archipel] [archipel.connector_auth.HeaderKey] -api_key="Enter CA Certificate PEM" +api_key = "Enter CA Certificate PEM" [[archipel.credit]] payment_method_type = "Mastercard" [[archipel.credit]] @@ -4665,68 +4667,68 @@ payment_method_type = "CartesBancaires" [[archipel.wallet]] payment_method_type = "apple_pay" [archipel.metadata.tenant_id] -name="tenant_id" -label="Tenant ID" -placeholder="Enter Archipel tenantID" -required=true -type="Text" +name = "tenant_id" +label = "Tenant ID" +placeholder = "Enter Archipel tenantID" +required = true +type = "Text" [archipel.metadata.platform_url] -name="platform_url" -label="Platform Endpoint Prefix" -placeholder="E.g. 192.0.0.1:8080" -required=true -type="Text" +name = "platform_url" +label = "Platform Endpoint Prefix" +placeholder = "E.g. 192.0.0.1:8080" +required = true +type = "Text" [[archipel.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[archipel.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[archipel.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[archipel.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[archipel.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Select" -options=["web","ios"] +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Select" +options = ["web", "ios"] [[archipel.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[archipel.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[archipel.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Hyperswitch"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Hyperswitch"] [archipel.metadata.acquirer_bin] name = "acquirer_bin" @@ -4743,204 +4745,208 @@ type = "Text" [worldpayxml] [[worldpayxml.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[worldpayxml.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[worldpayxml.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[worldpayxml.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[worldpayxml.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[worldpayxml.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[worldpayxml.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[worldpayxml.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[worldpayxml.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[worldpayxml.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[worldpayxml.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[worldpayxml.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[worldpayxml.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[worldpayxml.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[worldpayxml.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[worldpayxml.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[worldpayxml.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[worldpayxml.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [worldpayxml.connector_auth.SignatureKey] -api_secret="Merchant Code" -api_key="API Username" -key1="API Password" +api_secret = "Merchant Code" +api_key = "API Username" +key1 = "API Password" [worldpayvantiv] [[worldpayvantiv.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[worldpayvantiv.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[worldpayvantiv.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[worldpayvantiv.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[worldpayvantiv.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[worldpayvantiv.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[worldpayvantiv.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[worldpayvantiv.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[worldpayvantiv.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[worldpayvantiv.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[worldpayvantiv.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[worldpayvantiv.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [worldpayvantiv.connector_auth.SignatureKey] -api_key="Username" -api_secret="Password" -key1="Merchant ID" +api_key = "Username" +api_secret = "Password" +key1 = "Merchant ID" [worldpayvantiv.metadata.report_group] -name="report_group" -label="Default Report Group" -placeholder="Enter Default Report Group" -required=true -type="Text" +name = "report_group" +label = "Default Report Group" +placeholder = "Enter Default Report Group" +required = true +type = "Text" [worldpayvantiv.metadata.merchant_config_currency] -name="merchant_config_currency" -label="Currency" -placeholder="Enter Currency" -required=true -type="Select" -options=[] +name = "merchant_config_currency" +label = "Currency" +placeholder = "Enter Currency" +required = true +type = "Select" +options = [] [threedsecureio] [threedsecureio.connector_auth.HeaderKey] -api_key="Api Key" +api_key = "Api Key" [threedsecureio.metadata.mcc] -name="mcc" -label="MCC" -placeholder="Enter MCC" -required=true -type="Text" +name = "mcc" +label = "MCC" +placeholder = "Enter MCC" +required = true +type = "Text" [threedsecureio.metadata.merchant_country_code] -name="merchant_country_code" -label="3 digit numeric country code" -placeholder="Enter 3 digit numeric country code" -required=true -type="Text" +name = "merchant_country_code" +label = "3 digit numeric country code" +placeholder = "Enter 3 digit numeric country code" +required = true +type = "Text" [threedsecureio.metadata.merchant_name] -name="merchant_name" -label="Name of the merchant" -placeholder="Enter Name of the merchant" -required=true -type="Text" +name = "merchant_name" +label = "Name of the merchant" +placeholder = "Enter Name of the merchant" +required = true +type = "Text" [threedsecureio.metadata.pull_mechanism_for_external_3ds_enabled] -name="pull_mechanism_for_external_3ds_enabled" -label="Pull Mechanism Enabled" -placeholder="Enter Pull Mechanism Enabled" -required=false -type="Toggle" +name = "pull_mechanism_for_external_3ds_enabled" +label = "Pull Mechanism Enabled" +placeholder = "Enter Pull Mechanism Enabled" +required = false +type = "Toggle" [threedsecureio.metadata.acquirer_bin] -name="acquirer_bin" -label="Acquirer BIN" -placeholder="Enter Acquirer BIN" -required=true -type="Text" +name = "acquirer_bin" +label = "Acquirer BIN" +placeholder = "Enter Acquirer BIN" +required = true +type = "Text" [threedsecureio.metadata.acquirer_merchant_id] -name="acquirer_merchant_id" -label="Acquirer Merchant ID" -placeholder="Enter Acquirer Merchant ID" -required=true -type="Text" +name = "acquirer_merchant_id" +label = "Acquirer Merchant ID" +placeholder = "Enter Acquirer Merchant ID" +required = true +type = "Text" [threedsecureio.metadata.acquirer_country_code] -name="acquirer_country_code" -label="Acquirer Country Code" -placeholder="Enter Acquirer Country Code" -required=false -type="Text" +name = "acquirer_country_code" +label = "Acquirer Country Code" +placeholder = "Enter Acquirer Country Code" +required = false +type = "Text" [santander.connector_auth.BodyKey] -api_key="Client ID" -key1="Client Secret" +api_key = "Client ID" +key1 = "Client Secret" [santander.metadata.pix_key] -name="pix_key" -label="Chave Key" -placeholder="Enter your Chave/Pix Key" -required=true -type="Text" +name = "pix_key" +label = "Chave Key" +placeholder = "Enter your Chave/Pix Key" +required = true +type = "Text" [santander.metadata.expiration_time] -name="expiration_time" -label="Expiration Time" -placeholder="Enter your Pix QR Code Expiration Time" -required=true -type="Number" +name = "expiration_time" +label = "Expiration Time" +placeholder = "Enter your Pix QR Code Expiration Time" +required = true +type = "Number" [santander.metadata.cpf] -name="cpf" -label="Cpf" -placeholder="Enter your cpf number" -required=true -type="Text" +name = "cpf" +label = "Cpf" +placeholder = "Enter your cpf number" +required = true +type = "Text" [santander.metadata.merchant_city] -name="merchant_city" -label="Merchant City" -placeholder="Enter the city the merchant is based in" -required=true -type="Text" +name = "merchant_city" +label = "Merchant City" +placeholder = "Enter the city the merchant is based in" +required = true +type = "Text" [santander.metadata.merchant_name] -name="merchant_name" -label="Merchant Name" -placeholder="Enter the merchant name" -required=true -type="Text" +name = "merchant_name" +label = "Merchant Name" +placeholder = "Enter the merchant name" +required = true +type = "Text" [payload] [[payload.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[payload.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[payload.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[payload.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[payload.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[payload.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[payload.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[payload.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [payload.connector_auth.HeaderKey] -api_key="API Key" +api_key = "API Key" [silverflow] [silverflow.connector_auth.BodyKey] -api_key="API Key" -key1="Secret Key" +api_key = "API Key" +key1 = "Secret Key" [affirm] [affirm.connector_auth.HeaderKey] api_key = "API Key" + +[blackhawknetwork] +[blackhawknetwork.connector_auth.HeaderKey] +api_key = "API Key" diff --git a/crates/connector_configs/toml/sandbox.toml b/crates/connector_configs/toml/sandbox.toml index 168a445767..85aa546a58 100644 --- a/crates/connector_configs/toml/sandbox.toml +++ b/crates/connector_configs/toml/sandbox.toml @@ -1,5571 +1,5577 @@ [aci] [[aci.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[aci.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[aci.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[aci.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[aci.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[aci.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[aci.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[aci.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[aci.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[aci.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[aci.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[aci.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[aci.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[aci.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[aci.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[aci.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[aci.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[aci.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[aci.wallet]] - payment_method_type = "ali_pay" +payment_method_type = "ali_pay" [[aci.wallet]] - payment_method_type = "mb_way" +payment_method_type = "mb_way" [[aci.bank_redirect]] - payment_method_type = "ideal" +payment_method_type = "ideal" [[aci.bank_redirect]] - payment_method_type = "giropay" +payment_method_type = "giropay" [[aci.bank_redirect]] - payment_method_type = "sofort" +payment_method_type = "sofort" [[aci.bank_redirect]] - payment_method_type = "eps" +payment_method_type = "eps" [[aci.bank_redirect]] - payment_method_type = "przelewy24" +payment_method_type = "przelewy24" [[aci.bank_redirect]] - payment_method_type = "trustly" +payment_method_type = "trustly" [[aci.bank_redirect]] - payment_method_type = "interac" +payment_method_type = "interac" [aci.connector_auth.BodyKey] -api_key="API Key" -key1="Entity ID" +api_key = "API Key" +key1 = "Entity ID" [aci.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [adyen] [[adyen.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[adyen.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[adyen.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[adyen.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[adyen.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[adyen.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[adyen.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[adyen.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[adyen.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[adyen.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[adyen.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[adyen.debit]] - payment_method_type = "Nyce" +payment_method_type = "Nyce" [[adyen.debit]] - payment_method_type = "Pulse" +payment_method_type = "Pulse" [[adyen.debit]] - payment_method_type = "Star" +payment_method_type = "Star" [[adyen.debit]] - payment_method_type = "Accel" +payment_method_type = "Accel" [[adyen.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[adyen.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[adyen.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[adyen.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[adyen.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[adyen.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[adyen.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[adyen.pay_later]] - payment_method_type = "klarna" +payment_method_type = "klarna" [[adyen.pay_later]] - payment_method_type = "affirm" +payment_method_type = "affirm" [[adyen.pay_later]] - payment_method_type = "afterpay_clearpay" +payment_method_type = "afterpay_clearpay" [[adyen.pay_later]] - payment_method_type = "pay_bright" +payment_method_type = "pay_bright" [[adyen.pay_later]] - payment_method_type = "walley" +payment_method_type = "walley" [[adyen.pay_later]] - payment_method_type = "alma" +payment_method_type = "alma" [[adyen.pay_later]] - payment_method_type = "atome" +payment_method_type = "atome" [[adyen.bank_debit]] - payment_method_type = "ach" +payment_method_type = "ach" [[adyen.bank_debit]] - payment_method_type = "bacs" +payment_method_type = "bacs" [[adyen.bank_debit]] - payment_method_type = "sepa" +payment_method_type = "sepa" [[adyen.bank_redirect]] - payment_method_type = "ideal" +payment_method_type = "ideal" [[adyen.bank_redirect]] - payment_method_type = "eps" +payment_method_type = "eps" [[adyen.bank_redirect]] - payment_method_type = "blik" +payment_method_type = "blik" [[adyen.bank_redirect]] - payment_method_type = "trustly" +payment_method_type = "trustly" [[adyen.bank_redirect]] - payment_method_type = "online_banking_czech_republic" +payment_method_type = "online_banking_czech_republic" [[adyen.bank_redirect]] - payment_method_type = "online_banking_finland" +payment_method_type = "online_banking_finland" [[adyen.bank_redirect]] - payment_method_type = "online_banking_poland" +payment_method_type = "online_banking_poland" [[adyen.bank_redirect]] - payment_method_type = "online_banking_slovakia" +payment_method_type = "online_banking_slovakia" [[adyen.bank_redirect]] - payment_method_type = "bancontact_card" +payment_method_type = "bancontact_card" [[adyen.bank_redirect]] - payment_method_type = "online_banking_fpx" +payment_method_type = "online_banking_fpx" [[adyen.bank_redirect]] - payment_method_type = "online_banking_thailand" +payment_method_type = "online_banking_thailand" [[adyen.bank_redirect]] - payment_method_type = "bizum" +payment_method_type = "bizum" [[adyen.bank_redirect]] - payment_method_type = "open_banking_uk" +payment_method_type = "open_banking_uk" [[adyen.bank_transfer]] - payment_method_type = "permata_bank_transfer" +payment_method_type = "permata_bank_transfer" [[adyen.bank_transfer]] - payment_method_type = "bca_bank_transfer" +payment_method_type = "bca_bank_transfer" [[adyen.bank_transfer]] - payment_method_type = "bni_va" +payment_method_type = "bni_va" [[adyen.bank_transfer]] - payment_method_type = "bri_va" +payment_method_type = "bri_va" [[adyen.bank_transfer]] - payment_method_type = "cimb_va" +payment_method_type = "cimb_va" [[adyen.bank_transfer]] - payment_method_type = "danamon_va" +payment_method_type = "danamon_va" [[adyen.bank_transfer]] - payment_method_type = "mandiri_va" +payment_method_type = "mandiri_va" [[adyen.bank_transfer]] - payment_method_type = "pix" +payment_method_type = "pix" [[adyen.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[adyen.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[adyen.wallet]] - payment_method_type = "paypal" +payment_method_type = "paypal" [[adyen.wallet]] - payment_method_type = "we_chat_pay" +payment_method_type = "we_chat_pay" [[adyen.wallet]] - payment_method_type = "ali_pay" +payment_method_type = "ali_pay" [[adyen.wallet]] - payment_method_type = "mb_way" +payment_method_type = "mb_way" [[adyen.wallet]] - payment_method_type = "ali_pay_hk" +payment_method_type = "ali_pay_hk" [[adyen.wallet]] - payment_method_type = "go_pay" +payment_method_type = "go_pay" [[adyen.wallet]] - payment_method_type = "kakao_pay" +payment_method_type = "kakao_pay" [[adyen.wallet]] - payment_method_type = "twint" +payment_method_type = "twint" [[adyen.wallet]] - payment_method_type = "gcash" +payment_method_type = "gcash" [[adyen.wallet]] - payment_method_type = "vipps" +payment_method_type = "vipps" [[adyen.wallet]] - payment_method_type = "dana" +payment_method_type = "dana" [[adyen.wallet]] - payment_method_type = "momo" +payment_method_type = "momo" [[adyen.wallet]] - payment_method_type = "swish" +payment_method_type = "swish" [[adyen.wallet]] - payment_method_type = "touch_n_go" +payment_method_type = "touch_n_go" [[adyen.voucher]] - payment_method_type = "boleto" +payment_method_type = "boleto" [[adyen.voucher]] - payment_method_type = "alfamart" +payment_method_type = "alfamart" [[adyen.voucher]] - payment_method_type = "indomaret" +payment_method_type = "indomaret" [[adyen.voucher]] - payment_method_type = "oxxo" +payment_method_type = "oxxo" [[adyen.voucher]] - payment_method_type = "seven_eleven" +payment_method_type = "seven_eleven" [[adyen.voucher]] - payment_method_type = "lawson" +payment_method_type = "lawson" [[adyen.voucher]] - payment_method_type = "mini_stop" +payment_method_type = "mini_stop" [[adyen.voucher]] - payment_method_type = "family_mart" +payment_method_type = "family_mart" [[adyen.voucher]] - payment_method_type = "seicomart" +payment_method_type = "seicomart" [[adyen.voucher]] - payment_method_type = "pay_easy" +payment_method_type = "pay_easy" [[adyen.gift_card]] - payment_method_type = "pay_safe_card" +payment_method_type = "pay_safe_card" [[adyen.gift_card]] - payment_method_type = "givex" +payment_method_type = "givex" [[adyen.card_redirect]] - payment_method_type = "benefit" +payment_method_type = "benefit" [[adyen.card_redirect]] - payment_method_type = "knet" +payment_method_type = "knet" [[adyen.card_redirect]] - payment_method_type = "momo_atm" +payment_method_type = "momo_atm" [adyen.connector_auth.BodyKey] -api_key="Adyen API Key" -key1="Adyen Account Id" +api_key = "Adyen API Key" +key1 = "Adyen Account Id" [adyen.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[adyen.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[adyen.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[adyen.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[adyen.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[adyen.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[adyen.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[adyen.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[adyen.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector", "Hyperswitch"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector", "Hyperswitch"] [[adyen.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[adyen.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[adyen.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[adyen.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[adyen.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[adyen.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[adyen.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[adyen.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[adyen.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[adyen.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[adyen.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [adyen.metadata.endpoint_prefix] -name="endpoint_prefix" -label="Live endpoint prefix" -placeholder="Enter Live endpoint prefix" -required=true -type="Text" +name = "endpoint_prefix" +label = "Live endpoint prefix" +placeholder = "Enter Live endpoint prefix" +required = true +type = "Text" [adyenplatform_payout] [[adyenplatform_payout.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[adyenplatform_payout.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[adyenplatform_payout.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[adyenplatform_payout.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[adyenplatform_payout.bank_transfer]] - payment_method_type = "sepa" +payment_method_type = "sepa" [adyenplatform_payout.connector_auth.HeaderKey] api_key = "Adyen platform's API Key" [adyenplatform_payout.metadata.source_balance_account] -name="source_balance_account" -label="Source balance account ID" -placeholder="Enter Source balance account ID" -required=true -type="Text" +name = "source_balance_account" +label = "Source balance account ID" +placeholder = "Enter Source balance account ID" +required = true +type = "Text" [adyenplatform_payout.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [airwallex] [[airwallex.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[airwallex.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[airwallex.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[airwallex.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[airwallex.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[airwallex.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[airwallex.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[airwallex.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[airwallex.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[airwallex.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[airwallex.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[airwallex.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[airwallex.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[airwallex.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[airwallex.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[airwallex.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[airwallex.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[airwallex.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[airwallex.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [airwallex.connector_auth.BodyKey] -api_key="API Key" -key1="Client ID" +api_key = "API Key" +key1 = "Client ID" [airwallex.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[airwallex.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[airwallex.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[airwallex.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[airwallex.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[airwallex.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[airwallex.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[airwallex.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[airwallex.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[airwallex.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[airwallex.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[airwallex.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [authipay] [[authipay.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[authipay.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[authipay.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[authipay.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [authipay.connector_auth.SignatureKey] -api_key="API Key" -api_secret="API Secret" -key1="Merchant ID" +api_key = "API Key" +api_secret = "API Secret" +key1 = "Merchant ID" [authipay.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [authorizedotnet] [[authorizedotnet.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[authorizedotnet.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[authorizedotnet.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[authorizedotnet.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[authorizedotnet.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[authorizedotnet.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[authorizedotnet.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[authorizedotnet.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[authorizedotnet.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[authorizedotnet.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[authorizedotnet.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[authorizedotnet.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[authorizedotnet.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[authorizedotnet.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[authorizedotnet.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[authorizedotnet.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[authorizedotnet.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[authorizedotnet.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[authorizedotnet.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[authorizedotnet.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[authorizedotnet.wallet]] - payment_method_type = "paypal" +payment_method_type = "paypal" [authorizedotnet.connector_auth.BodyKey] -api_key="API Login ID" -key1="Transaction Key" +api_key = "API Login ID" +key1 = "Transaction Key" [authorizedotnet.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[authorizedotnet.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[authorizedotnet.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[authorizedotnet.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[authorizedotnet.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[authorizedotnet.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[authorizedotnet.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[authorizedotnet.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[authorizedotnet.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector"] [[authorizedotnet.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[authorizedotnet.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[authorizedotnet.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[authorizedotnet.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[authorizedotnet.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[authorizedotnet.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[authorizedotnet.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[authorizedotnet.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[authorizedotnet.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[authorizedotnet.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[authorizedotnet.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [bambora] [[bambora.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[bambora.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[bambora.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[bambora.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[bambora.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[bambora.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[bambora.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[bambora.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[bambora.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[bambora.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[bambora.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[bambora.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[bambora.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[bambora.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[bambora.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[bambora.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[bambora.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[bambora.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [bambora.connector_auth.BodyKey] -api_key="Passcode" -key1="Merchant Id" +api_key = "Passcode" +key1 = "Merchant Id" [bamboraapac] [[bamboraapac.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[bamboraapac.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[bamboraapac.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[bamboraapac.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[bamboraapac.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[bamboraapac.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[bamboraapac.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[bamboraapac.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[bamboraapac.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[bamboraapac.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[bamboraapac.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[bamboraapac.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[bamboraapac.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[bamboraapac.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[bamboraapac.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[bamboraapac.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[bamboraapac.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[bamboraapac.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [bamboraapac.connector_auth.SignatureKey] -api_key="Username" -key1="Account Number" -api_secret="Password" +api_key = "Username" +key1 = "Account Number" +api_secret = "Password" [bankofamerica] [[bankofamerica.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[bankofamerica.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[bankofamerica.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[bankofamerica.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[bankofamerica.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[bankofamerica.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[bankofamerica.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[bankofamerica.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[bankofamerica.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[bankofamerica.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[bankofamerica.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[bankofamerica.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[bankofamerica.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[bankofamerica.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[bankofamerica.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[bankofamerica.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[bankofamerica.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[bankofamerica.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[bankofamerica.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[bankofamerica.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[bankofamerica.wallet]] - payment_method_type = "samsung_pay" +payment_method_type = "samsung_pay" [bankofamerica.connector_auth.SignatureKey] -api_key="Key" -key1="Merchant ID" -api_secret="Shared Secret" +api_key = "Key" +key1 = "Merchant ID" +api_secret = "Shared Secret" [bankofamerica.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[bankofamerica.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[bankofamerica.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[bankofamerica.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[bankofamerica.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[bankofamerica.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[bankofamerica.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[bankofamerica.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[bankofamerica.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector","Hyperswitch"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector", "Hyperswitch"] [[bankofamerica.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[bankofamerica.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[bankofamerica.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[bankofamerica.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[bankofamerica.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[bankofamerica.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[bankofamerica.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[bankofamerica.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[bankofamerica.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[bankofamerica.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[bankofamerica.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[bankofamerica.connector_wallets_details.samsung_pay]] -name="service_id" -label="Samsung Pay Service Id" -placeholder="Enter Samsung Pay Service Id" -required=true -type="Text" +name = "service_id" +label = "Samsung Pay Service Id" +placeholder = "Enter Samsung Pay Service Id" +required = true +type = "Text" [[bankofamerica.connector_wallets_details.samsung_pay]] -name="merchant_display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "merchant_display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[bankofamerica.connector_wallets_details.samsung_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[bankofamerica.connector_wallets_details.samsung_pay]] -name="allowed_brands" -label="Allowed Brands" -placeholder="Enter Allowed Brands" -required=true -type="MultiSelect" -options=["visa","masterCard","amex","discover"] +name = "allowed_brands" +label = "Allowed Brands" +placeholder = "Enter Allowed Brands" +required = true +type = "MultiSelect" +options = ["visa", "masterCard", "amex", "discover"] [barclaycard] [[barclaycard.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[barclaycard.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[barclaycard.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[barclaycard.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[barclaycard.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[barclaycard.credit]] - payment_method_type = "Maestro" +payment_method_type = "Maestro" [[barclaycard.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[barclaycard.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[barclaycard.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[barclaycard.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[barclaycard.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[barclaycard.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[barclaycard.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[barclaycard.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[barclaycard.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[barclaycard.debit]] - payment_method_type = "Maestro" +payment_method_type = "Maestro" [[barclaycard.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[barclaycard.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[barclaycard.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[barclaycard.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [barclaycard.connector_auth.SignatureKey] -api_key="Key" -key1="Merchant ID" -api_secret="Shared Secret" +api_key = "Key" +key1 = "Merchant ID" +api_secret = "Shared Secret" [bitpay] [[bitpay.crypto]] - payment_method_type = "crypto_currency" +payment_method_type = "crypto_currency" [bitpay.connector_auth.HeaderKey] -api_key="API Key" +api_key = "API Key" [bitpay.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [bluesnap] [[bluesnap.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[bluesnap.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[bluesnap.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[bluesnap.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[bluesnap.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[bluesnap.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[bluesnap.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[bluesnap.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[bluesnap.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[bluesnap.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[bluesnap.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [bluesnap.connector_auth.BodyKey] -api_key="Password" -key1="Username" +api_key = "Password" +key1 = "Username" [bluesnap.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[bluesnap.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[bluesnap.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[bluesnap.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[bluesnap.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[bluesnap.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[bluesnap.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[bluesnap.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[bluesnap.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector"] [[bluesnap.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[bluesnap.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[bluesnap.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[bluesnap.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[bluesnap.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[bluesnap.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[bluesnap.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[bluesnap.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[bluesnap.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[bluesnap.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[bluesnap.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [bluesnap.metadata.merchant_id] -name="merchant_id" -label="Merchant Id" -placeholder="Enter Merchant Id" -required=false -type="Text" +name = "merchant_id" +label = "Merchant Id" +placeholder = "Enter Merchant Id" +required = false +type = "Text" [boku] [[boku.wallet]] - payment_method_type = "dana" +payment_method_type = "dana" [[boku.wallet]] - payment_method_type = "gcash" +payment_method_type = "gcash" [[boku.wallet]] - payment_method_type = "go_pay" +payment_method_type = "go_pay" [[boku.wallet]] - payment_method_type = "kakao_pay" +payment_method_type = "kakao_pay" [[boku.wallet]] - payment_method_type = "momo" +payment_method_type = "momo" [boku.connector_auth.BodyKey] -api_key="API KEY" -key1= "MERCHANT ID" +api_key = "API KEY" +key1 = "MERCHANT ID" [boku.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [braintree] [[braintree.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[braintree.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[braintree.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[braintree.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[braintree.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[braintree.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[braintree.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[braintree.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[braintree.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[braintree.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[braintree.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[braintree.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[braintree.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[braintree.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[braintree.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[braintree.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[braintree.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[braintree.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[braintree.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [braintree.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [braintree.connector_auth.SignatureKey] -api_key="Public Key" -key1="Merchant Id" -api_secret="Private Key" +api_key = "Public Key" +key1 = "Merchant Id" +api_secret = "Private Key" [braintree.metadata.merchant_account_id] -name="merchant_account_id" -label="Merchant Account Id" -placeholder="Enter Merchant Account Id" -required=true -type="Text" +name = "merchant_account_id" +label = "Merchant Account Id" +placeholder = "Enter Merchant Account Id" +required = true +type = "Text" [braintree.metadata.merchant_config_currency] -name="merchant_config_currency" -label="Currency" -placeholder="Enter Currency" -required=true -type="Select" -options=[] +name = "merchant_config_currency" +label = "Currency" +placeholder = "Enter Currency" +required = true +type = "Select" +options = [] [cashtocode] [[cashtocode.reward]] - payment_method_type = "classic" +payment_method_type = "classic" [[cashtocode.reward]] - payment_method_type = "evoucher" +payment_method_type = "evoucher" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.EUR.classic] -password_classic="Password Classic" -username_classic="Username Classic" -merchant_id_classic="MerchantId Classic" +password_classic = "Password Classic" +username_classic = "Username Classic" +merchant_id_classic = "MerchantId Classic" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.EUR.evoucher] -password_evoucher="Password Evoucher" -username_evoucher="Username Evoucher" -merchant_id_evoucher="MerchantId Evoucher" +password_evoucher = "Password Evoucher" +username_evoucher = "Username Evoucher" +merchant_id_evoucher = "MerchantId Evoucher" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.GBP.classic] -password_classic="Password Classic" -username_classic="Username Classic" -merchant_id_classic="MerchantId Classic" +password_classic = "Password Classic" +username_classic = "Username Classic" +merchant_id_classic = "MerchantId Classic" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.GBP.evoucher] -password_evoucher="Password Evoucher" -username_evoucher="Username Evoucher" -merchant_id_evoucher="MerchantId Evoucher" +password_evoucher = "Password Evoucher" +username_evoucher = "Username Evoucher" +merchant_id_evoucher = "MerchantId Evoucher" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.USD.classic] -password_classic="Password Classic" -username_classic="Username Classic" -merchant_id_classic="MerchantId Classic" +password_classic = "Password Classic" +username_classic = "Username Classic" +merchant_id_classic = "MerchantId Classic" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.USD.evoucher] -password_evoucher="Password Evoucher" -username_evoucher="Username Evoucher" -merchant_id_evoucher="MerchantId Evoucher" +password_evoucher = "Password Evoucher" +username_evoucher = "Username Evoucher" +merchant_id_evoucher = "MerchantId Evoucher" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.CAD.classic] -password_classic="Password Classic" -username_classic="Username Classic" -merchant_id_classic="MerchantId Classic" +password_classic = "Password Classic" +username_classic = "Username Classic" +merchant_id_classic = "MerchantId Classic" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.CAD.evoucher] -password_evoucher="Password Evoucher" -username_evoucher="Username Evoucher" -merchant_id_evoucher="MerchantId Evoucher" +password_evoucher = "Password Evoucher" +username_evoucher = "Username Evoucher" +merchant_id_evoucher = "MerchantId Evoucher" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.CHF.classic] -password_classic="Password Classic" -username_classic="Username Classic" -merchant_id_classic="MerchantId Classic" +password_classic = "Password Classic" +username_classic = "Username Classic" +merchant_id_classic = "MerchantId Classic" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.CHF.evoucher] -password_evoucher="Password Evoucher" -username_evoucher="Username Evoucher" -merchant_id_evoucher="MerchantId Evoucher" +password_evoucher = "Password Evoucher" +username_evoucher = "Username Evoucher" +merchant_id_evoucher = "MerchantId Evoucher" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.AUD.classic] -password_classic="Password Classic" -username_classic="Username Classic" -merchant_id_classic="MerchantId Classic" +password_classic = "Password Classic" +username_classic = "Username Classic" +merchant_id_classic = "MerchantId Classic" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.AUD.evoucher] -password_evoucher="Password Evoucher" -username_evoucher="Username Evoucher" -merchant_id_evoucher="MerchantId Evoucher" +password_evoucher = "Password Evoucher" +username_evoucher = "Username Evoucher" +merchant_id_evoucher = "MerchantId Evoucher" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.INR.classic] -password_classic="Password Classic" -username_classic="Username Classic" -merchant_id_classic="MerchantId Classic" +password_classic = "Password Classic" +username_classic = "Username Classic" +merchant_id_classic = "MerchantId Classic" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.INR.evoucher] -password_evoucher="Password Evoucher" -username_evoucher="Username Evoucher" -merchant_id_evoucher="MerchantId Evoucher" +password_evoucher = "Password Evoucher" +username_evoucher = "Username Evoucher" +merchant_id_evoucher = "MerchantId Evoucher" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.JPY.classic] -password_classic="Password Classic" -username_classic="Username Classic" -merchant_id_classic="MerchantId Classic" +password_classic = "Password Classic" +username_classic = "Username Classic" +merchant_id_classic = "MerchantId Classic" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.JPY.evoucher] -password_evoucher="Password Evoucher" -username_evoucher="Username Evoucher" -merchant_id_evoucher="MerchantId Evoucher" +password_evoucher = "Password Evoucher" +username_evoucher = "Username Evoucher" +merchant_id_evoucher = "MerchantId Evoucher" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.NZD.classic] -password_classic="Password Classic" -username_classic="Username Classic" -merchant_id_classic="MerchantId Classic" +password_classic = "Password Classic" +username_classic = "Username Classic" +merchant_id_classic = "MerchantId Classic" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.NZD.evoucher] -password_evoucher="Password Evoucher" -username_evoucher="Username Evoucher" -merchant_id_evoucher="MerchantId Evoucher" +password_evoucher = "Password Evoucher" +username_evoucher = "Username Evoucher" +merchant_id_evoucher = "MerchantId Evoucher" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.ZAR.classic] -password_classic="Password Classic" -username_classic="Username Classic" -merchant_id_classic="MerchantId Classic" +password_classic = "Password Classic" +username_classic = "Username Classic" +merchant_id_classic = "MerchantId Classic" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.ZAR.evoucher] -password_evoucher="Password Evoucher" -username_evoucher="Username Evoucher" -merchant_id_evoucher="MerchantId Evoucher" +password_evoucher = "Password Evoucher" +username_evoucher = "Username Evoucher" +merchant_id_evoucher = "MerchantId Evoucher" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.CNY.classic] -password_classic="Password Classic" -username_classic="Username Classic" -merchant_id_classic="MerchantId Classic" +password_classic = "Password Classic" +username_classic = "Username Classic" +merchant_id_classic = "MerchantId Classic" [cashtocode.connector_auth.CurrencyAuthKey.auth_key_map.CNY.evoucher] -password_evoucher="Password Evoucher" -username_evoucher="Username Evoucher" -merchant_id_evoucher="MerchantId Evoucher" +password_evoucher = "Password Evoucher" +username_evoucher = "Username Evoucher" +merchant_id_evoucher = "MerchantId Evoucher" [cashtocode.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [checkout] [[checkout.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[checkout.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[checkout.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[checkout.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[checkout.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[checkout.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[checkout.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[checkout.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[checkout.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[checkout.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[checkout.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[checkout.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[checkout.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[checkout.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[checkout.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[checkout.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[checkout.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[checkout.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[checkout.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[checkout.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [checkout.connector_auth.SignatureKey] -api_key="Checkout API Public Key" -key1="Processing Channel ID" -api_secret="Checkout API Secret Key" +api_key = "Checkout API Public Key" +key1 = "Processing Channel ID" +api_secret = "Checkout API Secret Key" [checkout.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[checkout.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[checkout.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[checkout.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[checkout.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[checkout.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[checkout.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[checkout.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[checkout.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector"] [[checkout.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[checkout.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[checkout.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[checkout.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[checkout.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[checkout.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[checkout.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[checkout.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[checkout.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[checkout.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[checkout.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [checkout.metadata.acquirer_bin] -name="acquirer_bin" -label="Acquirer Bin" -placeholder="Enter Acquirer Bin" -required=false -type="Text" +name = "acquirer_bin" +label = "Acquirer Bin" +placeholder = "Enter Acquirer Bin" +required = false +type = "Text" [checkout.metadata.acquirer_merchant_id] -name="acquirer_merchant_id" -label="Acquirer Merchant ID" -placeholder="Enter Acquirer Merchant ID" -required=false -type="Text" +name = "acquirer_merchant_id" +label = "Acquirer Merchant ID" +placeholder = "Enter Acquirer Merchant ID" +required = false +type = "Text" [checkout.metadata.acquirer_country_code] -name="acquirer_country_code" -label="Acquirer Country Code" -placeholder="Enter Acquirer Country Code" -required=false -type="Text" +name = "acquirer_country_code" +label = "Acquirer Country Code" +placeholder = "Enter Acquirer Country Code" +required = false +type = "Text" [coinbase] [[coinbase.crypto]] - payment_method_type = "crypto_currency" +payment_method_type = "crypto_currency" [coinbase.connector_auth.HeaderKey] -api_key="API Key" +api_key = "API Key" [coinbase.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [coinbase.metadata.pricing_type] -name="pricing_type" -label="Select the pricing type Example: fixed_price,no_price" -placeholder="Select the pricing type Example: fixed_price,no_price" -required=true -type="Select" -options=["fixed_price","no_price"] +name = "pricing_type" +label = "Select the pricing type Example: fixed_price,no_price" +placeholder = "Select the pricing type Example: fixed_price,no_price" +required = true +type = "Select" +options = ["fixed_price", "no_price"] [coingate] [[coingate.crypto]] - payment_method_type = "crypto_currency" +payment_method_type = "crypto_currency" [coingate.connector_auth.BodyKey] -api_key="API Key" -key1 ="Merchant Token" +api_key = "API Key" +key1 = "Merchant Token" [coingate.metadata.currency_id] -name="currency_id" -label="ID of the currency in which the refund will be issued" -placeholder="Enter ID of the currency in which the refund will be issued" -required=true -type="Number" +name = "currency_id" +label = "ID of the currency in which the refund will be issued" +placeholder = "Enter ID of the currency in which the refund will be issued" +required = true +type = "Number" [coingate.metadata.platform_id] -name="platform_id" -label="Platform ID of the currency in which the refund will be issued" -placeholder="Enter Platform ID of the currency in which the refund will be issued" -required=true -type="Number" +name = "platform_id" +label = "Platform ID of the currency in which the refund will be issued" +placeholder = "Enter Platform ID of the currency in which the refund will be issued" +required = true +type = "Number" [coingate.metadata.ledger_account_id] -name="ledger_account_id" -label="ID of the trader balance associated with the currency in which the refund will be issued" -placeholder="Enter ID of the trader balance associated with the currency in which the refund will be issued" -required=true -type="Text" +name = "ledger_account_id" +label = "ID of the trader balance associated with the currency in which the refund will be issued" +placeholder = "Enter ID of the trader balance associated with the currency in which the refund will be issued" +required = true +type = "Text" [cryptopay] [[cryptopay.crypto]] - payment_method_type = "crypto_currency" +payment_method_type = "crypto_currency" [cryptopay.connector_auth.BodyKey] -api_key="API Key" -key1="Secret Key" +api_key = "API Key" +key1 = "Secret Key" [cryptopay.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [cybersource] [[cybersource.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[cybersource.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[cybersource.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[cybersource.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[cybersource.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[cybersource.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[cybersource.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[cybersource.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[cybersource.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[cybersource.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[cybersource.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[cybersource.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[cybersource.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[cybersource.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[cybersource.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[cybersource.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[cybersource.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[cybersource.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[cybersource.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[cybersource.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[cybersource.wallet]] - payment_method_type = "paze" +payment_method_type = "paze" [[cybersource.wallet]] - payment_method_type = "samsung_pay" +payment_method_type = "samsung_pay" [cybersource.connector_auth.SignatureKey] -api_key="Key" -key1="Merchant ID" -api_secret="Shared Secret" +api_key = "Key" +key1 = "Merchant ID" +api_secret = "Shared Secret" [cybersource.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [cybersource.metadata] disable_avs = "Disable AVS check" disable_cvn = "Disable CVN check" [[cybersource.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[cybersource.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[cybersource.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[cybersource.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[cybersource.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[cybersource.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[cybersource.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[cybersource.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector","Hyperswitch"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector", "Hyperswitch"] [[cybersource.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[cybersource.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[cybersource.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[cybersource.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[cybersource.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[cybersource.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[cybersource.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[cybersource.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[cybersource.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[cybersource.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[cybersource.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[cybersource.connector_wallets_details.samsung_pay]] -name="service_id" -label="Samsung Pay Service Id" -placeholder="Enter Samsung Pay Service Id" -required=true -type="Text" +name = "service_id" +label = "Samsung Pay Service Id" +placeholder = "Enter Samsung Pay Service Id" +required = true +type = "Text" [[cybersource.connector_wallets_details.samsung_pay]] -name="merchant_display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "merchant_display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[cybersource.connector_wallets_details.samsung_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[cybersource.connector_wallets_details.samsung_pay]] -name="allowed_brands" -label="Allowed Brands" -placeholder="Enter Allowed Brands" -required=true -type="MultiSelect" -options=["visa","masterCard","amex","discover"] +name = "allowed_brands" +label = "Allowed Brands" +placeholder = "Enter Allowed Brands" +required = true +type = "MultiSelect" +options = ["visa", "masterCard", "amex", "discover"] [cybersource.metadata.acquirer_bin] -name="acquirer_bin" -label="Acquirer Bin" -placeholder="Enter Acquirer Bin" -required=false -type="Text" +name = "acquirer_bin" +label = "Acquirer Bin" +placeholder = "Enter Acquirer Bin" +required = false +type = "Text" [cybersource.metadata.acquirer_merchant_id] -name="acquirer_merchant_id" -label="Acquirer Merchant ID" -placeholder="Enter Acquirer Merchant ID" -required=false -type="Text" +name = "acquirer_merchant_id" +label = "Acquirer Merchant ID" +placeholder = "Enter Acquirer Merchant ID" +required = false +type = "Text" [cybersource.metadata.acquirer_country_code] -name="acquirer_country_code" -label="Acquirer Country Code" -placeholder="Enter Acquirer Country Code" -required=false -type="Text" +name = "acquirer_country_code" +label = "Acquirer Country Code" +placeholder = "Enter Acquirer Country Code" +required = false +type = "Text" [cybersource_payout] [[cybersource_payout.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[cybersource_payout.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[cybersource_payout.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[cybersource_payout.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[cybersource_payout.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[cybersource_payout.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[cybersource_payout.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[cybersource_payout.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[cybersource_payout.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[cybersource_payout.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[cybersource_payout.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[cybersource_payout.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[cybersource_payout.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[cybersource_payout.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[cybersource_payout.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[cybersource_payout.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[cybersource_payout.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[cybersource_payout.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [cybersource_payout.connector_auth.SignatureKey] -api_key="Key" -key1="Merchant ID" -api_secret="Shared Secret" +api_key = "Key" +key1 = "Merchant ID" +api_secret = "Shared Secret" [deutschebank] [[deutschebank.bank_debit]] - payment_method_type = "sepa" +payment_method_type = "sepa" [[deutschebank.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[deutschebank.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[deutschebank.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[deutschebank.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [deutschebank.connector_auth.SignatureKey] -api_key="Client ID" -key1="Merchant ID" -api_secret="Client Key" +api_key = "Client ID" +key1 = "Merchant ID" +api_secret = "Client Key" [digitalvirgo] [[digitalvirgo.mobile_payment]] - payment_method_type = "direct_carrier_billing" +payment_method_type = "direct_carrier_billing" [digitalvirgo.connector_auth.BodyKey] -api_key="Password" -key1="Username" +api_key = "Password" +key1 = "Username" [dlocal] [[dlocal.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[dlocal.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[dlocal.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[dlocal.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[dlocal.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[dlocal.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[dlocal.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[dlocal.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[dlocal.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[dlocal.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[dlocal.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[dlocal.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[dlocal.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[dlocal.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[dlocal.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[dlocal.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[dlocal.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[dlocal.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [dlocal.connector_auth.SignatureKey] -api_key="X Login" -key1="X Trans Key" -api_secret="Secret Key" +api_key = "X Login" +key1 = "X Trans Key" +api_secret = "Secret Key" [dlocal.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [ebanx_payout] [[ebanx_payout.bank_transfer]] - payment_method_type = "pix" +payment_method_type = "pix" [ebanx_payout.connector_auth.HeaderKey] api_key = "Integration Key" [fiserv] [[fiserv.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[fiserv.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[fiserv.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[fiserv.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[fiserv.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[fiserv.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[fiserv.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[fiserv.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[fiserv.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[fiserv.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[fiserv.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[fiserv.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[fiserv.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[fiserv.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[fiserv.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[fiserv.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[fiserv.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[fiserv.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [fiserv.connector_auth.SignatureKey] -api_key="API Key" -key1="Merchant ID" -api_secret="API Secret" +api_key = "API Key" +key1 = "Merchant ID" +api_secret = "API Secret" [fiserv.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [fiserv.metadata.terminal_id] -name="terminal_id" -label="Terminal ID" -placeholder="Enter Terminal ID" -required=true -type="Text" +name = "terminal_id" +label = "Terminal ID" +placeholder = "Enter Terminal ID" +required = true +type = "Text" [fiservemea] [[fiservemea.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[fiservemea.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[fiservemea.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[fiservemea.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[fiservemea.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[fiservemea.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[fiservemea.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[fiservemea.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[fiservemea.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[fiservemea.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[fiservemea.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[fiservemea.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[fiservemea.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[fiservemea.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[fiservemea.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[fiservemea.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[fiservemea.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[fiservemea.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [fiservemea.connector_auth.BodyKey] -api_key="API Key" -key1="Secret Key" +api_key = "API Key" +key1 = "Secret Key" [forte] [[forte.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[forte.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[forte.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[forte.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[forte.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[forte.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[forte.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[forte.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[forte.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[forte.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[forte.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[forte.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[forte.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[forte.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[forte.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[forte.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[forte.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[forte.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [forte.connector_auth.MultiAuthKey] -api_key="API Access ID" -key1="Organization ID" -api_secret="API Secure Key" -key2="Location ID" +api_key = "API Access ID" +key1 = "Organization ID" +api_secret = "API Secure Key" +key2 = "Location ID" [forte.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [getnet] [[getnet.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[getnet.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[getnet.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[getnet.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[getnet.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[getnet.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[getnet.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[getnet.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[getnet.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[getnet.credit]] - payment_method_type = "RuPay" +payment_method_type = "RuPay" [[getnet.credit]] - payment_method_type = "Maestro" +payment_method_type = "Maestro" [globalpay] [[globalpay.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[globalpay.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[globalpay.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[globalpay.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[globalpay.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[globalpay.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[globalpay.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[globalpay.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[globalpay.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[globalpay.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[globalpay.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[globalpay.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[globalpay.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[globalpay.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[globalpay.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[globalpay.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[globalpay.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[globalpay.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[globalpay.bank_redirect]] - payment_method_type = "ideal" +payment_method_type = "ideal" [[globalpay.bank_redirect]] - payment_method_type = "giropay" +payment_method_type = "giropay" [[globalpay.bank_redirect]] - payment_method_type = "sofort" +payment_method_type = "sofort" [[globalpay.bank_redirect]] - payment_method_type = "eps" +payment_method_type = "eps" [[globalpay.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[globalpay.wallet]] - payment_method_type = "paypal" +payment_method_type = "paypal" [globalpay.connector_auth.BodyKey] -api_key="Global App Key" -key1="Global App ID" +api_key = "Global App Key" +key1 = "Global App ID" [globalpay.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[globalpay.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[globalpay.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[globalpay.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[globalpay.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[globalpay.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[globalpay.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[globalpay.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[globalpay.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[globalpay.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[globalpay.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[globalpay.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [globalpay.metadata.account_name] -name="account_name" -label="Account Name" -placeholder="Enter Account Name" -required=true -type="Text" +name = "account_name" +label = "Account Name" +placeholder = "Enter Account Name" +required = true +type = "Text" [globepay] [[globepay.wallet]] - payment_method_type = "we_chat_pay" +payment_method_type = "we_chat_pay" [[globepay.wallet]] - payment_method_type = "ali_pay" +payment_method_type = "ali_pay" [globepay.connector_auth.BodyKey] -api_key="Partner Code" -key1="Credential Code" +api_key = "Partner Code" +key1 = "Credential Code" [globepay.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [gocardless] [[gocardless.bank_debit]] - payment_method_type = "ach" +payment_method_type = "ach" [[gocardless.bank_debit]] - payment_method_type = "becs" +payment_method_type = "becs" [[gocardless.bank_debit]] - payment_method_type = "sepa" +payment_method_type = "sepa" [gocardless.connector_auth.HeaderKey] -api_key="Access Token" +api_key = "Access Token" [gocardless.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [iatapay] [[iatapay.upi]] - payment_method_type = "upi_collect" +payment_method_type = "upi_collect" [iatapay.connector_auth.SignatureKey] -api_key="Client ID" -key1="Airline ID" -api_secret="Client Secret" +api_key = "Client ID" +key1 = "Airline ID" +api_secret = "Client Secret" [iatapay.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [itaubank] [[itaubank.bank_transfer]] - payment_method_type = "pix" +payment_method_type = "pix" [itaubank.connector_auth.MultiAuthKey] -key1="Client Id" -api_key="Client Secret" -api_secret="Certificates" -key2="Certificate Key" +key1 = "Client Id" +api_key = "Client Secret" +api_secret = "Certificates" +key2 = "Certificate Key" [jpmorgan] [[jpmorgan.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[jpmorgan.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[jpmorgan.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[jpmorgan.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[jpmorgan.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[jpmorgan.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[jpmorgan.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[jpmorgan.credit]] - payment_method_type = "Visa" - [[jpmorgan.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "Visa" [[jpmorgan.debit]] - payment_method_type = "DinersClub" +payment_method_type = "AmericanExpress" [[jpmorgan.debit]] - payment_method_type = "Discover" +payment_method_type = "DinersClub" [[jpmorgan.debit]] - payment_method_type = "JCB" +payment_method_type = "Discover" [[jpmorgan.debit]] - payment_method_type = "Mastercard" +payment_method_type = "JCB" [[jpmorgan.debit]] - payment_method_type = "Discover" +payment_method_type = "Mastercard" [[jpmorgan.debit]] - payment_method_type = "UnionPay" +payment_method_type = "Discover" [[jpmorgan.debit]] - payment_method_type = "Visa" +payment_method_type = "UnionPay" +[[jpmorgan.debit]] +payment_method_type = "Visa" [jpmorgan.connector_auth.BodyKey] -api_key="Access Token" -key1="Client Secret" +api_key = "Access Token" +key1 = "Client Secret" [klarna] [[klarna.pay_later]] - payment_method_type = "klarna" - payment_experience = "invoke_sdk_client" +payment_method_type = "klarna" +payment_experience = "invoke_sdk_client" [[klarna.pay_later]] - payment_method_type = "klarna" - payment_experience = "redirect_to_url" +payment_method_type = "klarna" +payment_experience = "redirect_to_url" [klarna.connector_auth.BodyKey] -key1="Klarna Merchant Username" -api_key="Klarna Merchant ID Password" +key1 = "Klarna Merchant Username" +api_key = "Klarna Merchant ID Password" [klarna.metadata.klarna_region] -name="klarna_region" -label="Region of your Klarna Merchant Account" -placeholder="Enter Region of your Klarna Merchant Account" -required=true -type="Select" -options=["Europe","NorthAmerica","Oceania"] +name = "klarna_region" +label = "Region of your Klarna Merchant Account" +placeholder = "Enter Region of your Klarna Merchant Account" +required = true +type = "Select" +options = ["Europe", "NorthAmerica", "Oceania"] [mifinity] [[mifinity.wallet]] - payment_method_type = "mifinity" +payment_method_type = "mifinity" [mifinity.connector_auth.HeaderKey] -api_key="key" +api_key = "key" [mifinity.metadata.brand_id] -name="brand_id" -label="Merchant Brand ID" -placeholder="Enter Brand ID" -required=true -type="Text" +name = "brand_id" +label = "Merchant Brand ID" +placeholder = "Enter Brand ID" +required = true +type = "Text" [mifinity.metadata.destination_account_number] -name="destination_account_number" -label="Destination Account Number" -placeholder="Enter Destination Account Number" -required=true -type="Text" +name = "destination_account_number" +label = "Destination Account Number" +placeholder = "Enter Destination Account Number" +required = true +type = "Text" [razorpay] [[razorpay.upi]] - payment_method_type = "upi_collect" +payment_method_type = "upi_collect" [razorpay.connector_auth.BodyKey] -api_key="Razorpay Id" +api_key = "Razorpay Id" key1 = "Razorpay Secret" [mollie] [[mollie.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[mollie.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[mollie.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[mollie.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[mollie.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[mollie.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[mollie.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[mollie.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[mollie.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[mollie.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[mollie.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[mollie.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[mollie.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[mollie.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[mollie.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[mollie.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[mollie.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[mollie.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[mollie.bank_redirect]] - payment_method_type = "ideal" +payment_method_type = "ideal" [[mollie.bank_redirect]] - payment_method_type = "giropay" +payment_method_type = "giropay" [[mollie.bank_redirect]] - payment_method_type = "sofort" +payment_method_type = "sofort" [[mollie.bank_redirect]] - payment_method_type = "eps" +payment_method_type = "eps" [[mollie.bank_redirect]] - payment_method_type = "przelewy24" +payment_method_type = "przelewy24" [[mollie.bank_redirect]] - payment_method_type = "bancontact_card" +payment_method_type = "bancontact_card" [[mollie.wallet]] - payment_method_type = "paypal" +payment_method_type = "paypal" [mollie.connector_auth.BodyKey] -api_key="API Key" -key1="Profile Token" +api_key = "API Key" +key1 = "Profile Token" [mollie.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [moneris] [[moneris.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[moneris.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[moneris.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[moneris.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[moneris.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[moneris.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[moneris.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[moneris.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[moneris.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[moneris.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[moneris.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[moneris.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[moneris.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[moneris.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[moneris.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[moneris.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[moneris.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[moneris.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [moneris.connector_auth.SignatureKey] -api_key="Client Secret" -key1="Client Id" -api_secret="Merchant Id" +api_key = "Client Secret" +key1 = "Client Id" +api_secret = "Merchant Id" [multisafepay] [[multisafepay.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[multisafepay.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[multisafepay.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[multisafepay.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[multisafepay.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[multisafepay.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[multisafepay.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[multisafepay.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[multisafepay.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[multisafepay.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[multisafepay.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[multisafepay.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[multisafepay.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[multisafepay.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[multisafepay.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[multisafepay.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[multisafepay.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[multisafepay.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[multisafepay.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[multisafepay.wallet]] - payment_method_type = "paypal" +payment_method_type = "paypal" [multisafepay.connector_auth.HeaderKey] -api_key="Enter API Key" +api_key = "Enter API Key" [multisafepay.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[multisafepay.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[multisafepay.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[multisafepay.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[multisafepay.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[multisafepay.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[multisafepay.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[multisafepay.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[multisafepay.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[multisafepay.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[multisafepay.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[multisafepay.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [nexinets] [[nexinets.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[nexinets.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[nexinets.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[nexinets.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[nexinets.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[nexinets.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[nexinets.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[nexinets.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[nexinets.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[nexinets.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[nexinets.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[nexinets.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[nexinets.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[nexinets.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[nexinets.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[nexinets.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[nexinets.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[nexinets.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[nexinets.bank_redirect]] - payment_method_type = "ideal" +payment_method_type = "ideal" [[nexinets.bank_redirect]] - payment_method_type = "giropay" +payment_method_type = "giropay" [[nexinets.bank_redirect]] - payment_method_type = "sofort" +payment_method_type = "sofort" [[nexinets.bank_redirect]] - payment_method_type = "eps" +payment_method_type = "eps" [[nexinets.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[nexinets.wallet]] - payment_method_type = "paypal" +payment_method_type = "paypal" [nexinets.connector_auth.BodyKey] -api_key="API Key" -key1="Merchant ID" +api_key = "API Key" +key1 = "Merchant ID" [nexinets.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[nexinets.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[nexinets.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[nexinets.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[nexinets.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[nexinets.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[nexinets.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[nexinets.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[nexinets.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector"] [nexixpay] [[nexixpay.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[nexixpay.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[nexixpay.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[nexixpay.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[nexixpay.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[nexixpay.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[nexixpay.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[nexixpay.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [nexixpay.connector_auth.HeaderKey] -api_key="API Key" +api_key = "API Key" [nmi] [[nmi.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[nmi.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[nmi.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[nmi.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[nmi.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[nmi.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[nmi.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[nmi.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[nmi.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[nmi.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[nmi.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[nmi.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[nmi.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[nmi.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[nmi.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[nmi.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[nmi.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[nmi.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[nmi.bank_redirect]] - payment_method_type = "ideal" +payment_method_type = "ideal" [[nmi.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[nmi.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [nmi.connector_auth.BodyKey] -api_key="API Key" -key1="Public Key" +api_key = "API Key" +key1 = "Public Key" [nmi.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[nmi.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[nmi.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[nmi.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[nmi.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[nmi.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[nmi.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[nmi.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[nmi.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector"] [[nmi.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[nmi.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[nmi.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[nmi.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[nmi.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[nmi.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[nmi.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[nmi.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[nmi.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[nmi.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[nmi.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [nmi.metadata.acquirer_bin] -name="acquirer_bin" -label="Acquirer Bin" -placeholder="Enter Acquirer Bin" -required=false -type="Text" +name = "acquirer_bin" +label = "Acquirer Bin" +placeholder = "Enter Acquirer Bin" +required = false +type = "Text" [nmi.metadata.acquirer_merchant_id] -name="acquirer_merchant_id" -label="Acquirer Merchant ID" -placeholder="Enter Acquirer Merchant ID" -required=false -type="Text" +name = "acquirer_merchant_id" +label = "Acquirer Merchant ID" +placeholder = "Enter Acquirer Merchant ID" +required = false +type = "Text" [nmi.metadata.acquirer_country_code] -name="acquirer_country_code" -label="Acquirer Country Code" -placeholder="Enter Acquirer Country Code" -required=false -type="Text" +name = "acquirer_country_code" +label = "Acquirer Country Code" +placeholder = "Enter Acquirer Country Code" +required = false +type = "Text" [noon] [[noon.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[noon.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[noon.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[noon.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[noon.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[noon.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[noon.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[noon.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[noon.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[noon.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[noon.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[noon.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[noon.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[noon.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[noon.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[noon.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[noon.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[noon.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[noon.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[noon.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[noon.wallet]] - payment_method_type = "paypal" +payment_method_type = "paypal" [noon.connector_auth.SignatureKey] -api_key="API Key" -key1="Business Identifier" -api_secret="Application Identifier" +api_key = "API Key" +key1 = "Business Identifier" +api_secret = "Application Identifier" [noon.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[noon.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[noon.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[noon.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[noon.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[noon.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[noon.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[noon.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[noon.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector"] [[noon.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[noon.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[noon.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[noon.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[noon.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[noon.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[noon.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[noon.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[noon.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[noon.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[noon.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [novalnet] [[novalnet.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[novalnet.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[novalnet.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[novalnet.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[novalnet.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[novalnet.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[novalnet.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[novalnet.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[novalnet.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[novalnet.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[novalnet.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[novalnet.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[novalnet.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[novalnet.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[novalnet.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[novalnet.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[novalnet.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[novalnet.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[novalnet.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[novalnet.wallet]] - payment_method_type = "paypal" +payment_method_type = "paypal" [[novalnet.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [novalnet.connector_auth.SignatureKey] -api_key="Product Activation Key" -key1="Payment Access Key" -api_secret="Tariff ID" +api_key = "Product Activation Key" +key1 = "Payment Access Key" +api_secret = "Tariff ID" [novalnet.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[novalnet.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[novalnet.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[novalnet.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[novalnet.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[novalnet.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[novalnet.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[novalnet.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[novalnet.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[novalnet.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[novalnet.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[novalnet.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[novalnet.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[novalnet.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[novalnet.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[novalnet.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[novalnet.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Select" -options=["web","ios"] +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Select" +options = ["web", "ios"] [[novalnet.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[novalnet.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[novalnet.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector"] [nuvei] [[nuvei.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[nuvei.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[nuvei.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[nuvei.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[nuvei.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[nuvei.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[nuvei.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[nuvei.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[nuvei.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[nuvei.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[nuvei.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[nuvei.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[nuvei.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[nuvei.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[nuvei.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[nuvei.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[nuvei.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[nuvei.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[nuvei.pay_later]] - payment_method_type = "klarna" +payment_method_type = "klarna" [[nuvei.pay_later]] - payment_method_type = "afterpay_clearpay" +payment_method_type = "afterpay_clearpay" [[nuvei.bank_redirect]] - payment_method_type = "ideal" +payment_method_type = "ideal" [[nuvei.bank_redirect]] - payment_method_type = "giropay" +payment_method_type = "giropay" [[nuvei.bank_redirect]] - payment_method_type = "sofort" +payment_method_type = "sofort" [[nuvei.bank_redirect]] - payment_method_type = "eps" +payment_method_type = "eps" [[nuvei.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[nuvei.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[nuvei.wallet]] - payment_method_type = "paypal" +payment_method_type = "paypal" [nuvei.connector_auth.SignatureKey] -api_key="Merchant ID" -key1="Merchant Site ID" -api_secret="Merchant Secret" +api_key = "Merchant ID" +key1 = "Merchant Site ID" +api_secret = "Merchant Secret" [nuvei.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[nuvei.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[nuvei.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[nuvei.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[nuvei.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[nuvei.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[nuvei.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[nuvei.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[nuvei.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector"] [[nuvei.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[nuvei.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[nuvei.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[nuvei.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[nuvei.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[nuvei.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[nuvei.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[nuvei.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[nuvei.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[nuvei.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[nuvei.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] - +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [opennode] [[opennode.crypto]] - payment_method_type = "crypto_currency" +payment_method_type = "crypto_currency" [opennode.connector_auth.HeaderKey] -api_key="API Key" +api_key = "API Key" [opennode.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [prophetpay] [[prophetpay.card_redirect]] - payment_method_type = "card_redirect" +payment_method_type = "card_redirect" [prophetpay.connector_auth.SignatureKey] -api_key="Username" -key1="Token" -api_secret="Profile" +api_key = "Username" +key1 = "Token" +api_secret = "Profile" [payme] [[payme.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[payme.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[payme.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[payme.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[payme.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[payme.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[payme.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[payme.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[payme.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[payme.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[payme.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[payme.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[payme.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[payme.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[payme.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[payme.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[payme.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[payme.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [payme.connector_auth.BodyKey] -api_key="Seller Payme Id" -key1="Payme Public Key" +api_key = "Seller Payme Id" +key1 = "Payme Public Key" [payme.connector_webhook_details] -merchant_secret="Payme Client Secret" -additional_secret="Payme Client Key" +merchant_secret = "Payme Client Secret" +additional_secret = "Payme Client Key" [paypal] [[paypal.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[paypal.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[paypal.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[paypal.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[paypal.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[paypal.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[paypal.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[paypal.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[paypal.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[paypal.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[paypal.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[paypal.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[paypal.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[paypal.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[paypal.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[paypal.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[paypal.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[paypal.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[paypal.wallet]] - payment_method_type = "paypal" - payment_experience = "invoke_sdk_client" +payment_method_type = "paypal" +payment_experience = "invoke_sdk_client" [[paypal.wallet]] - payment_method_type = "paypal" - payment_experience = "redirect_to_url" +payment_method_type = "paypal" +payment_experience = "redirect_to_url" [[paypal.bank_redirect]] - payment_method_type = "ideal" +payment_method_type = "ideal" [[paypal.bank_redirect]] - payment_method_type = "giropay" +payment_method_type = "giropay" [[paypal.bank_redirect]] - payment_method_type = "sofort" +payment_method_type = "sofort" [[paypal.bank_redirect]] - payment_method_type = "eps" +payment_method_type = "eps" is_verifiable = true [paypal.connector_auth.BodyKey] -api_key="Client Secret" -key1="Client ID" +api_key = "Client Secret" +key1 = "Client ID" [paypal.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [paypal.metadata.paypal_sdk] -client_id="Client ID" +client_id = "Client ID" [paypal_payout] [[paypal_payout.wallet]] - payment_method_type = "paypal" +payment_method_type = "paypal" [[paypal_payout.wallet]] - payment_method_type = "venmo" +payment_method_type = "venmo" [paypal_payout.connector_auth.BodyKey] -api_key="Client Secret" -key1="Client ID" +api_key = "Client Secret" +key1 = "Client ID" [payu] [[payu.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[payu.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[payu.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[payu.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[payu.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[payu.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[payu.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[payu.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[payu.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[payu.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[payu.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[payu.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[payu.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[payu.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[payu.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[payu.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[payu.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[payu.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[payu.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [payu.connector_auth.BodyKey] -api_key="API Key" -key1="Merchant POS ID" +api_key = "API Key" +key1 = "Merchant POS ID" [payu.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[payu.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[payu.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[payu.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[payu.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[payu.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[payu.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[payu.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[payu.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[payu.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[payu.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[payu.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [placetopay] [[placetopay.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[placetopay.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[placetopay.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[placetopay.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[placetopay.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[placetopay.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[placetopay.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[placetopay.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[placetopay.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[placetopay.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[placetopay.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[placetopay.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[placetopay.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[placetopay.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[placetopay.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[placetopay.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[placetopay.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[placetopay.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [placetopay.connector_auth.BodyKey] -api_key="Login" -key1="Trankey" +api_key = "Login" +key1 = "Trankey" [plaid] [[plaid.open_banking]] - payment_method_type = "open_banking_pis" +payment_method_type = "open_banking_pis" [plaid.connector_auth.BodyKey] -api_key="client_id" -key1="secret" +api_key = "client_id" +key1 = "secret" [plaid.additional_merchant_data.open_banking_recipient_data] -name="open_banking_recipient_data" -label="Open Banking Recipient Data" -placeholder="Enter Open Banking Recipient Data" -required=true -type="Select" -options=["account_data","connector_recipient_id","wallet_id"] +name = "open_banking_recipient_data" +label = "Open Banking Recipient Data" +placeholder = "Enter Open Banking Recipient Data" +required = true +type = "Select" +options = ["account_data", "connector_recipient_id", "wallet_id"] [plaid.additional_merchant_data.account_data] -name="account_data" -label="Account Data" -placeholder="Enter account_data" -required=true -type="Select" -options=["iban","bacs"] +name = "account_data" +label = "Account Data" +placeholder = "Enter account_data" +required = true +type = "Select" +options = ["iban", "bacs"] [plaid.additional_merchant_data.connector_recipient_id] -name="connector_recipient_id" -label="Connector Recipient Id" -placeholder="Enter connector recipient id" -required=true -type="Text" +name = "connector_recipient_id" +label = "Connector Recipient Id" +placeholder = "Enter connector recipient id" +required = true +type = "Text" [plaid.additional_merchant_data.wallet_id] -name="wallet_id" -label="Wallet Id" -placeholder="Enter wallet id" -required=true -type="Text" +name = "wallet_id" +label = "Wallet Id" +placeholder = "Enter wallet id" +required = true +type = "Text" [[plaid.additional_merchant_data.iban]] -name="iban" -label="Iban" -placeholder="Enter iban" -required=true -type="Text" +name = "iban" +label = "Iban" +placeholder = "Enter iban" +required = true +type = "Text" [[plaid.additional_merchant_data.iban]] -name="iban.name" -label="Name" -placeholder="Enter name" -required=true -type="Text" +name = "iban.name" +label = "Name" +placeholder = "Enter name" +required = true +type = "Text" [[plaid.additional_merchant_data.bacs]] -name="sort_code" -label="Sort Code" -placeholder="Enter sort code" -required=true -type="Text" +name = "sort_code" +label = "Sort Code" +placeholder = "Enter sort code" +required = true +type = "Text" [[plaid.additional_merchant_data.bacs]] -name="account_number" -label="Bank scheme" -placeholder="Enter account number" -required=true -type="Text" +name = "account_number" +label = "Bank scheme" +placeholder = "Enter account number" +required = true +type = "Text" [[plaid.additional_merchant_data.bacs]] -name="bacs.name" -label="Name" -placeholder="Enter name" -required=true -type="Text" +name = "bacs.name" +label = "Name" +placeholder = "Enter name" +required = true +type = "Text" [powertranz] [[powertranz.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[powertranz.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[powertranz.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[powertranz.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[powertranz.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[powertranz.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[powertranz.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[powertranz.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[powertranz.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[powertranz.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[powertranz.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[powertranz.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[powertranz.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[powertranz.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[powertranz.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[powertranz.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[powertranz.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[powertranz.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [powertranz.connector_auth.BodyKey] key1 = "PowerTranz Id" -api_key="PowerTranz Password" +api_key = "PowerTranz Password" [powertranz.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [rapyd] [[rapyd.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[rapyd.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[rapyd.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[rapyd.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[rapyd.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[rapyd.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[rapyd.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[rapyd.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[rapyd.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[rapyd.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[rapyd.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[rapyd.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[rapyd.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[rapyd.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[rapyd.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[rapyd.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[rapyd.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[rapyd.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[rapyd.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [rapyd.connector_auth.BodyKey] -api_key="Access Key" -key1="API Secret" +api_key = "Access Key" +key1 = "API Secret" [rapyd.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[rapyd.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[rapyd.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[rapyd.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[rapyd.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[rapyd.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[rapyd.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[rapyd.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[rapyd.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector"] [shift4] [[shift4.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[shift4.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[shift4.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[shift4.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[shift4.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[shift4.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[shift4.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[shift4.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[shift4.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[shift4.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[shift4.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[shift4.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[shift4.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[shift4.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[shift4.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[shift4.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[shift4.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[shift4.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[shift4.bank_redirect]] - payment_method_type = "ideal" +payment_method_type = "ideal" [[shift4.bank_redirect]] - payment_method_type = "giropay" +payment_method_type = "giropay" [[shift4.bank_redirect]] - payment_method_type = "sofort" +payment_method_type = "sofort" [[shift4.bank_redirect]] - payment_method_type = "eps" +payment_method_type = "eps" [shift4.connector_auth.HeaderKey] -api_key="API Key" +api_key = "API Key" [shift4.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [stripe] [[stripe.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[stripe.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[stripe.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[stripe.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[stripe.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[stripe.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[stripe.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[stripe.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[stripe.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[stripe.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[stripe.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[stripe.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[stripe.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[stripe.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[stripe.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[stripe.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[stripe.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[stripe.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[stripe.pay_later]] - payment_method_type = "klarna" +payment_method_type = "klarna" [[stripe.pay_later]] - payment_method_type = "affirm" +payment_method_type = "affirm" [[stripe.pay_later]] - payment_method_type = "afterpay_clearpay" +payment_method_type = "afterpay_clearpay" [[stripe.bank_redirect]] - payment_method_type = "ideal" +payment_method_type = "ideal" [[stripe.bank_redirect]] - payment_method_type = "giropay" +payment_method_type = "giropay" [[stripe.bank_redirect]] - payment_method_type = "eps" +payment_method_type = "eps" [[stripe.bank_redirect]] - payment_method_type = "bancontact_card" +payment_method_type = "bancontact_card" [[stripe.bank_redirect]] - payment_method_type = "przelewy24" +payment_method_type = "przelewy24" [[stripe.bank_debit]] - payment_method_type = "ach" +payment_method_type = "ach" [[stripe.bank_debit]] - payment_method_type = "bacs" +payment_method_type = "bacs" [[stripe.bank_debit]] - payment_method_type = "becs" +payment_method_type = "becs" [[stripe.bank_debit]] - payment_method_type = "sepa" +payment_method_type = "sepa" [[stripe.bank_transfer]] - payment_method_type = "ach" +payment_method_type = "ach" [[stripe.bank_transfer]] - payment_method_type = "bacs" +payment_method_type = "bacs" [[stripe.bank_transfer]] - payment_method_type = "sepa" +payment_method_type = "sepa" [[stripe.bank_transfer]] - payment_method_type = "multibanco" +payment_method_type = "multibanco" [[stripe.wallet]] - payment_method_type = "amazon_pay" +payment_method_type = "amazon_pay" [[stripe.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[stripe.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[stripe.wallet]] - payment_method_type = "we_chat_pay" +payment_method_type = "we_chat_pay" [[stripe.wallet]] - payment_method_type = "ali_pay" +payment_method_type = "ali_pay" [[stripe.wallet]] - payment_method_type = "cashapp" +payment_method_type = "cashapp" [[stripe.wallet]] - payment_method_type = "revolut_pay" +payment_method_type = "revolut_pay" is_verifiable = true [stripe.connector_auth.HeaderKey] -api_key="Secret Key" +api_key = "Secret Key" [stripe.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[stripe.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[stripe.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[stripe.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[stripe.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[stripe.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[stripe.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[stripe.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[stripe.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector","Hyperswitch"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector", "Hyperswitch"] [[stripe.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[stripe.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[stripe.metadata.google_pay]] -name="stripe:publishableKey" -label="Stripe Publishable Key" -placeholder="Enter Stripe Publishable Key" -required=true -type="Text" +name = "stripe:publishableKey" +label = "Stripe Publishable Key" +placeholder = "Enter Stripe Publishable Key" +required = true +type = "Text" [[stripe.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[stripe.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[stripe.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[stripe.connector_wallets_details.google_pay]] -name="stripe:publishableKey" -label="Stripe Publishable Key" -placeholder="Enter Stripe Publishable Key" -required=true -type="Text" +name = "stripe:publishableKey" +label = "Stripe Publishable Key" +placeholder = "Enter Stripe Publishable Key" +required = true +type = "Text" [[stripe.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[stripe.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[stripe.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[stripe.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [stax] [[stax.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[stax.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[stax.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[stax.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[stax.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[stax.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[stax.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[stax.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[stax.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[stax.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[stax.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[stax.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[stax.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[stax.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[stax.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[stax.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[stax.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[stax.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[stax.bank_debit]] - payment_method_type = "ach" +payment_method_type = "ach" [stax.connector_auth.HeaderKey] -api_key="Api Key" +api_key = "Api Key" [stax.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [square] [[square.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[square.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[square.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[square.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[square.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[square.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[square.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[square.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[square.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[square.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[square.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[square.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[square.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[square.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[square.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[square.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[square.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[square.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [square.connector_auth.BodyKey] api_key = "Square API Key" key1 = "Square Client Id" [square.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [trustpay] [[trustpay.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[trustpay.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[trustpay.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[trustpay.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[trustpay.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[trustpay.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[trustpay.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[trustpay.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[trustpay.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[trustpay.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[trustpay.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[trustpay.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[trustpay.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[trustpay.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[trustpay.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[trustpay.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[trustpay.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[trustpay.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[trustpay.bank_redirect]] - payment_method_type = "ideal" +payment_method_type = "ideal" [[trustpay.bank_redirect]] - payment_method_type = "giropay" +payment_method_type = "giropay" [[trustpay.bank_redirect]] - payment_method_type = "sofort" +payment_method_type = "sofort" [[trustpay.bank_redirect]] - payment_method_type = "eps" +payment_method_type = "eps" [[trustpay.bank_redirect]] - payment_method_type = "blik" +payment_method_type = "blik" [[trustpay.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[trustpay.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[trustpay.bank_transfer]] - payment_method_type = "sepa_bank_transfer" +payment_method_type = "sepa_bank_transfer" [[trustpay.bank_transfer]] - payment_method_type = "instant_bank_transfer" +payment_method_type = "instant_bank_transfer" [[trustpay.bank_transfer]] - payment_method_type = "instant_bank_transfer_finland" +payment_method_type = "instant_bank_transfer_finland" [[trustpay.bank_transfer]] - payment_method_type = "instant_bank_transfer_poland" +payment_method_type = "instant_bank_transfer_poland" [trustpay.connector_auth.SignatureKey] -api_key="API Key" -key1="Project ID" -api_secret="Secret Key" +api_key = "API Key" +key1 = "Project ID" +api_secret = "Secret Key" [trustpay.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[trustpay.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[trustpay.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[trustpay.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[trustpay.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[trustpay.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[trustpay.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[trustpay.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[trustpay.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector"] [[trustpay.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[trustpay.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[trustpay.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[trustpay.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[trustpay.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[trustpay.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[trustpay.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[trustpay.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[trustpay.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[trustpay.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[trustpay.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [tsys] [[tsys.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[tsys.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[tsys.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[tsys.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[tsys.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[tsys.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[tsys.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[tsys.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[tsys.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[tsys.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[tsys.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[tsys.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[tsys.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[tsys.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[tsys.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[tsys.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[tsys.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[tsys.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [tsys.connector_auth.SignatureKey] -api_key="Device Id" -key1="Transaction Key" -api_secret="Developer Id" +api_key = "Device Id" +key1 = "Transaction Key" +api_secret = "Developer Id" [tsys.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [volt] [[volt.bank_redirect]] - payment_method_type = "open_banking_uk" +payment_method_type = "open_banking_uk" [volt.connector_auth.MultiAuthKey] api_key = "Username" api_secret = "Password" key1 = "Client ID" key2 = "Client Secret" [volt.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [worldline] [[worldline.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[worldline.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[worldline.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[worldline.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[worldline.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[worldline.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[worldline.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[worldline.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[worldline.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[worldline.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[worldline.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[worldline.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[worldline.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[worldline.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[worldline.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[worldline.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[worldline.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[worldline.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[worldline.bank_redirect]] - payment_method_type = "ideal" +payment_method_type = "ideal" [[worldline.bank_redirect]] - payment_method_type = "giropay" +payment_method_type = "giropay" [worldline.connector_auth.SignatureKey] -api_key="API Key ID" -key1="Merchant ID" -api_secret="Secret API Key" +api_key = "API Key ID" +key1 = "Merchant ID" +api_secret = "Secret API Key" [worldline.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [worldpay] [[worldpay.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[worldpay.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[worldpay.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[worldpay.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[worldpay.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[worldpay.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[worldpay.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[worldpay.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[worldpay.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[worldpay.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[worldpay.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[worldpay.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[worldpay.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[worldpay.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[worldpay.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[worldpay.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[worldpay.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[worldpay.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[worldpay.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[worldpay.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [worldpay.connector_auth.SignatureKey] -key1="Username" -api_key="Password" -api_secret="Merchant Identifier" +key1 = "Username" +api_key = "Password" +api_secret = "Merchant Identifier" [worldpay.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [worldpay.metadata.merchant_name] -name="merchant_name" -label="Name of the merchant to de displayed during 3DS challenge" -placeholder="Enter Name of the merchant" -required=true -type="Text" +name = "merchant_name" +label = "Name of the merchant to de displayed during 3DS challenge" +placeholder = "Enter Name of the merchant" +required = true +type = "Text" [[worldpay.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[worldpay.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[worldpay.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[worldpay.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[worldpay.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Text" +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Text" [[worldpay.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[worldpay.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[worldpay.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Connector"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Connector"] [[worldpay.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[worldpay.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[worldpay.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[worldpay.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[worldpay.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[worldpay.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[worldpay.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[worldpay.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[worldpay.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[worldpay.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[worldpay.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [zen] [[zen.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[zen.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[zen.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[zen.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[zen.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[zen.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[zen.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[zen.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[zen.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[zen.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[zen.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[zen.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[zen.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[zen.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[zen.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[zen.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[zen.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[zen.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[zen.voucher]] - payment_method_type = "boleto" +payment_method_type = "boleto" [[zen.voucher]] - payment_method_type = "efecty" +payment_method_type = "efecty" [[zen.voucher]] - payment_method_type = "pago_efectivo" +payment_method_type = "pago_efectivo" [[zen.voucher]] - payment_method_type = "red_compra" +payment_method_type = "red_compra" [[zen.voucher]] - payment_method_type = "red_pagos" +payment_method_type = "red_pagos" [[zen.bank_transfer]] - payment_method_type = "pix" +payment_method_type = "pix" [[zen.bank_transfer]] - payment_method_type = "pse" +payment_method_type = "pse" [[zen.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[zen.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [zen.connector_auth.HeaderKey] -api_key="API Key" +api_key = "API Key" [zen.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [[zen.metadata.apple_pay]] -name="terminal_uuid" -label="Terminal UUID" -placeholder="Enter Terminal UUID" -required=true -type="Text" +name = "terminal_uuid" +label = "Terminal UUID" +placeholder = "Enter Terminal UUID" +required = true +type = "Text" [[zen.metadata.apple_pay]] -name="pay_wall_secret" -label="Pay Wall Secret" -placeholder="Enter Pay Wall Secret" -required=true -type="Text" +name = "pay_wall_secret" +label = "Pay Wall Secret" +placeholder = "Enter Pay Wall Secret" +required = true +type = "Text" [[zen.metadata.google_pay]] -name="terminal_uuid" -label="Terminal UUID" -placeholder="Enter Terminal UUID" -required=true -type="Text" +name = "terminal_uuid" +label = "Terminal UUID" +placeholder = "Enter Terminal UUID" +required = true +type = "Text" [[zen.metadata.google_pay]] -name="pay_wall_secret" -label="Pay Wall Secret" -placeholder="Enter Pay Wall Secret" -required=true -type="Text" +name = "pay_wall_secret" +label = "Pay Wall Secret" +placeholder = "Enter Pay Wall Secret" +required = true +type = "Text" [zsl] [[zsl.bank_transfer]] - payment_method_type = "local_bank_transfer" +payment_method_type = "local_bank_transfer" [zsl.connector_auth.BodyKey] api_key = "Key" key1 = "Merchant ID" [dummy_connector] [[dummy_connector.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[dummy_connector.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[dummy_connector.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[dummy_connector.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[dummy_connector.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[dummy_connector.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[dummy_connector.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[dummy_connector.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[dummy_connector.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[dummy_connector.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[dummy_connector.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[dummy_connector.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[dummy_connector.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[dummy_connector.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[dummy_connector.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[dummy_connector.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[dummy_connector.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[dummy_connector.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [dummy_connector.connector_auth.HeaderKey] -api_key="Api Key" +api_key = "Api Key" [paypal_test] [[paypal_test.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[paypal_test.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[paypal_test.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[paypal_test.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[paypal_test.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[paypal_test.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[paypal_test.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[paypal_test.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[paypal_test.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[paypal_test.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[paypal_test.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[paypal_test.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[paypal_test.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[paypal_test.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[paypal_test.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[paypal_test.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[paypal_test.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[paypal_test.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[paypal_test.wallet]] - payment_method_type = "paypal" +payment_method_type = "paypal" [paypal_test.connector_auth.HeaderKey] -api_key="Api Key" +api_key = "Api Key" [paystack] [[paystack.bank_redirect]] - payment_method_type = "eft" +payment_method_type = "eft" [paystack.connector_auth.HeaderKey] -api_key="API Key" +api_key = "API Key" [paystack.connector_webhook_details] -merchant_secret="API Key" +merchant_secret = "API Key" [stripe_test] [[stripe_test.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[stripe_test.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[stripe_test.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[stripe_test.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[stripe_test.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[stripe_test.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[stripe_test.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[stripe_test.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[stripe_test.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[stripe_test.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[stripe_test.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[stripe_test.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[stripe_test.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[stripe_test.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[stripe_test.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[stripe_test.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[stripe_test.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[stripe_test.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[stripe_test.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[stripe_test.wallet]] - payment_method_type = "ali_pay" +payment_method_type = "ali_pay" [[stripe_test.wallet]] - payment_method_type = "we_chat_pay" +payment_method_type = "we_chat_pay" [[stripe_test.pay_later]] - payment_method_type = "klarna" +payment_method_type = "klarna" [[stripe_test.pay_later]] - payment_method_type = "affirm" +payment_method_type = "affirm" [[stripe_test.pay_later]] - payment_method_type = "afterpay_clearpay" +payment_method_type = "afterpay_clearpay" [[paypal_test.wallet]] - payment_method_type = "paypal" +payment_method_type = "paypal" [stripe_test.connector_auth.HeaderKey] -api_key="Api Key" +api_key = "Api Key" [helcim] [[helcim.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[helcim.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[helcim.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[helcim.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[helcim.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[helcim.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[helcim.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[helcim.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[helcim.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[helcim.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[helcim.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[helcim.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[helcim.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[helcim.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[helcim.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[helcim.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[helcim.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[helcim.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [helcim.connector_auth.HeaderKey] -api_key="Api Key" - - +api_key = "Api Key" [adyen_payout] [[adyen_payout.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[adyen_payout.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[adyen_payout.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[adyen_payout.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[adyen_payout.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[adyen_payout.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[adyen_payout.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[adyen_payout.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[adyen_payout.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[adyen_payout.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[adyen_payout.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[adyen_payout.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[adyen_payout.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[adyen_payout.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[adyen_payout.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[adyen_payout.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[adyen_payout.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[adyen_payout.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[adyen_payout.bank_transfer]] - payment_method_type = "sepa" +payment_method_type = "sepa" [[adyen_payout.wallet]] - payment_method_type = "paypal" +payment_method_type = "paypal" [adyen_payout.connector_auth.SignatureKey] api_key = "Adyen API Key (Payout creation)" api_secret = "Adyen Key (Payout submission)" key1 = "Adyen Account Id" [adyen_payout.metadata.endpoint_prefix] -name="endpoint_prefix" -label="Live endpoint prefix" -placeholder="Enter Live endpoint prefix" -required=true -type="Text" +name = "endpoint_prefix" +label = "Live endpoint prefix" +placeholder = "Enter Live endpoint prefix" +required = true +type = "Text" [stripe_payout] [[stripe_payout.bank_transfer]] - payment_method_type = "ach" +payment_method_type = "ach" [stripe_payout.connector_auth.HeaderKey] api_key = "Stripe API Key" [nomupay_payout] [[nomupay_payout.bank_transfer]] - payment_method_type = "sepa" +payment_method_type = "sepa" [nomupay_payout.connector_auth.BodyKey] api_key = "Nomupay kid" key1 = "Nomupay eid" [nomupay_payout.metadata.private_key] -name="Private key for signature generation" -label="Enter your private key" -placeholder="------BEGIN PRIVATE KEY-------" -required=true -type="Text" +name = "Private key for signature generation" +label = "Enter your private key" +placeholder = "------BEGIN PRIVATE KEY-------" +required = true +type = "Text" [wise_payout] [[wise_payout.bank_transfer]] - payment_method_type = "ach" +payment_method_type = "ach" [[wise_payout.bank_transfer]] - payment_method_type = "bacs" +payment_method_type = "bacs" [[wise_payout.bank_transfer]] - payment_method_type = "sepa" +payment_method_type = "sepa" [wise_payout.connector_auth.BodyKey] api_key = "Wise API Key" key1 = "Wise Account Id" [threedsecureio] [threedsecureio.connector_auth.HeaderKey] -api_key="Api Key" +api_key = "Api Key" [threedsecureio.metadata.mcc] -name="mcc" -label="MCC" -placeholder="Enter MCC" -required=true -type="Text" +name = "mcc" +label = "MCC" +placeholder = "Enter MCC" +required = true +type = "Text" [threedsecureio.metadata.merchant_country_code] -name="merchant_country_code" -label="3 digit numeric country code" -placeholder="Enter 3 digit numeric country code" -required=true -type="Text" +name = "merchant_country_code" +label = "3 digit numeric country code" +placeholder = "Enter 3 digit numeric country code" +required = true +type = "Text" [threedsecureio.metadata.merchant_name] -name="merchant_name" -label="Name of the merchant" -placeholder="Enter Name of the merchant" -required=true -type="Text" +name = "merchant_name" +label = "Name of the merchant" +placeholder = "Enter Name of the merchant" +required = true +type = "Text" [threedsecureio.metadata.pull_mechanism_for_external_3ds_enabled] -name="pull_mechanism_for_external_3ds_enabled" -label="Pull Mechanism Enabled" -placeholder="Enter Pull Mechanism Enabled" -required=false -type="Toggle" +name = "pull_mechanism_for_external_3ds_enabled" +label = "Pull Mechanism Enabled" +placeholder = "Enter Pull Mechanism Enabled" +required = false +type = "Toggle" [threedsecureio.metadata.acquirer_bin] -name="acquirer_bin" -label="Acquirer BIN" -placeholder="Enter Acquirer BIN" -required=true -type="Text" +name = "acquirer_bin" +label = "Acquirer BIN" +placeholder = "Enter Acquirer BIN" +required = true +type = "Text" [threedsecureio.metadata.acquirer_merchant_id] -name="acquirer_merchant_id" -label="Acquirer Merchant ID" -placeholder="Enter Acquirer Merchant ID" -required=true -type="Text" +name = "acquirer_merchant_id" +label = "Acquirer Merchant ID" +placeholder = "Enter Acquirer Merchant ID" +required = true +type = "Text" [threedsecureio.metadata.acquirer_country_code] -name="acquirer_country_code" -label="Acquirer Country Code" -placeholder="Enter Acquirer Country Code" -required=false -type="Text" +name = "acquirer_country_code" +label = "Acquirer Country Code" +placeholder = "Enter Acquirer Country Code" +required = false +type = "Text" [netcetera] [netcetera.connector_auth.CertificateAuth] -certificate="Base64 encoded PEM formatted certificate chain" -private_key="Base64 encoded PEM formatted private key" +certificate = "Base64 encoded PEM formatted certificate chain" +private_key = "Base64 encoded PEM formatted private key" [netcetera.metadata.endpoint_prefix] -name="endpoint_prefix" -label="Live endpoint prefix" -placeholder="string that will replace '{prefix}' in this base url 'https://{prefix}.3ds-server.prev.netcetera-cloud-payment.ch'" -required=true -type="Text" +name = "endpoint_prefix" +label = "Live endpoint prefix" +placeholder = "string that will replace '{prefix}' in this base url 'https://{prefix}.3ds-server.prev.netcetera-cloud-payment.ch'" +required = true +type = "Text" [netcetera.metadata.mcc] -name="mcc" -label="MCC" -placeholder="Enter MCC" -required=false -type="Text" +name = "mcc" +label = "MCC" +placeholder = "Enter MCC" +required = false +type = "Text" [netcetera.metadata.merchant_country_code] -name="merchant_country_code" -label="3 digit numeric country code" -placeholder="Enter 3 digit numeric country code" -required=false -type="Text" +name = "merchant_country_code" +label = "3 digit numeric country code" +placeholder = "Enter 3 digit numeric country code" +required = false +type = "Text" [netcetera.metadata.merchant_name] -name="merchant_name" -label="Name of the merchant" -placeholder="Enter Name of the merchant" -required=false -type="Text" +name = "merchant_name" +label = "Name of the merchant" +placeholder = "Enter Name of the merchant" +required = false +type = "Text" [netcetera.metadata.three_ds_requestor_name] -name="three_ds_requestor_name" -label="ThreeDS requestor name" -placeholder="Enter ThreeDS requestor name" -required=false -type="Text" +name = "three_ds_requestor_name" +label = "ThreeDS requestor name" +placeholder = "Enter ThreeDS requestor name" +required = false +type = "Text" [netcetera.metadata.three_ds_requestor_id] -name="three_ds_requestor_id" -label="ThreeDS request id" -placeholder="Enter ThreeDS request id" -required=false -type="Text" +name = "three_ds_requestor_id" +label = "ThreeDS request id" +placeholder = "Enter ThreeDS request id" +required = false +type = "Text" [netcetera.metadata.merchant_configuration_id] -name="merchant_configuration_id" -label="Merchant Configuration ID" -placeholder="Enter Merchant Configuration ID" -required=false -type="Text" +name = "merchant_configuration_id" +label = "Merchant Configuration ID" +placeholder = "Enter Merchant Configuration ID" +required = false +type = "Text" [taxjar] [taxjar.connector_auth.HeaderKey] -api_key="Sandbox Token" +api_key = "Sandbox Token" [billwerk] [[billwerk.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[billwerk.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[billwerk.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[billwerk.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[billwerk.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[billwerk.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[billwerk.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[billwerk.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[billwerk.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[billwerk.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[billwerk.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[billwerk.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[billwerk.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[billwerk.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[billwerk.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[billwerk.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[billwerk.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[billwerk.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [billwerk.connector_auth.BodyKey] -api_key="Private Api Key" -key1="Public Api Key" +api_key = "Private Api Key" +key1 = "Public Api Key" [datatrans] [[datatrans.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[datatrans.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[datatrans.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[datatrans.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[datatrans.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[datatrans.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[datatrans.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[datatrans.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[datatrans.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[datatrans.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[datatrans.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[datatrans.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[datatrans.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[datatrans.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[datatrans.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[datatrans.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[datatrans.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[datatrans.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [datatrans.connector_auth.BodyKey] api_key = "Passcode" key1 = "datatrans MerchantId" [datatrans.metadata.acquirer_bin] -name="acquirer_bin" -label="Acquirer Bin" -placeholder="Enter Acquirer Bin" -required=false -type="Text" +name = "acquirer_bin" +label = "Acquirer Bin" +placeholder = "Enter Acquirer Bin" +required = false +type = "Text" [datatrans.metadata.acquirer_merchant_id] -name="acquirer_merchant_id" -label="Acquirer Merchant ID" -placeholder="Enter Acquirer Merchant ID" -required=false -type="Text" +name = "acquirer_merchant_id" +label = "Acquirer Merchant ID" +placeholder = "Enter Acquirer Merchant ID" +required = false +type = "Text" [datatrans.metadata.acquirer_country_code] -name="acquirer_country_code" -label="Acquirer Country Code" -placeholder="Enter Acquirer Country Code" -required=false -type="Text" +name = "acquirer_country_code" +label = "Acquirer Country Code" +placeholder = "Enter Acquirer Country Code" +required = false +type = "Text" [paybox] [[paybox.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[paybox.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[paybox.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[paybox.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[paybox.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[paybox.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[paybox.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[paybox.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[paybox.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[paybox.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[paybox.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[paybox.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[paybox.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[paybox.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[paybox.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[paybox.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[paybox.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [paybox.connector_auth.MultiAuthKey] -api_key="SITE Key" -key1="Rang Identifier" -api_secret="CLE Secret" -key2 ="Merchant Id" +api_key = "SITE Key" +key1 = "Rang Identifier" +api_secret = "CLE Secret" +key2 = "Merchant Id" [wellsfargo] [[wellsfargo.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[wellsfargo.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[wellsfargo.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[wellsfargo.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[wellsfargo.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[wellsfargo.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[wellsfargo.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[wellsfargo.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[wellsfargo.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[wellsfargo.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[wellsfargo.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[wellsfargo.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[wellsfargo.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[wellsfargo.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[wellsfargo.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[wellsfargo.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[wellsfargo.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[wellsfargo.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [wellsfargo.connector_auth.SignatureKey] -api_key="Key" -key1="Merchant ID" -api_secret="Shared Secret" +api_key = "Key" +key1 = "Merchant ID" +api_secret = "Shared Secret" [fiuu] [[fiuu.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[fiuu.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[fiuu.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[fiuu.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[fiuu.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[fiuu.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[fiuu.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[fiuu.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[fiuu.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[fiuu.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[fiuu.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[fiuu.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[fiuu.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[fiuu.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[fiuu.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[fiuu.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[fiuu.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[fiuu.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[fiuu.real_time_payment]] - payment_method_type = "duit_now" +payment_method_type = "duit_now" [[fiuu.wallet]] - payment_method_type = "google_pay" +payment_method_type = "google_pay" [[fiuu.wallet]] - payment_method_type = "apple_pay" +payment_method_type = "apple_pay" [[fiuu.bank_redirect]] - payment_method_type = "online_banking_fpx" +payment_method_type = "online_banking_fpx" [fiuu.connector_auth.SignatureKey] -api_key="Verify Key" -key1="Merchant ID" -api_secret="Secret Key" +api_key = "Verify Key" +key1 = "Merchant ID" +api_secret = "Secret Key" [[fiuu.metadata.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[fiuu.metadata.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[fiuu.metadata.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[fiuu.metadata.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[fiuu.connector_wallets_details.google_pay]] -name="merchant_name" -label="Google Pay Merchant Name" -placeholder="Enter Google Pay Merchant Name" -required=true -type="Text" +name = "merchant_name" +label = "Google Pay Merchant Name" +placeholder = "Enter Google Pay Merchant Name" +required = true +type = "Text" [[fiuu.connector_wallets_details.google_pay]] -name="merchant_id" -label="Google Pay Merchant Id" -placeholder="Enter Google Pay Merchant Id" -required=true -type="Text" +name = "merchant_id" +label = "Google Pay Merchant Id" +placeholder = "Enter Google Pay Merchant Id" +required = true +type = "Text" [[fiuu.connector_wallets_details.google_pay]] -name="gateway_merchant_id" -label="Google Pay Merchant Key" -placeholder="Enter Google Pay Merchant Key" -required=true -type="Text" +name = "gateway_merchant_id" +label = "Google Pay Merchant Key" +placeholder = "Enter Google Pay Merchant Key" +required = true +type = "Text" [[fiuu.connector_wallets_details.google_pay]] -name="public_key" -label="Google Pay Public Key" -placeholder="Enter Google Pay Public Key" -required=true -type="Text" +name = "public_key" +label = "Google Pay Public Key" +placeholder = "Enter Google Pay Public Key" +required = true +type = "Text" [[fiuu.connector_wallets_details.google_pay]] -name="private_key" -label="Google Pay Private Key" -placeholder="Enter Google Pay Private Key" -required=true -type="Text" +name = "private_key" +label = "Google Pay Private Key" +placeholder = "Enter Google Pay Private Key" +required = true +type = "Text" [[fiuu.connector_wallets_details.google_pay]] -name="recipient_id" -label="Recipient Id" -placeholder="Enter Recipient Id" -required=true -type="Text" +name = "recipient_id" +label = "Recipient Id" +placeholder = "Enter Recipient Id" +required = true +type = "Text" [[fiuu.connector_wallets_details.google_pay]] -name="allowed_auth_methods" -label="Allowed Auth Methods" -placeholder="Enter Allowed Auth Methods" -required=true -type="MultiSelect" -options=["PAN_ONLY", "CRYPTOGRAM_3DS"] +name = "allowed_auth_methods" +label = "Allowed Auth Methods" +placeholder = "Enter Allowed Auth Methods" +required = true +type = "MultiSelect" +options = ["PAN_ONLY", "CRYPTOGRAM_3DS"] [[fiuu.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[fiuu.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[fiuu.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[fiuu.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[fiuu.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Select" -options=["web","ios"] +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Select" +options = ["web", "ios"] [[fiuu.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[fiuu.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[fiuu.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Hyperswitch"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Hyperswitch"] [fiuu.connector_webhook_details] -merchant_secret="Source verification key" +merchant_secret = "Source verification key" [tokenio] [[tokenio.open_banking]] - payment_method_type = "open_banking_pis" +payment_method_type = "open_banking_pis" [tokenio.connector_webhook_details] -merchant_secret="Tokenio Public Key" +merchant_secret = "Tokenio Public Key" [tokenio.connector_auth.MultiAuthKey] -api_key="Key Id" -api_secret="Private Key" -key1="Merchant Id" -key2="Key Algorithm" +api_key = "Key Id" +api_secret = "Private Key" +key1 = "Merchant Id" +key2 = "Key Algorithm" [tokenio.additional_merchant_data.open_banking_recipient_data] -name="open_banking_recipient_data" -label="Open Banking Recipient Data" -placeholder="Enter Open Banking Recipient Data" -required=true -type="Select" -options=["account_data"] +name = "open_banking_recipient_data" +label = "Open Banking Recipient Data" +placeholder = "Enter Open Banking Recipient Data" +required = true +type = "Select" +options = ["account_data"] [tokenio.additional_merchant_data.account_data] -name="account_data" -label="Bank scheme" -placeholder="Enter account_data" -required=true -type="Select" -options=["iban","bacs","faster_payments","sepa","sepa_instant","elixir","bankgiro","plusgiro"] +name = "account_data" +label = "Bank scheme" +placeholder = "Enter account_data" +required = true +type = "Select" +options = [ + "iban", + "bacs", + "faster_payments", + "sepa", + "sepa_instant", + "elixir", + "bankgiro", + "plusgiro", +] [[tokenio.additional_merchant_data.iban]] name = "iban" @@ -5709,307 +5715,306 @@ type = "Text" [elavon] [[elavon.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[elavon.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[elavon.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[elavon.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[elavon.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[elavon.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[elavon.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[elavon.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[elavon.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[elavon.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[elavon.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[elavon.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[elavon.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[elavon.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[elavon.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[elavon.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[elavon.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[elavon.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [elavon.connector_auth.SignatureKey] -api_key="Account Id" -key1="User ID" -api_secret="Pin" +api_key = "Account Id" +key1 = "User ID" +api_secret = "Pin" [ctp_mastercard] [ctp_mastercard.connector_auth.HeaderKey] -api_key="API Key" +api_key = "API Key" [ctp_mastercard.metadata.dpa_id] -name="dpa_id" -label="DPA Id" -placeholder="Enter DPA Id" -required=true -type="Text" +name = "dpa_id" +label = "DPA Id" +placeholder = "Enter DPA Id" +required = true +type = "Text" [ctp_mastercard.metadata.dpa_name] -name="dpa_name" -label="DPA Name" -placeholder="Enter DPA Name" -required=true -type="Text" +name = "dpa_name" +label = "DPA Name" +placeholder = "Enter DPA Name" +required = true +type = "Text" [ctp_mastercard.metadata.locale] -name="locale" -label="Locale" -placeholder="Enter locale" -required=true -type="Text" - +name = "locale" +label = "Locale" +placeholder = "Enter locale" +required = true +type = "Text" [ctp_mastercard.metadata.acquirer_bin] -name="acquirer_bin" -label="Acquire Bin" -placeholder="Enter Acquirer Bin" -required=true -type="Text" +name = "acquirer_bin" +label = "Acquire Bin" +placeholder = "Enter Acquirer Bin" +required = true +type = "Text" [ctp_mastercard.metadata.acquirer_merchant_id] -name="acquirer_merchant_id" -label="Acquire Merchant Id" -placeholder="Enter Acquirer Merchant Id" -required=true -type="Text" +name = "acquirer_merchant_id" +label = "Acquire Merchant Id" +placeholder = "Enter Acquirer Merchant Id" +required = true +type = "Text" [ctp_mastercard.metadata.merchant_category_code] -name="merchant_category_code" -label="Merchant Category Code" -placeholder="Enter Merchant Category Code" -required=true -type="Text" +name = "merchant_category_code" +label = "Merchant Category Code" +placeholder = "Enter Merchant Category Code" +required = true +type = "Text" [ctp_mastercard.metadata.merchant_country_code] -name="merchant_country_code" -label="Merchant Country Code" -placeholder="Enter Merchant Country Code" -required=true -type="Text" +name = "merchant_country_code" +label = "Merchant Country Code" +placeholder = "Enter Merchant Country Code" +required = true +type = "Text" [xendit] [[xendit.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[xendit.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[xendit.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[xendit.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[xendit.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[xendit.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[xendit.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[xendit.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[xendit.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[xendit.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[xendit.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[xendit.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[xendit.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[xendit.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[xendit.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[xendit.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[xendit.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[xendit.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [xendit.connector_auth.HeaderKey] -api_key="API Key" +api_key = "API Key" [xendit.connector_webhook_details] -merchant_secret="Webhook Verification Token" +merchant_secret = "Webhook Verification Token" [inespay] [[inespay.bank_debit]] - payment_method_type = "sepa" +payment_method_type = "sepa" [inespay.connector_auth.BodyKey] -api_key="API Key" -key1="API Token" +api_key = "API Key" +key1 = "API Token" [inespay.connector_webhook_details] -merchant_secret="API Key" +merchant_secret = "API Key" [juspaythreedsserver] [juspaythreedsserver.metadata.mcc] -name="mcc" -label="MCC" -placeholder="Enter MCC" -required=false -type="Text" +name = "mcc" +label = "MCC" +placeholder = "Enter MCC" +required = false +type = "Text" [juspaythreedsserver.metadata.merchant_country_code] -name="merchant_country_code" -label="3 digit numeric country code" -placeholder="Enter 3 digit numeric country code" -required=false -type="Text" +name = "merchant_country_code" +label = "3 digit numeric country code" +placeholder = "Enter 3 digit numeric country code" +required = false +type = "Text" [juspaythreedsserver.metadata.merchant_name] -name="merchant_name" -label="Name of the merchant" -placeholder="Enter Name of the merchant" -required=false -type="Text" +name = "merchant_name" +label = "Name of the merchant" +placeholder = "Enter Name of the merchant" +required = false +type = "Text" [juspaythreedsserver.metadata.three_ds_requestor_name] -name="three_ds_requestor_name" -label="ThreeDS requestor name" -placeholder="Enter ThreeDS requestor name" -required=false -type="Text" +name = "three_ds_requestor_name" +label = "ThreeDS requestor name" +placeholder = "Enter ThreeDS requestor name" +required = false +type = "Text" [juspaythreedsserver.metadata.three_ds_requestor_id] -name="three_ds_requestor_id" -label="ThreeDS request id" -placeholder="Enter ThreeDS request id" -required=false -type="Text" +name = "three_ds_requestor_id" +label = "ThreeDS request id" +placeholder = "Enter ThreeDS request id" +required = false +type = "Text" [juspaythreedsserver.metadata.acquirer_bin] -name="acquirer_bin" -label="Acquirer Bin" -placeholder="Enter Acquirer Bin" -required=true -type="Text" +name = "acquirer_bin" +label = "Acquirer Bin" +placeholder = "Enter Acquirer Bin" +required = true +type = "Text" [juspaythreedsserver.metadata.acquirer_country_code] -name="acquirer_country_code" -label="Acquirer Country Code" -placeholder="Enter Acquirer Country Code" -required=true -type="Text" +name = "acquirer_country_code" +label = "Acquirer Country Code" +placeholder = "Enter Acquirer Country Code" +required = true +type = "Text" [juspaythreedsserver.metadata.acquirer_merchant_id] -name="acquirer_merchant_id" -label="Acquirer Merchant Id" -placeholder="Enter Acquirer Merchant Id" -required=true -type="Text" +name = "acquirer_merchant_id" +label = "Acquirer Merchant Id" +placeholder = "Enter Acquirer Merchant Id" +required = true +type = "Text" [juspaythreedsserver.connector_auth.HeaderKey] -api_key="API Key" +api_key = "API Key" [hipay] [[hipay.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[hipay.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[hipay.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[hipay.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[hipay.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[hipay.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[hipay.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[hipay.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[hipay.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[hipay.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[hipay.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[hipay.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[hipay.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[hipay.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[hipay.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[hipay.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[hipay.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[hipay.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [hipay.connector_auth.BodyKey] -api_key="API Login ID" -key1="API password" +api_key = "API Login ID" +key1 = "API password" [ctp_visa] [ctp_visa.connector_auth.NoKey] [ctp_visa.metadata.dpa_id] -name="dpa_id" -label="DPA Id" -placeholder="Enter DPA Id" -required=true -type="Text" +name = "dpa_id" +label = "DPA Id" +placeholder = "Enter DPA Id" +required = true +type = "Text" [ctp_visa.metadata.dpa_name] -name="dpa_name" -label="DPA Name" -placeholder="Enter DPA Name" -required=true -type="Text" +name = "dpa_name" +label = "DPA Name" +placeholder = "Enter DPA Name" +required = true +type = "Text" [ctp_visa.metadata.locale] -name="locale" -label="Locale" -placeholder="Enter locale" -required=true -type="Text" +name = "locale" +label = "Locale" +placeholder = "Enter locale" +required = true +type = "Text" [ctp_visa.metadata.acquirer_bin] -name="acquirer_bin" -label="Acquire Bin" -placeholder="Enter Acquirer Bin" -required=true -type="Text" +name = "acquirer_bin" +label = "Acquire Bin" +placeholder = "Enter Acquirer Bin" +required = true +type = "Text" [ctp_visa.metadata.acquirer_merchant_id] -name="acquirer_merchant_id" -label="Acquire Merchant Id" -placeholder="Enter Acquirer Merchant Id" -required=true -type="Text" +name = "acquirer_merchant_id" +label = "Acquire Merchant Id" +placeholder = "Enter Acquirer Merchant Id" +required = true +type = "Text" [ctp_visa.metadata.merchant_category_code] -name="merchant_category_code" -label="Merchant Category Code" -placeholder="Enter Merchant Category Code" -required=true -type="Text" +name = "merchant_category_code" +label = "Merchant Category Code" +placeholder = "Enter Merchant Category Code" +required = true +type = "Text" [ctp_visa.metadata.merchant_country_code] -name="merchant_country_code" -label="Merchant Country Code" -placeholder="Enter Merchant Country Code" -required=true -type="Text" +name = "merchant_country_code" +label = "Merchant Country Code" +placeholder = "Enter Merchant Country Code" +required = true +type = "Text" [ctp_visa.metadata.dpa_client_id] -name="dpa_client_id" -label="DPA Client ID" -placeholder="Enter DPA Client ID" -required=true -type="Text" +name = "dpa_client_id" +label = "DPA Client ID" +placeholder = "Enter DPA Client ID" +required = true +type = "Text" [redsys] [[redsys.credit]] @@ -6043,14 +6048,14 @@ api_secret = "Secret Key" [facilitapay] [[facilitapay.bank_transfer]] - payment_method_type = "pix" +payment_method_type = "pix" [facilitapay.connector_auth.BodyKey] - api_key="Password" - key1="Username" +api_key = "Password" +key1 = "Username" [archipel] [archipel.connector_auth.HeaderKey] -api_key="Enter CA Certificate PEM" +api_key = "Enter CA Certificate PEM" [[archipel.credit]] payment_method_type = "Mastercard" [[archipel.credit]] @@ -6078,68 +6083,68 @@ payment_method_type = "CartesBancaires" [[archipel.wallet]] payment_method_type = "apple_pay" [archipel.metadata.tenant_id] -name="tenant_id" -label="Tenant ID" -placeholder="Enter Archipel tenantID" -required=true -type="Text" +name = "tenant_id" +label = "Tenant ID" +placeholder = "Enter Archipel tenantID" +required = true +type = "Text" [archipel.metadata.platform_url] -name="platform_url" -label="Platform Endpoint Prefix" -placeholder="E.g. 192.0.0.1:8080" -required=true -type="Text" +name = "platform_url" +label = "Platform Endpoint Prefix" +placeholder = "E.g. 192.0.0.1:8080" +required = true +type = "Text" [[archipel.metadata.apple_pay]] -name="certificate" -label="Merchant Certificate (Base64 Encoded)" -placeholder="Enter Merchant Certificate (Base64 Encoded)" -required=true -type="Text" +name = "certificate" +label = "Merchant Certificate (Base64 Encoded)" +placeholder = "Enter Merchant Certificate (Base64 Encoded)" +required = true +type = "Text" [[archipel.metadata.apple_pay]] -name="certificate_keys" -label="Merchant PrivateKey (Base64 Encoded)" -placeholder="Enter Merchant PrivateKey (Base64 Encoded)" -required=true -type="Text" +name = "certificate_keys" +label = "Merchant PrivateKey (Base64 Encoded)" +placeholder = "Enter Merchant PrivateKey (Base64 Encoded)" +required = true +type = "Text" [[archipel.metadata.apple_pay]] -name="merchant_identifier" -label="Apple Merchant Identifier" -placeholder="Enter Apple Merchant Identifier" -required=true -type="Text" +name = "merchant_identifier" +label = "Apple Merchant Identifier" +placeholder = "Enter Apple Merchant Identifier" +required = true +type = "Text" [[archipel.metadata.apple_pay]] -name="display_name" -label="Display Name" -placeholder="Enter Display Name" -required=true -type="Text" +name = "display_name" +label = "Display Name" +placeholder = "Enter Display Name" +required = true +type = "Text" [[archipel.metadata.apple_pay]] -name="initiative" -label="Domain" -placeholder="Enter Domain" -required=true -type="Select" -options=["web","ios"] +name = "initiative" +label = "Domain" +placeholder = "Enter Domain" +required = true +type = "Select" +options = ["web", "ios"] [[archipel.metadata.apple_pay]] -name="initiative_context" -label="Domain Name" -placeholder="Enter Domain Name" -required=true -type="Text" +name = "initiative_context" +label = "Domain Name" +placeholder = "Enter Domain Name" +required = true +type = "Text" [[archipel.metadata.apple_pay]] -name="merchant_business_country" -label="Merchant Business Country" -placeholder="Enter Merchant Business Country" -required=true -type="Select" -options=[] +name = "merchant_business_country" +label = "Merchant Business Country" +placeholder = "Enter Merchant Business Country" +required = true +type = "Select" +options = [] [[archipel.metadata.apple_pay]] -name="payment_processing_details_at" -label="Payment Processing Details At" -placeholder="Enter Payment Processing Details At" -required=true -type="Radio" -options=["Hyperswitch"] +name = "payment_processing_details_at" +label = "Payment Processing Details At" +placeholder = "Enter Payment Processing Details At" +required = true +type = "Radio" +options = ["Hyperswitch"] [archipel.metadata.acquirer_bin] name = "acquirer_bin" @@ -6157,157 +6162,161 @@ type = "Text" [worldpayxml] [[worldpayxml.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[worldpayxml.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[worldpayxml.credit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[worldpayxml.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[worldpayxml.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[worldpayxml.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[worldpayxml.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[worldpayxml.credit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[worldpayxml.credit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [[worldpayxml.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[worldpayxml.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[worldpayxml.debit]] - payment_method_type = "Interac" +payment_method_type = "Interac" [[worldpayxml.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[worldpayxml.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[worldpayxml.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[worldpayxml.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[worldpayxml.debit]] - payment_method_type = "CartesBancaires" +payment_method_type = "CartesBancaires" [[worldpayxml.debit]] - payment_method_type = "UnionPay" +payment_method_type = "UnionPay" [worldpayxml.connector_auth.SignatureKey] -api_secret="Merchant Code" -api_key="API Username" -key1="API Password" +api_secret = "Merchant Code" +api_key = "API Username" +key1 = "API Password" [worldpayvantiv] [[worldpayvantiv.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[worldpayvantiv.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[worldpayvantiv.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[worldpayvantiv.credit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[worldpayvantiv.credit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[worldpayvantiv.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[worldpayvantiv.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[worldpayvantiv.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[worldpayvantiv.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[worldpayvantiv.debit]] - payment_method_type = "JCB" +payment_method_type = "JCB" [[worldpayvantiv.debit]] - payment_method_type = "DinersClub" +payment_method_type = "DinersClub" [[worldpayvantiv.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [worldpayvantiv.connector_auth.SignatureKey] -api_key="Username" -api_secret="Password" -key1="Merchant ID" +api_key = "Username" +api_secret = "Password" +key1 = "Merchant ID" [worldpayvantiv.metadata.report_group] -name="report_group" -label="Default Report Group" -placeholder="Enter Default Report Group" -required=true -type="Text" +name = "report_group" +label = "Default Report Group" +placeholder = "Enter Default Report Group" +required = true +type = "Text" [worldpayvantiv.metadata.merchant_config_currency] -name="merchant_config_currency" -label="Currency" -placeholder="Enter Currency" -required=true -type="Select" -options=[] +name = "merchant_config_currency" +label = "Currency" +placeholder = "Enter Currency" +required = true +type = "Select" +options = [] [santander.connector_auth.BodyKey] -api_key="Client ID" -key1="Client Secret" +api_key = "Client ID" +key1 = "Client Secret" [santander.metadata.pix_key] -name="pix_key" -label="Chave Key" -placeholder="Enter your Chave/Pix Key" -required=true -type="Text" +name = "pix_key" +label = "Chave Key" +placeholder = "Enter your Chave/Pix Key" +required = true +type = "Text" [santander.metadata.expiration_time] -name="expiration_time" -label="Expiration Time" -placeholder="Enter your Pix QR Code Expiration Time" -required=true -type="Number" +name = "expiration_time" +label = "Expiration Time" +placeholder = "Enter your Pix QR Code Expiration Time" +required = true +type = "Number" [santander.metadata.cpf] -name="cpf" -label="Cpf" -placeholder="Enter your cpf number" -required=true -type="Text" +name = "cpf" +label = "Cpf" +placeholder = "Enter your cpf number" +required = true +type = "Text" [santander.metadata.merchant_city] -name="merchant_city" -label="Merchant City" -placeholder="Enter the city the merchant is based in" -required=true -type="Text" +name = "merchant_city" +label = "Merchant City" +placeholder = "Enter the city the merchant is based in" +required = true +type = "Text" [santander.metadata.merchant_name] -name="merchant_name" -label="Merchant Name" -placeholder="Enter the merchant name" -required=true -type="Text" +name = "merchant_name" +label = "Merchant Name" +placeholder = "Enter the merchant name" +required = true +type = "Text" [payload] [[payload.credit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[payload.credit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[payload.credit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[payload.credit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [[payload.debit]] - payment_method_type = "AmericanExpress" +payment_method_type = "AmericanExpress" [[payload.debit]] - payment_method_type = "Discover" +payment_method_type = "Discover" [[payload.debit]] - payment_method_type = "Mastercard" +payment_method_type = "Mastercard" [[payload.debit]] - payment_method_type = "Visa" +payment_method_type = "Visa" [payload.connector_auth.HeaderKey] -api_key="API Key" +api_key = "API Key" [silverflow] [silverflow.connector_auth.BodyKey] -api_key="API Key" -key1="Secret Key" +api_key = "API Key" +key1 = "Secret Key" [affirm] [affirm.connector_auth.HeaderKey] api_key = "API Key" + +[blackhawknetwork] +[blackhawknetwork.connector_auth.HeaderKey] +api_key = "API Key" diff --git a/crates/hyperswitch_connectors/src/connectors.rs b/crates/hyperswitch_connectors/src/connectors.rs index 38e0f2886b..f560a84cd8 100644 --- a/crates/hyperswitch_connectors/src/connectors.rs +++ b/crates/hyperswitch_connectors/src/connectors.rs @@ -13,6 +13,7 @@ pub mod bankofamerica; pub mod barclaycard; pub mod billwerk; pub mod bitpay; +pub mod blackhawknetwork; pub mod bluesnap; pub mod boku; pub mod braintree; @@ -119,14 +120,15 @@ pub use self::{ aci::Aci, adyen::Adyen, adyenplatform::Adyenplatform, affirm::Affirm, airwallex::Airwallex, amazonpay::Amazonpay, archipel::Archipel, authipay::Authipay, authorizedotnet::Authorizedotnet, bambora::Bambora, bamboraapac::Bamboraapac, bankofamerica::Bankofamerica, - barclaycard::Barclaycard, billwerk::Billwerk, bitpay::Bitpay, bluesnap::Bluesnap, boku::Boku, - braintree::Braintree, cashtocode::Cashtocode, celero::Celero, chargebee::Chargebee, - checkbook::Checkbook, checkout::Checkout, coinbase::Coinbase, coingate::Coingate, - cryptopay::Cryptopay, ctp_mastercard::CtpMastercard, cybersource::Cybersource, - datatrans::Datatrans, deutschebank::Deutschebank, digitalvirgo::Digitalvirgo, dlocal::Dlocal, - dwolla::Dwolla, ebanx::Ebanx, elavon::Elavon, facilitapay::Facilitapay, fiserv::Fiserv, - fiservemea::Fiservemea, fiuu::Fiuu, forte::Forte, getnet::Getnet, globalpay::Globalpay, - globepay::Globepay, gocardless::Gocardless, gpayments::Gpayments, helcim::Helcim, hipay::Hipay, + barclaycard::Barclaycard, billwerk::Billwerk, bitpay::Bitpay, + blackhawknetwork::Blackhawknetwork, bluesnap::Bluesnap, boku::Boku, braintree::Braintree, + cashtocode::Cashtocode, celero::Celero, chargebee::Chargebee, checkbook::Checkbook, + checkout::Checkout, coinbase::Coinbase, coingate::Coingate, cryptopay::Cryptopay, + ctp_mastercard::CtpMastercard, cybersource::Cybersource, datatrans::Datatrans, + deutschebank::Deutschebank, digitalvirgo::Digitalvirgo, dlocal::Dlocal, dwolla::Dwolla, + ebanx::Ebanx, elavon::Elavon, facilitapay::Facilitapay, fiserv::Fiserv, fiservemea::Fiservemea, + fiuu::Fiuu, forte::Forte, getnet::Getnet, globalpay::Globalpay, globepay::Globepay, + gocardless::Gocardless, gpayments::Gpayments, helcim::Helcim, hipay::Hipay, hyperswitch_vault::HyperswitchVault, iatapay::Iatapay, inespay::Inespay, itaubank::Itaubank, jpmorgan::Jpmorgan, juspaythreedsserver::Juspaythreedsserver, klarna::Klarna, mifinity::Mifinity, mollie::Mollie, moneris::Moneris, multisafepay::Multisafepay, diff --git a/crates/hyperswitch_connectors/src/connectors/blackhawknetwork.rs b/crates/hyperswitch_connectors/src/connectors/blackhawknetwork.rs new file mode 100644 index 0000000000..b367884301 --- /dev/null +++ b/crates/hyperswitch_connectors/src/connectors/blackhawknetwork.rs @@ -0,0 +1,634 @@ +pub mod transformers; + +use std::sync::LazyLock; + +use common_enums::enums; +use common_utils::{ + errors::CustomResult, + ext_traits::BytesExt, + request::{Method, Request, RequestBuilder, RequestContent}, + types::{AmountConvertor, StringMinorUnit, StringMinorUnitForConnector}, +}; +use error_stack::{report, ResultExt}; +use hyperswitch_domain_models::{ + payment_method_data::PaymentMethodData, + router_data::{AccessToken, ConnectorAuthType, ErrorResponse, RouterData}, + router_flow_types::{ + access_token_auth::AccessTokenAuth, + payments::{Authorize, Capture, PSync, PaymentMethodToken, Session, SetupMandate, Void}, + refunds::{Execute, RSync}, + }, + router_request_types::{ + AccessTokenRequestData, PaymentMethodTokenizationData, PaymentsAuthorizeData, + PaymentsCancelData, PaymentsCaptureData, PaymentsSessionData, PaymentsSyncData, + RefundsData, SetupMandateRequestData, + }, + router_response_types::{ + ConnectorInfo, PaymentsResponseData, RefundsResponseData, SupportedPaymentMethods, + }, + types::{ + PaymentsAuthorizeRouterData, PaymentsCaptureRouterData, PaymentsSyncRouterData, + RefundSyncRouterData, RefundsRouterData, + }, +}; +use hyperswitch_interfaces::{ + api::{ + self, ConnectorCommon, ConnectorCommonExt, ConnectorIntegration, ConnectorSpecifications, + ConnectorValidation, + }, + configs::Connectors, + errors, + events::connector_api_logs::ConnectorEvent, + types::{self, Response}, + webhooks, +}; +use masking::{ExposeInterface, Mask}; +use transformers as blackhawknetwork; + +use crate::{constants::headers, types::ResponseRouterData, utils}; + +#[derive(Clone)] +pub struct Blackhawknetwork { + amount_converter: &'static (dyn AmountConvertor + Sync), +} + +impl Blackhawknetwork { + pub fn new() -> &'static Self { + &Self { + amount_converter: &StringMinorUnitForConnector, + } + } +} + +impl api::Payment for Blackhawknetwork {} +impl api::PaymentSession for Blackhawknetwork {} +impl api::ConnectorAccessToken for Blackhawknetwork {} +impl api::MandateSetup for Blackhawknetwork {} +impl api::PaymentAuthorize for Blackhawknetwork {} +impl api::PaymentSync for Blackhawknetwork {} +impl api::PaymentCapture for Blackhawknetwork {} +impl api::PaymentVoid for Blackhawknetwork {} +impl api::Refund for Blackhawknetwork {} +impl api::RefundExecute for Blackhawknetwork {} +impl api::RefundSync for Blackhawknetwork {} +impl api::PaymentToken for Blackhawknetwork {} + +impl ConnectorIntegration + for Blackhawknetwork +{ + // Not Implemented (R) +} + +impl ConnectorCommonExt for Blackhawknetwork +where + Self: ConnectorIntegration, +{ + fn build_headers( + &self, + req: &RouterData, + _connectors: &Connectors, + ) -> CustomResult)>, errors::ConnectorError> { + let mut header = vec![( + headers::CONTENT_TYPE.to_string(), + self.get_content_type().to_string().into(), + )]; + let mut api_key = self.get_auth_header(&req.connector_auth_type)?; + header.append(&mut api_key); + Ok(header) + } +} + +impl ConnectorCommon for Blackhawknetwork { + fn id(&self) -> &'static str { + "blackhawknetwork" + } + + fn get_currency_unit(&self) -> api::CurrencyUnit { + api::CurrencyUnit::Minor + // TODO! Check connector documentation, on which unit they are processing the currency. + // If the connector accepts amount in lower unit ( i.e cents for USD) then return api::CurrencyUnit::Minor, + // if connector accepts amount in base unit (i.e dollars for USD) then return api::CurrencyUnit::Base + } + + fn common_get_content_type(&self) -> &'static str { + "application/json" + } + + fn base_url<'a>(&self, connectors: &'a Connectors) -> &'a str { + connectors.blackhawknetwork.base_url.as_ref() + } + + fn get_auth_header( + &self, + auth_type: &ConnectorAuthType, + ) -> CustomResult)>, errors::ConnectorError> { + let auth = blackhawknetwork::BlackhawknetworkAuthType::try_from(auth_type) + .change_context(errors::ConnectorError::FailedToObtainAuthType)?; + Ok(vec![( + headers::AUTHORIZATION.to_string(), + auth.api_key.expose().into_masked(), + )]) + } + + fn build_error_response( + &self, + res: Response, + event_builder: Option<&mut ConnectorEvent>, + ) -> CustomResult { + let response: blackhawknetwork::BlackhawknetworkErrorResponse = res + .response + .parse_struct("BlackhawknetworkErrorResponse") + .change_context(errors::ConnectorError::ResponseDeserializationFailed)?; + + event_builder.map(|i| i.set_response_body(&response)); + router_env::logger::info!(connector_response=?response); + + Ok(ErrorResponse { + status_code: res.status_code, + code: response.code, + message: response.message, + reason: response.reason, + attempt_status: None, + connector_transaction_id: None, + network_advice_code: None, + network_decline_code: None, + network_error_message: None, + }) + } +} + +impl ConnectorValidation for Blackhawknetwork { + fn validate_mandate_payment( + &self, + _pm_type: Option, + pm_data: PaymentMethodData, + ) -> CustomResult<(), errors::ConnectorError> { + match pm_data { + PaymentMethodData::Card(_) => Err(errors::ConnectorError::NotImplemented( + "validate_mandate_payment does not support cards".to_string(), + ) + .into()), + _ => Ok(()), + } + } + + fn validate_psync_reference_id( + &self, + _data: &PaymentsSyncData, + _is_three_ds: bool, + _status: enums::AttemptStatus, + _connector_meta_data: Option, + ) -> CustomResult<(), errors::ConnectorError> { + Ok(()) + } +} + +impl ConnectorIntegration for Blackhawknetwork { + //TODO: implement sessions flow +} + +impl ConnectorIntegration + for Blackhawknetwork +{ +} + +impl ConnectorIntegration + for Blackhawknetwork +{ +} + +impl ConnectorIntegration + for Blackhawknetwork +{ + fn get_headers( + &self, + req: &PaymentsAuthorizeRouterData, + connectors: &Connectors, + ) -> CustomResult)>, errors::ConnectorError> { + self.build_headers(req, connectors) + } + + fn get_content_type(&self) -> &'static str { + self.common_get_content_type() + } + + fn get_url( + &self, + _req: &PaymentsAuthorizeRouterData, + _connectors: &Connectors, + ) -> CustomResult { + Err(errors::ConnectorError::NotImplemented("get_url method".to_string()).into()) + } + + fn get_request_body( + &self, + req: &PaymentsAuthorizeRouterData, + _connectors: &Connectors, + ) -> CustomResult { + let amount = utils::convert_amount( + self.amount_converter, + req.request.minor_amount, + req.request.currency, + )?; + + let connector_router_data = + blackhawknetwork::BlackhawknetworkRouterData::from((amount, req)); + let connector_req = + blackhawknetwork::BlackhawknetworkPaymentsRequest::try_from(&connector_router_data)?; + Ok(RequestContent::Json(Box::new(connector_req))) + } + + fn build_request( + &self, + req: &PaymentsAuthorizeRouterData, + connectors: &Connectors, + ) -> CustomResult, errors::ConnectorError> { + Ok(Some( + RequestBuilder::new() + .method(Method::Post) + .url(&types::PaymentsAuthorizeType::get_url( + self, req, connectors, + )?) + .attach_default_headers() + .headers(types::PaymentsAuthorizeType::get_headers( + self, req, connectors, + )?) + .set_body(types::PaymentsAuthorizeType::get_request_body( + self, req, connectors, + )?) + .build(), + )) + } + + fn handle_response( + &self, + data: &PaymentsAuthorizeRouterData, + event_builder: Option<&mut ConnectorEvent>, + res: Response, + ) -> CustomResult { + let response: blackhawknetwork::BlackhawknetworkPaymentsResponse = res + .response + .parse_struct("Blackhawknetwork PaymentsAuthorizeResponse") + .change_context(errors::ConnectorError::ResponseDeserializationFailed)?; + event_builder.map(|i| i.set_response_body(&response)); + router_env::logger::info!(connector_response=?response); + RouterData::try_from(ResponseRouterData { + response, + data: data.clone(), + http_code: res.status_code, + }) + } + + fn get_error_response( + &self, + res: Response, + event_builder: Option<&mut ConnectorEvent>, + ) -> CustomResult { + self.build_error_response(res, event_builder) + } +} + +impl ConnectorIntegration for Blackhawknetwork { + fn get_headers( + &self, + req: &PaymentsSyncRouterData, + connectors: &Connectors, + ) -> CustomResult)>, errors::ConnectorError> { + self.build_headers(req, connectors) + } + + fn get_content_type(&self) -> &'static str { + self.common_get_content_type() + } + + fn get_url( + &self, + _req: &PaymentsSyncRouterData, + _connectors: &Connectors, + ) -> CustomResult { + Err(errors::ConnectorError::NotImplemented("get_url method".to_string()).into()) + } + + fn build_request( + &self, + req: &PaymentsSyncRouterData, + connectors: &Connectors, + ) -> CustomResult, errors::ConnectorError> { + Ok(Some( + RequestBuilder::new() + .method(Method::Get) + .url(&types::PaymentsSyncType::get_url(self, req, connectors)?) + .attach_default_headers() + .headers(types::PaymentsSyncType::get_headers(self, req, connectors)?) + .build(), + )) + } + + fn handle_response( + &self, + data: &PaymentsSyncRouterData, + event_builder: Option<&mut ConnectorEvent>, + res: Response, + ) -> CustomResult { + let response: blackhawknetwork::BlackhawknetworkPaymentsResponse = res + .response + .parse_struct("blackhawknetwork PaymentsSyncResponse") + .change_context(errors::ConnectorError::ResponseDeserializationFailed)?; + event_builder.map(|i| i.set_response_body(&response)); + router_env::logger::info!(connector_response=?response); + RouterData::try_from(ResponseRouterData { + response, + data: data.clone(), + http_code: res.status_code, + }) + } + + fn get_error_response( + &self, + res: Response, + event_builder: Option<&mut ConnectorEvent>, + ) -> CustomResult { + self.build_error_response(res, event_builder) + } +} + +impl ConnectorIntegration for Blackhawknetwork { + fn get_headers( + &self, + req: &PaymentsCaptureRouterData, + connectors: &Connectors, + ) -> CustomResult)>, errors::ConnectorError> { + self.build_headers(req, connectors) + } + + fn get_content_type(&self) -> &'static str { + self.common_get_content_type() + } + + fn get_url( + &self, + _req: &PaymentsCaptureRouterData, + _connectors: &Connectors, + ) -> CustomResult { + Err(errors::ConnectorError::NotImplemented("get_url method".to_string()).into()) + } + + fn get_request_body( + &self, + _req: &PaymentsCaptureRouterData, + _connectors: &Connectors, + ) -> CustomResult { + Err(errors::ConnectorError::NotImplemented("get_request_body method".to_string()).into()) + } + + fn build_request( + &self, + req: &PaymentsCaptureRouterData, + connectors: &Connectors, + ) -> CustomResult, errors::ConnectorError> { + Ok(Some( + RequestBuilder::new() + .method(Method::Post) + .url(&types::PaymentsCaptureType::get_url(self, req, connectors)?) + .attach_default_headers() + .headers(types::PaymentsCaptureType::get_headers( + self, req, connectors, + )?) + .set_body(types::PaymentsCaptureType::get_request_body( + self, req, connectors, + )?) + .build(), + )) + } + + fn handle_response( + &self, + data: &PaymentsCaptureRouterData, + event_builder: Option<&mut ConnectorEvent>, + res: Response, + ) -> CustomResult { + let response: blackhawknetwork::BlackhawknetworkPaymentsResponse = res + .response + .parse_struct("Blackhawknetwork PaymentsCaptureResponse") + .change_context(errors::ConnectorError::ResponseDeserializationFailed)?; + event_builder.map(|i| i.set_response_body(&response)); + router_env::logger::info!(connector_response=?response); + RouterData::try_from(ResponseRouterData { + response, + data: data.clone(), + http_code: res.status_code, + }) + } + + fn get_error_response( + &self, + res: Response, + event_builder: Option<&mut ConnectorEvent>, + ) -> CustomResult { + self.build_error_response(res, event_builder) + } +} + +impl ConnectorIntegration for Blackhawknetwork {} + +impl ConnectorIntegration for Blackhawknetwork { + fn get_headers( + &self, + req: &RefundsRouterData, + connectors: &Connectors, + ) -> CustomResult)>, errors::ConnectorError> { + self.build_headers(req, connectors) + } + + fn get_content_type(&self) -> &'static str { + self.common_get_content_type() + } + + fn get_url( + &self, + _req: &RefundsRouterData, + _connectors: &Connectors, + ) -> CustomResult { + Err(errors::ConnectorError::NotImplemented("get_url method".to_string()).into()) + } + + fn get_request_body( + &self, + req: &RefundsRouterData, + _connectors: &Connectors, + ) -> CustomResult { + let refund_amount = utils::convert_amount( + self.amount_converter, + req.request.minor_refund_amount, + req.request.currency, + )?; + + let connector_router_data = + blackhawknetwork::BlackhawknetworkRouterData::from((refund_amount, req)); + let connector_req = + blackhawknetwork::BlackhawknetworkRefundRequest::try_from(&connector_router_data)?; + Ok(RequestContent::Json(Box::new(connector_req))) + } + + fn build_request( + &self, + req: &RefundsRouterData, + connectors: &Connectors, + ) -> CustomResult, errors::ConnectorError> { + let request = RequestBuilder::new() + .method(Method::Post) + .url(&types::RefundExecuteType::get_url(self, req, connectors)?) + .attach_default_headers() + .headers(types::RefundExecuteType::get_headers( + self, req, connectors, + )?) + .set_body(types::RefundExecuteType::get_request_body( + self, req, connectors, + )?) + .build(); + Ok(Some(request)) + } + + fn handle_response( + &self, + data: &RefundsRouterData, + event_builder: Option<&mut ConnectorEvent>, + res: Response, + ) -> CustomResult, errors::ConnectorError> { + let response: blackhawknetwork::RefundResponse = res + .response + .parse_struct("blackhawknetwork RefundResponse") + .change_context(errors::ConnectorError::ResponseDeserializationFailed)?; + event_builder.map(|i| i.set_response_body(&response)); + router_env::logger::info!(connector_response=?response); + RouterData::try_from(ResponseRouterData { + response, + data: data.clone(), + http_code: res.status_code, + }) + } + + fn get_error_response( + &self, + res: Response, + event_builder: Option<&mut ConnectorEvent>, + ) -> CustomResult { + self.build_error_response(res, event_builder) + } +} + +impl ConnectorIntegration for Blackhawknetwork { + fn get_headers( + &self, + req: &RefundSyncRouterData, + connectors: &Connectors, + ) -> CustomResult)>, errors::ConnectorError> { + self.build_headers(req, connectors) + } + + fn get_content_type(&self) -> &'static str { + self.common_get_content_type() + } + + fn get_url( + &self, + _req: &RefundSyncRouterData, + _connectors: &Connectors, + ) -> CustomResult { + Err(errors::ConnectorError::NotImplemented("get_url method".to_string()).into()) + } + + fn build_request( + &self, + req: &RefundSyncRouterData, + connectors: &Connectors, + ) -> CustomResult, errors::ConnectorError> { + Ok(Some( + RequestBuilder::new() + .method(Method::Get) + .url(&types::RefundSyncType::get_url(self, req, connectors)?) + .attach_default_headers() + .headers(types::RefundSyncType::get_headers(self, req, connectors)?) + .set_body(types::RefundSyncType::get_request_body( + self, req, connectors, + )?) + .build(), + )) + } + + fn handle_response( + &self, + data: &RefundSyncRouterData, + event_builder: Option<&mut ConnectorEvent>, + res: Response, + ) -> CustomResult { + let response: blackhawknetwork::RefundResponse = res + .response + .parse_struct("blackhawknetwork RefundSyncResponse") + .change_context(errors::ConnectorError::ResponseDeserializationFailed)?; + event_builder.map(|i| i.set_response_body(&response)); + router_env::logger::info!(connector_response=?response); + RouterData::try_from(ResponseRouterData { + response, + data: data.clone(), + http_code: res.status_code, + }) + } + + fn get_error_response( + &self, + res: Response, + event_builder: Option<&mut ConnectorEvent>, + ) -> CustomResult { + self.build_error_response(res, event_builder) + } +} + +#[async_trait::async_trait] +impl webhooks::IncomingWebhook for Blackhawknetwork { + fn get_webhook_object_reference_id( + &self, + _request: &webhooks::IncomingWebhookRequestDetails<'_>, + ) -> CustomResult { + Err(report!(errors::ConnectorError::WebhooksNotImplemented)) + } + + fn get_webhook_event_type( + &self, + _request: &webhooks::IncomingWebhookRequestDetails<'_>, + ) -> CustomResult { + Err(report!(errors::ConnectorError::WebhooksNotImplemented)) + } + + fn get_webhook_resource_object( + &self, + _request: &webhooks::IncomingWebhookRequestDetails<'_>, + ) -> CustomResult, errors::ConnectorError> { + Err(report!(errors::ConnectorError::WebhooksNotImplemented)) + } +} + +static BLACKHAWKNETWORK_SUPPORTED_PAYMENT_METHODS: LazyLock = + LazyLock::new(SupportedPaymentMethods::new); + +static BLACKHAWKNETWORK_CONNECTOR_INFO: ConnectorInfo = ConnectorInfo { + display_name: "Blackhawknetwork", + description: "Blackhawknetwork connector", + connector_type: enums::PaymentConnectorCategory::PaymentGateway, +}; + +static BLACKHAWKNETWORK_SUPPORTED_WEBHOOK_FLOWS: [enums::EventClass; 0] = []; + +impl ConnectorSpecifications for Blackhawknetwork { + fn get_connector_about(&self) -> Option<&'static ConnectorInfo> { + Some(&BLACKHAWKNETWORK_CONNECTOR_INFO) + } + + fn get_supported_payment_methods(&self) -> Option<&'static SupportedPaymentMethods> { + Some(&*BLACKHAWKNETWORK_SUPPORTED_PAYMENT_METHODS) + } + + fn get_supported_webhook_flows(&self) -> Option<&'static [enums::EventClass]> { + Some(&BLACKHAWKNETWORK_SUPPORTED_WEBHOOK_FLOWS) + } +} diff --git a/crates/hyperswitch_connectors/src/connectors/blackhawknetwork/transformers.rs b/crates/hyperswitch_connectors/src/connectors/blackhawknetwork/transformers.rs new file mode 100644 index 0000000000..e56a1f02bd --- /dev/null +++ b/crates/hyperswitch_connectors/src/connectors/blackhawknetwork/transformers.rs @@ -0,0 +1,225 @@ +use common_enums::enums; +use common_utils::types::StringMinorUnit; +use hyperswitch_domain_models::{ + payment_method_data::PaymentMethodData, + router_data::{ConnectorAuthType, RouterData}, + router_flow_types::refunds::{Execute, RSync}, + router_request_types::ResponseId, + router_response_types::{PaymentsResponseData, RefundsResponseData}, + types::{PaymentsAuthorizeRouterData, RefundsRouterData}, +}; +use hyperswitch_interfaces::errors; +use masking::Secret; +use serde::{Deserialize, Serialize}; + +use crate::types::{RefundsResponseRouterData, ResponseRouterData}; + +//TODO: Fill the struct with respective fields +pub struct BlackhawknetworkRouterData { + pub amount: StringMinorUnit, // The type of amount that a connector accepts, for example, String, i64, f64, etc. + pub router_data: T, +} + +impl From<(StringMinorUnit, T)> for BlackhawknetworkRouterData { + fn from((amount, item): (StringMinorUnit, T)) -> Self { + //Todo : use utils to convert the amount to the type of amount that a connector accepts + Self { + amount, + router_data: item, + } + } +} + +//TODO: Fill the struct with respective fields +#[derive(Default, Debug, Serialize, PartialEq)] +pub struct BlackhawknetworkPaymentsRequest { + amount: StringMinorUnit, + card: BlackhawknetworkCard, +} + +#[derive(Default, Debug, Serialize, Eq, PartialEq)] +pub struct BlackhawknetworkCard { + number: cards::CardNumber, + expiry_month: Secret, + expiry_year: Secret, + cvc: Secret, + complete: bool, +} + +impl TryFrom<&BlackhawknetworkRouterData<&PaymentsAuthorizeRouterData>> + for BlackhawknetworkPaymentsRequest +{ + type Error = error_stack::Report; + fn try_from( + item: &BlackhawknetworkRouterData<&PaymentsAuthorizeRouterData>, + ) -> Result { + match item.router_data.request.payment_method_data.clone() { + PaymentMethodData::Card(_) => Err(errors::ConnectorError::NotImplemented( + "Card payment method not implemented".to_string(), + ) + .into()), + _ => Err(errors::ConnectorError::NotImplemented("Payment method".to_string()).into()), + } + } +} + +//TODO: Fill the struct with respective fields +// Auth Struct +pub struct BlackhawknetworkAuthType { + pub(super) api_key: Secret, +} + +impl TryFrom<&ConnectorAuthType> for BlackhawknetworkAuthType { + type Error = error_stack::Report; + fn try_from(auth_type: &ConnectorAuthType) -> Result { + match auth_type { + ConnectorAuthType::HeaderKey { api_key } => Ok(Self { + api_key: api_key.to_owned(), + }), + _ => Err(errors::ConnectorError::FailedToObtainAuthType.into()), + } + } +} +// PaymentsResponse +//TODO: Append the remaining status flags +#[derive(Debug, Clone, Copy, Default, Serialize, Deserialize, PartialEq)] +#[serde(rename_all = "lowercase")] +pub enum BlackhawknetworkPaymentStatus { + Succeeded, + Failed, + #[default] + Processing, +} + +impl From for common_enums::AttemptStatus { + fn from(item: BlackhawknetworkPaymentStatus) -> Self { + match item { + BlackhawknetworkPaymentStatus::Succeeded => Self::Charged, + BlackhawknetworkPaymentStatus::Failed => Self::Failure, + BlackhawknetworkPaymentStatus::Processing => Self::Authorizing, + } + } +} + +//TODO: Fill the struct with respective fields +#[derive(Default, Debug, Clone, Serialize, Deserialize, PartialEq)] +pub struct BlackhawknetworkPaymentsResponse { + status: BlackhawknetworkPaymentStatus, + id: String, +} + +impl TryFrom> + for RouterData +{ + type Error = error_stack::Report; + fn try_from( + item: ResponseRouterData, + ) -> Result { + Ok(Self { + status: common_enums::AttemptStatus::from(item.response.status), + response: Ok(PaymentsResponseData::TransactionResponse { + resource_id: ResponseId::ConnectorTransactionId(item.response.id), + redirection_data: Box::new(None), + mandate_reference: Box::new(None), + connector_metadata: None, + network_txn_id: None, + connector_response_reference_id: None, + incremental_authorization_allowed: None, + charges: None, + }), + ..item.data + }) + } +} + +//TODO: Fill the struct with respective fields +// REFUND : +// Type definition for RefundRequest +#[derive(Default, Debug, Serialize)] +pub struct BlackhawknetworkRefundRequest { + pub amount: StringMinorUnit, +} + +impl TryFrom<&BlackhawknetworkRouterData<&RefundsRouterData>> + for BlackhawknetworkRefundRequest +{ + type Error = error_stack::Report; + fn try_from( + item: &BlackhawknetworkRouterData<&RefundsRouterData>, + ) -> Result { + Ok(Self { + amount: item.amount.to_owned(), + }) + } +} + +// Type definition for Refund Response + +#[allow(dead_code)] +#[derive(Debug, Copy, Serialize, Default, Deserialize, Clone)] +pub enum RefundStatus { + Succeeded, + Failed, + #[default] + Processing, +} + +impl From for enums::RefundStatus { + fn from(item: RefundStatus) -> Self { + match item { + RefundStatus::Succeeded => Self::Success, + RefundStatus::Failed => Self::Failure, + RefundStatus::Processing => Self::Pending, + //TODO: Review mapping + } + } +} + +//TODO: Fill the struct with respective fields +#[derive(Default, Debug, Clone, Serialize, Deserialize)] +pub struct RefundResponse { + id: String, + status: RefundStatus, +} + +impl TryFrom> for RefundsRouterData { + type Error = error_stack::Report; + fn try_from( + item: RefundsResponseRouterData, + ) -> Result { + Ok(Self { + response: Ok(RefundsResponseData { + connector_refund_id: item.response.id.to_string(), + refund_status: enums::RefundStatus::from(item.response.status), + }), + ..item.data + }) + } +} + +impl TryFrom> for RefundsRouterData { + type Error = error_stack::Report; + fn try_from( + item: RefundsResponseRouterData, + ) -> Result { + Ok(Self { + response: Ok(RefundsResponseData { + connector_refund_id: item.response.id.to_string(), + refund_status: enums::RefundStatus::from(item.response.status), + }), + ..item.data + }) + } +} + +//TODO: Fill the struct with respective fields +#[derive(Default, Debug, Serialize, Deserialize, PartialEq)] +pub struct BlackhawknetworkErrorResponse { + pub status_code: u16, + pub code: String, + pub message: String, + pub reason: Option, + pub network_advice_code: Option, + pub network_decline_code: Option, + pub network_error_message: Option, +} diff --git a/crates/hyperswitch_connectors/src/default_implementations.rs b/crates/hyperswitch_connectors/src/default_implementations.rs index 96f8cd13bf..2e585b1c09 100644 --- a/crates/hyperswitch_connectors/src/default_implementations.rs +++ b/crates/hyperswitch_connectors/src/default_implementations.rs @@ -157,6 +157,7 @@ default_imp_for_authorize_session_token!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -285,6 +286,7 @@ default_imp_for_calculate_tax!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -414,6 +416,7 @@ default_imp_for_session_update!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -542,6 +545,7 @@ default_imp_for_post_session_tokens!( connectors::Bankofamerica, connectors::Barclaycard, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -670,6 +674,7 @@ default_imp_for_create_order!( connectors::Bankofamerica, connectors::Barclaycard, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -799,6 +804,7 @@ default_imp_for_update_metadata!( connectors::Bankofamerica, connectors::Barclaycard, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -930,6 +936,7 @@ default_imp_for_complete_authorize!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Boku, connectors::Cashtocode, connectors::Celero, @@ -1041,6 +1048,7 @@ default_imp_for_incremental_authorization!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -1169,6 +1177,7 @@ default_imp_for_create_customer!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -1291,6 +1300,7 @@ default_imp_for_connector_redirect_response!( connectors::Authipay, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bamboraapac, connectors::Bankofamerica, connectors::Barclaycard, @@ -1405,6 +1415,7 @@ default_imp_for_pre_processing_steps!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -1524,6 +1535,7 @@ default_imp_for_post_processing_steps!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -1654,6 +1666,7 @@ default_imp_for_approve!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -1785,6 +1798,7 @@ default_imp_for_reject!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -1916,6 +1930,7 @@ default_imp_for_webhook_source_verification!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -2046,6 +2061,7 @@ default_imp_for_accept_dispute!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -2175,6 +2191,7 @@ default_imp_for_submit_evidence!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -2303,6 +2320,7 @@ default_imp_for_defend_dispute!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -2441,6 +2459,7 @@ default_imp_for_file_upload!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -2561,6 +2580,7 @@ default_imp_for_payouts!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -2685,6 +2705,7 @@ default_imp_for_payouts_create!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -2813,6 +2834,7 @@ default_imp_for_payouts_retrieve!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -2943,6 +2965,7 @@ default_imp_for_payouts_eligibility!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -3071,6 +3094,7 @@ default_imp_for_payouts_fulfill!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -3196,6 +3220,7 @@ default_imp_for_payouts_cancel!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -3325,6 +3350,7 @@ default_imp_for_payouts_quote!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -3455,6 +3481,7 @@ default_imp_for_payouts_recipient!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -3584,6 +3611,7 @@ default_imp_for_payouts_recipient_account!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -3715,6 +3743,7 @@ default_imp_for_frm_sale!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -3846,6 +3875,7 @@ default_imp_for_frm_checkout!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -3977,6 +4007,7 @@ default_imp_for_frm_transaction!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -4108,6 +4139,7 @@ default_imp_for_frm_fulfillment!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -4239,6 +4271,7 @@ default_imp_for_frm_record_return!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -4367,6 +4400,7 @@ default_imp_for_revoking_mandates!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Boku, connectors::Cashtocode, @@ -4494,6 +4528,7 @@ default_imp_for_uas_pre_authentication!( connectors::Billwerk, connectors::Bluesnap, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Braintree, connectors::Boku, connectors::Cashtocode, @@ -4621,6 +4656,7 @@ default_imp_for_uas_post_authentication!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -4751,6 +4787,7 @@ default_imp_for_uas_authentication_confirmation!( connectors::Billwerk, connectors::Bluesnap, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Braintree, connectors::Boku, connectors::Cashtocode, @@ -4872,6 +4909,7 @@ default_imp_for_connector_request_id!( connectors::Billwerk, connectors::Bluesnap, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Braintree, connectors::Boku, connectors::Cashtocode, @@ -4995,6 +5033,7 @@ default_imp_for_fraud_check!( connectors::Billwerk, connectors::Bluesnap, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Braintree, connectors::Boku, connectors::Cashtocode, @@ -5148,6 +5187,7 @@ default_imp_for_connector_authentication!( connectors::Billwerk, connectors::Bluesnap, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Braintree, connectors::Boku, connectors::Cashtocode, @@ -5273,6 +5313,7 @@ default_imp_for_uas_authentication!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -5395,6 +5436,7 @@ default_imp_for_revenue_recovery!( connectors::Billwerk, connectors::Bluesnap, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Braintree, connectors::Boku, connectors::Cashtocode, @@ -5527,6 +5569,7 @@ default_imp_for_billing_connector_payment_sync!( connectors::Billwerk, connectors::Bluesnap, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Braintree, connectors::Boku, connectors::Cashtocode, @@ -5658,6 +5701,7 @@ default_imp_for_revenue_recovery_record_back!( connectors::Billwerk, connectors::Bluesnap, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Braintree, connectors::Boku, connectors::Cashtocode, @@ -5787,6 +5831,7 @@ default_imp_for_billing_connector_invoice_sync!( connectors::Billwerk, connectors::Bluesnap, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Braintree, connectors::Boku, connectors::Cashtocode, @@ -5911,6 +5956,7 @@ default_imp_for_external_vault!( connectors::Billwerk, connectors::Bluesnap, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Braintree, connectors::Boku, connectors::Cashtocode, @@ -6041,6 +6087,7 @@ default_imp_for_external_vault_insert!( connectors::Billwerk, connectors::Bluesnap, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Braintree, connectors::Boku, connectors::Cashtocode, @@ -6171,6 +6218,7 @@ default_imp_for_external_vault_retrieve!( connectors::Billwerk, connectors::Bluesnap, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Braintree, connectors::Boku, connectors::Cashtocode, @@ -6301,6 +6349,7 @@ default_imp_for_external_vault_delete!( connectors::Billwerk, connectors::Bluesnap, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Braintree, connectors::Boku, connectors::Cashtocode, @@ -6431,6 +6480,7 @@ default_imp_for_external_vault_create!( connectors::Billwerk, connectors::Bluesnap, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Braintree, connectors::Boku, connectors::Cashtocode, diff --git a/crates/hyperswitch_connectors/src/default_implementations_v2.rs b/crates/hyperswitch_connectors/src/default_implementations_v2.rs index 2e24253a8a..7e8ddbee35 100644 --- a/crates/hyperswitch_connectors/src/default_implementations_v2.rs +++ b/crates/hyperswitch_connectors/src/default_implementations_v2.rs @@ -262,6 +262,7 @@ default_imp_for_new_connector_integration_payment!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -393,6 +394,7 @@ default_imp_for_new_connector_integration_refund!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -519,6 +521,7 @@ default_imp_for_new_connector_integration_connector_access_token!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -651,6 +654,7 @@ default_imp_for_new_connector_integration_accept_dispute!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -781,6 +785,7 @@ default_imp_for_new_connector_integration_submit_evidence!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -911,6 +916,7 @@ default_imp_for_new_connector_integration_defend_dispute!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -1052,6 +1058,7 @@ default_imp_for_new_connector_integration_file_upload!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -1185,6 +1192,7 @@ default_imp_for_new_connector_integration_payouts_create!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -1318,6 +1326,7 @@ default_imp_for_new_connector_integration_payouts_eligibility!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -1451,6 +1460,7 @@ default_imp_for_new_connector_integration_payouts_fulfill!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -1584,6 +1594,7 @@ default_imp_for_new_connector_integration_payouts_cancel!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -1717,6 +1728,7 @@ default_imp_for_new_connector_integration_payouts_quote!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -1850,6 +1862,7 @@ default_imp_for_new_connector_integration_payouts_recipient!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -1983,6 +1996,7 @@ default_imp_for_new_connector_integration_payouts_sync!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -2116,6 +2130,7 @@ default_imp_for_new_connector_integration_payouts_recipient_account!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -2247,6 +2262,7 @@ default_imp_for_new_connector_integration_webhook_source_verification!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -2380,6 +2396,7 @@ default_imp_for_new_connector_integration_frm_sale!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -2513,6 +2530,7 @@ default_imp_for_new_connector_integration_frm_checkout!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -2646,6 +2664,7 @@ default_imp_for_new_connector_integration_frm_transaction!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -2779,6 +2798,7 @@ default_imp_for_new_connector_integration_frm_fulfillment!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -2912,6 +2932,7 @@ default_imp_for_new_connector_integration_frm_record_return!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -3042,6 +3063,7 @@ default_imp_for_new_connector_integration_revoking_mandates!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, @@ -3161,6 +3183,7 @@ default_imp_for_new_connector_integration_frm!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Boku, connectors::Cashtocode, @@ -3291,6 +3314,7 @@ default_imp_for_new_connector_integration_connector_authentication!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Boku, connectors::Cashtocode, @@ -3410,6 +3434,7 @@ default_imp_for_new_connector_integration_revenue_recovery!( connectors::Barclaycard, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Boku, connectors::Cashtocode, @@ -3544,6 +3569,7 @@ default_imp_for_new_connector_integration_external_vault!( connectors::Bankofamerica, connectors::Billwerk, connectors::Bitpay, + connectors::Blackhawknetwork, connectors::Bluesnap, connectors::Braintree, connectors::Boku, diff --git a/crates/hyperswitch_domain_models/src/connector_endpoints.rs b/crates/hyperswitch_domain_models/src/connector_endpoints.rs index a1da7a4d3b..6d2b63bf9b 100644 --- a/crates/hyperswitch_domain_models/src/connector_endpoints.rs +++ b/crates/hyperswitch_domain_models/src/connector_endpoints.rs @@ -27,6 +27,7 @@ pub struct Connectors { pub barclaycard: ConnectorParams, pub billwerk: ConnectorParams, pub bitpay: ConnectorParams, + pub blackhawknetwork: ConnectorParams, pub bluesnap: ConnectorParamsWithSecondaryBaseUrl, pub boku: ConnectorParams, pub braintree: ConnectorParams, diff --git a/crates/router/src/connector.rs b/crates/router/src/connector.rs index 9e7d5a9fea..581ba5fb69 100644 --- a/crates/router/src/connector.rs +++ b/crates/router/src/connector.rs @@ -8,39 +8,39 @@ pub use hyperswitch_connectors::connectors::{ archipel::Archipel, authipay, authipay::Authipay, authorizedotnet, authorizedotnet::Authorizedotnet, bambora, bambora::Bambora, bamboraapac, bamboraapac::Bamboraapac, bankofamerica, bankofamerica::Bankofamerica, barclaycard, - barclaycard::Barclaycard, billwerk, billwerk::Billwerk, bitpay, bitpay::Bitpay, bluesnap, - bluesnap::Bluesnap, boku, boku::Boku, braintree, braintree::Braintree, cashtocode, - cashtocode::Cashtocode, celero, celero::Celero, chargebee, chargebee::Chargebee, checkbook, - checkbook::Checkbook, checkout, checkout::Checkout, coinbase, coinbase::Coinbase, coingate, - coingate::Coingate, cryptopay, cryptopay::Cryptopay, ctp_mastercard, - ctp_mastercard::CtpMastercard, cybersource, cybersource::Cybersource, datatrans, - datatrans::Datatrans, deutschebank, deutschebank::Deutschebank, digitalvirgo, - digitalvirgo::Digitalvirgo, dlocal, dlocal::Dlocal, dwolla, dwolla::Dwolla, ebanx, - ebanx::Ebanx, elavon, elavon::Elavon, facilitapay, facilitapay::Facilitapay, fiserv, - fiserv::Fiserv, fiservemea, fiservemea::Fiservemea, fiuu, fiuu::Fiuu, forte, forte::Forte, - getnet, getnet::Getnet, globalpay, globalpay::Globalpay, globepay, globepay::Globepay, - gocardless, gocardless::Gocardless, gpayments, gpayments::Gpayments, helcim, helcim::Helcim, - hipay, hipay::Hipay, hyperswitch_vault, hyperswitch_vault::HyperswitchVault, iatapay, - iatapay::Iatapay, inespay, inespay::Inespay, itaubank, itaubank::Itaubank, jpmorgan, - jpmorgan::Jpmorgan, juspaythreedsserver, juspaythreedsserver::Juspaythreedsserver, klarna, - klarna::Klarna, mifinity, mifinity::Mifinity, mollie, mollie::Mollie, moneris, - moneris::Moneris, multisafepay, multisafepay::Multisafepay, netcetera, netcetera::Netcetera, - nexinets, nexinets::Nexinets, nexixpay, nexixpay::Nexixpay, nmi, nmi::Nmi, nomupay, - nomupay::Nomupay, noon, noon::Noon, nordea, nordea::Nordea, novalnet, novalnet::Novalnet, - nuvei, nuvei::Nuvei, opayo, opayo::Opayo, opennode, opennode::Opennode, paybox, paybox::Paybox, - payeezy, payeezy::Payeezy, payload, payload::Payload, payme, payme::Payme, payone, - payone::Payone, paypal, paypal::Paypal, paystack, paystack::Paystack, payu, payu::Payu, - placetopay, placetopay::Placetopay, plaid, plaid::Plaid, powertranz, powertranz::Powertranz, - prophetpay, prophetpay::Prophetpay, rapyd, rapyd::Rapyd, razorpay, razorpay::Razorpay, recurly, - recurly::Recurly, redsys, redsys::Redsys, riskified, riskified::Riskified, santander, - santander::Santander, shift4, shift4::Shift4, signifyd, signifyd::Signifyd, silverflow, - silverflow::Silverflow, square, square::Square, stax, stax::Stax, stripe, stripe::Stripe, - stripebilling, stripebilling::Stripebilling, taxjar, taxjar::Taxjar, threedsecureio, - threedsecureio::Threedsecureio, thunes, thunes::Thunes, tokenio, tokenio::Tokenio, trustpay, - trustpay::Trustpay, tsys, tsys::Tsys, unified_authentication_service, - unified_authentication_service::UnifiedAuthenticationService, vgs, vgs::Vgs, volt, volt::Volt, - wellsfargo, wellsfargo::Wellsfargo, wellsfargopayout, wellsfargopayout::Wellsfargopayout, wise, - wise::Wise, worldline, worldline::Worldline, worldpay, worldpay::Worldpay, worldpayvantiv, - worldpayvantiv::Worldpayvantiv, worldpayxml, worldpayxml::Worldpayxml, xendit, xendit::Xendit, - zen, zen::Zen, zsl, zsl::Zsl, + barclaycard::Barclaycard, billwerk, billwerk::Billwerk, bitpay, bitpay::Bitpay, + blackhawknetwork, blackhawknetwork::Blackhawknetwork, bluesnap, bluesnap::Bluesnap, boku, + boku::Boku, braintree, braintree::Braintree, cashtocode, cashtocode::Cashtocode, celero, + celero::Celero, chargebee, chargebee::Chargebee, checkbook, checkbook::Checkbook, checkout, + checkout::Checkout, coinbase, coinbase::Coinbase, coingate, coingate::Coingate, cryptopay, + cryptopay::Cryptopay, ctp_mastercard, ctp_mastercard::CtpMastercard, cybersource, + cybersource::Cybersource, datatrans, datatrans::Datatrans, deutschebank, + deutschebank::Deutschebank, digitalvirgo, digitalvirgo::Digitalvirgo, dlocal, dlocal::Dlocal, + dwolla, dwolla::Dwolla, ebanx, ebanx::Ebanx, elavon, elavon::Elavon, facilitapay, + facilitapay::Facilitapay, fiserv, fiserv::Fiserv, fiservemea, fiservemea::Fiservemea, fiuu, + fiuu::Fiuu, forte, forte::Forte, getnet, getnet::Getnet, globalpay, globalpay::Globalpay, + globepay, globepay::Globepay, gocardless, gocardless::Gocardless, gpayments, + gpayments::Gpayments, helcim, helcim::Helcim, hipay, hipay::Hipay, hyperswitch_vault, + hyperswitch_vault::HyperswitchVault, iatapay, iatapay::Iatapay, inespay, inespay::Inespay, + itaubank, itaubank::Itaubank, jpmorgan, jpmorgan::Jpmorgan, juspaythreedsserver, + juspaythreedsserver::Juspaythreedsserver, klarna, klarna::Klarna, mifinity, mifinity::Mifinity, + mollie, mollie::Mollie, moneris, moneris::Moneris, multisafepay, multisafepay::Multisafepay, + netcetera, netcetera::Netcetera, nexinets, nexinets::Nexinets, nexixpay, nexixpay::Nexixpay, + nmi, nmi::Nmi, nomupay, nomupay::Nomupay, noon, noon::Noon, nordea, nordea::Nordea, novalnet, + novalnet::Novalnet, nuvei, nuvei::Nuvei, opayo, opayo::Opayo, opennode, opennode::Opennode, + paybox, paybox::Paybox, payeezy, payeezy::Payeezy, payload, payload::Payload, payme, + payme::Payme, payone, payone::Payone, paypal, paypal::Paypal, paystack, paystack::Paystack, + payu, payu::Payu, placetopay, placetopay::Placetopay, plaid, plaid::Plaid, powertranz, + powertranz::Powertranz, prophetpay, prophetpay::Prophetpay, rapyd, rapyd::Rapyd, razorpay, + razorpay::Razorpay, recurly, recurly::Recurly, redsys, redsys::Redsys, riskified, + riskified::Riskified, santander, santander::Santander, shift4, shift4::Shift4, signifyd, + signifyd::Signifyd, silverflow, silverflow::Silverflow, square, square::Square, stax, + stax::Stax, stripe, stripe::Stripe, stripebilling, stripebilling::Stripebilling, taxjar, + taxjar::Taxjar, threedsecureio, threedsecureio::Threedsecureio, thunes, thunes::Thunes, + tokenio, tokenio::Tokenio, trustpay, trustpay::Trustpay, tsys, tsys::Tsys, + unified_authentication_service, unified_authentication_service::UnifiedAuthenticationService, + vgs, vgs::Vgs, volt, volt::Volt, wellsfargo, wellsfargo::Wellsfargo, wellsfargopayout, + wellsfargopayout::Wellsfargopayout, wise, wise::Wise, worldline, worldline::Worldline, + worldpay, worldpay::Worldpay, worldpayvantiv, worldpayvantiv::Worldpayvantiv, worldpayxml, + worldpayxml::Worldpayxml, xendit, xendit::Xendit, zen, zen::Zen, zsl, zsl::Zsl, }; diff --git a/crates/router/tests/connectors/blackhawknetwork.rs b/crates/router/tests/connectors/blackhawknetwork.rs new file mode 100644 index 0000000000..6e942f0eb6 --- /dev/null +++ b/crates/router/tests/connectors/blackhawknetwork.rs @@ -0,0 +1,421 @@ +use hyperswitch_domain_models::payment_method_data::{Card, PaymentMethodData}; +use masking::Secret; +use router::types::{self, api, storage::enums}; +use test_utils::connector_auth; + +use crate::utils::{self, ConnectorActions}; + +#[derive(Clone, Copy)] +struct BlackhawknetworkTest; +impl ConnectorActions for BlackhawknetworkTest {} +impl utils::Connector for BlackhawknetworkTest { + fn get_data(&self) -> api::ConnectorData { + use router::connector::Blackhawknetwork; + utils::construct_connector_data_old( + Box::new(Blackhawknetwork::new()), + types::Connector::Plaid, + api::GetToken::Connector, + None, + ) + } + + fn get_auth_token(&self) -> types::ConnectorAuthType { + utils::to_connector_auth_type( + connector_auth::ConnectorAuthentication::new() + .blackhawknetwork + .expect("Missing connector authentication configuration") + .into(), + ) + } + + fn get_name(&self) -> String { + "blackhawknetwork".to_string() + } +} + +static CONNECTOR: BlackhawknetworkTest = BlackhawknetworkTest {}; + +fn get_default_payment_info() -> Option { + None +} + +fn payment_method_details() -> Option { + None +} + +// Cards Positive Tests +// Creates a payment using the manual capture flow (Non 3DS). +#[actix_web::test] +async fn should_only_authorize_payment() { + let response = CONNECTOR + .authorize_payment(payment_method_details(), get_default_payment_info()) + .await + .expect("Authorize payment response"); + assert_eq!(response.status, enums::AttemptStatus::Authorized); +} + +// Captures a payment using the manual capture flow (Non 3DS). +#[actix_web::test] +async fn should_capture_authorized_payment() { + let response = CONNECTOR + .authorize_and_capture_payment(payment_method_details(), None, get_default_payment_info()) + .await + .expect("Capture payment response"); + assert_eq!(response.status, enums::AttemptStatus::Charged); +} + +// Partially captures a payment using the manual capture flow (Non 3DS). +#[actix_web::test] +async fn should_partially_capture_authorized_payment() { + let response = CONNECTOR + .authorize_and_capture_payment( + payment_method_details(), + Some(types::PaymentsCaptureData { + amount_to_capture: 50, + ..utils::PaymentCaptureType::default().0 + }), + get_default_payment_info(), + ) + .await + .expect("Capture payment response"); + assert_eq!(response.status, enums::AttemptStatus::Charged); +} + +// Synchronizes a payment using the manual capture flow (Non 3DS). +#[actix_web::test] +async fn should_sync_authorized_payment() { + let authorize_response = CONNECTOR + .authorize_payment(payment_method_details(), get_default_payment_info()) + .await + .expect("Authorize payment response"); + let txn_id = utils::get_connector_transaction_id(authorize_response.response); + let response = CONNECTOR + .psync_retry_till_status_matches( + enums::AttemptStatus::Authorized, + Some(types::PaymentsSyncData { + connector_transaction_id: types::ResponseId::ConnectorTransactionId( + txn_id.unwrap(), + ), + ..Default::default() + }), + get_default_payment_info(), + ) + .await + .expect("PSync response"); + assert_eq!(response.status, enums::AttemptStatus::Authorized,); +} + +// Voids a payment using the manual capture flow (Non 3DS). +#[actix_web::test] +async fn should_void_authorized_payment() { + let response = CONNECTOR + .authorize_and_void_payment( + payment_method_details(), + Some(types::PaymentsCancelData { + connector_transaction_id: String::from(""), + cancellation_reason: Some("requested_by_customer".to_string()), + ..Default::default() + }), + get_default_payment_info(), + ) + .await + .expect("Void payment response"); + assert_eq!(response.status, enums::AttemptStatus::Voided); +} + +// Refunds a payment using the manual capture flow (Non 3DS). +#[actix_web::test] +async fn should_refund_manually_captured_payment() { + let response = CONNECTOR + .capture_payment_and_refund( + payment_method_details(), + None, + None, + get_default_payment_info(), + ) + .await + .unwrap(); + assert_eq!( + response.response.unwrap().refund_status, + enums::RefundStatus::Success, + ); +} + +// Partially refunds a payment using the manual capture flow (Non 3DS). +#[actix_web::test] +async fn should_partially_refund_manually_captured_payment() { + let response = CONNECTOR + .capture_payment_and_refund( + payment_method_details(), + None, + Some(types::RefundsData { + refund_amount: 50, + ..utils::PaymentRefundType::default().0 + }), + get_default_payment_info(), + ) + .await + .unwrap(); + assert_eq!( + response.response.unwrap().refund_status, + enums::RefundStatus::Success, + ); +} + +// Synchronizes a refund using the manual capture flow (Non 3DS). +#[actix_web::test] +async fn should_sync_manually_captured_refund() { + let refund_response = CONNECTOR + .capture_payment_and_refund( + payment_method_details(), + None, + None, + get_default_payment_info(), + ) + .await + .unwrap(); + let response = CONNECTOR + .rsync_retry_till_status_matches( + enums::RefundStatus::Success, + refund_response.response.unwrap().connector_refund_id, + None, + get_default_payment_info(), + ) + .await + .unwrap(); + assert_eq!( + response.response.unwrap().refund_status, + enums::RefundStatus::Success, + ); +} + +// Creates a payment using the automatic capture flow (Non 3DS). +#[actix_web::test] +async fn should_make_payment() { + let authorize_response = CONNECTOR + .make_payment(payment_method_details(), get_default_payment_info()) + .await + .unwrap(); + assert_eq!(authorize_response.status, enums::AttemptStatus::Charged); +} + +// Synchronizes a payment using the automatic capture flow (Non 3DS). +#[actix_web::test] +async fn should_sync_auto_captured_payment() { + let authorize_response = CONNECTOR + .make_payment(payment_method_details(), get_default_payment_info()) + .await + .unwrap(); + assert_eq!(authorize_response.status, enums::AttemptStatus::Charged); + let txn_id = utils::get_connector_transaction_id(authorize_response.response); + assert_ne!(txn_id, None, "Empty connector transaction id"); + let response = CONNECTOR + .psync_retry_till_status_matches( + enums::AttemptStatus::Charged, + Some(types::PaymentsSyncData { + connector_transaction_id: types::ResponseId::ConnectorTransactionId( + txn_id.unwrap(), + ), + capture_method: Some(enums::CaptureMethod::Automatic), + ..Default::default() + }), + get_default_payment_info(), + ) + .await + .unwrap(); + assert_eq!(response.status, enums::AttemptStatus::Charged,); +} + +// Refunds a payment using the automatic capture flow (Non 3DS). +#[actix_web::test] +async fn should_refund_auto_captured_payment() { + let response = CONNECTOR + .make_payment_and_refund(payment_method_details(), None, get_default_payment_info()) + .await + .unwrap(); + assert_eq!( + response.response.unwrap().refund_status, + enums::RefundStatus::Success, + ); +} + +// Partially refunds a payment using the automatic capture flow (Non 3DS). +#[actix_web::test] +async fn should_partially_refund_succeeded_payment() { + let refund_response = CONNECTOR + .make_payment_and_refund( + payment_method_details(), + Some(types::RefundsData { + refund_amount: 50, + ..utils::PaymentRefundType::default().0 + }), + get_default_payment_info(), + ) + .await + .unwrap(); + assert_eq!( + refund_response.response.unwrap().refund_status, + enums::RefundStatus::Success, + ); +} + +// Creates multiple refunds against a payment using the automatic capture flow (Non 3DS). +#[actix_web::test] +async fn should_refund_succeeded_payment_multiple_times() { + CONNECTOR + .make_payment_and_multiple_refund( + payment_method_details(), + Some(types::RefundsData { + refund_amount: 50, + ..utils::PaymentRefundType::default().0 + }), + get_default_payment_info(), + ) + .await; +} + +// Synchronizes a refund using the automatic capture flow (Non 3DS). +#[actix_web::test] +async fn should_sync_refund() { + let refund_response = CONNECTOR + .make_payment_and_refund(payment_method_details(), None, get_default_payment_info()) + .await + .unwrap(); + let response = CONNECTOR + .rsync_retry_till_status_matches( + enums::RefundStatus::Success, + refund_response.response.unwrap().connector_refund_id, + None, + get_default_payment_info(), + ) + .await + .unwrap(); + assert_eq!( + response.response.unwrap().refund_status, + enums::RefundStatus::Success, + ); +} + +// Cards Negative scenarios +// Creates a payment with incorrect CVC. +#[actix_web::test] +async fn should_fail_payment_for_incorrect_cvc() { + let response = CONNECTOR + .make_payment( + Some(types::PaymentsAuthorizeData { + payment_method_data: PaymentMethodData::Card(Card { + card_cvc: Secret::new("12345".to_string()), + ..utils::CCardType::default().0 + }), + ..utils::PaymentAuthorizeType::default().0 + }), + get_default_payment_info(), + ) + .await + .unwrap(); + assert_eq!( + response.response.unwrap_err().message, + "Your card's security code is invalid.".to_string(), + ); +} + +// Creates a payment with incorrect expiry month. +#[actix_web::test] +async fn should_fail_payment_for_invalid_exp_month() { + let response = CONNECTOR + .make_payment( + Some(types::PaymentsAuthorizeData { + payment_method_data: PaymentMethodData::Card(Card { + card_exp_month: Secret::new("20".to_string()), + ..utils::CCardType::default().0 + }), + ..utils::PaymentAuthorizeType::default().0 + }), + get_default_payment_info(), + ) + .await + .unwrap(); + assert_eq!( + response.response.unwrap_err().message, + "Your card's expiration month is invalid.".to_string(), + ); +} + +// Creates a payment with incorrect expiry year. +#[actix_web::test] +async fn should_fail_payment_for_incorrect_expiry_year() { + let response = CONNECTOR + .make_payment( + Some(types::PaymentsAuthorizeData { + payment_method_data: PaymentMethodData::Card(Card { + card_exp_year: Secret::new("2000".to_string()), + ..utils::CCardType::default().0 + }), + ..utils::PaymentAuthorizeType::default().0 + }), + get_default_payment_info(), + ) + .await + .unwrap(); + assert_eq!( + response.response.unwrap_err().message, + "Your card's expiration year is invalid.".to_string(), + ); +} + +// Voids a payment using automatic capture flow (Non 3DS). +#[actix_web::test] +async fn should_fail_void_payment_for_auto_capture() { + let authorize_response = CONNECTOR + .make_payment(payment_method_details(), get_default_payment_info()) + .await + .unwrap(); + assert_eq!(authorize_response.status, enums::AttemptStatus::Charged); + let txn_id = utils::get_connector_transaction_id(authorize_response.response); + assert_ne!(txn_id, None, "Empty connector transaction id"); + let void_response = CONNECTOR + .void_payment(txn_id.unwrap(), None, get_default_payment_info()) + .await + .unwrap(); + assert_eq!( + void_response.response.unwrap_err().message, + "You cannot cancel this PaymentIntent because it has a status of succeeded." + ); +} + +// Captures a payment using invalid connector payment id. +#[actix_web::test] +async fn should_fail_capture_for_invalid_payment() { + let capture_response = CONNECTOR + .capture_payment("123456789".to_string(), None, get_default_payment_info()) + .await + .unwrap(); + assert_eq!( + capture_response.response.unwrap_err().message, + String::from("No such payment_intent: '123456789'") + ); +} + +// Refunds a payment with refund amount higher than payment amount. +#[actix_web::test] +async fn should_fail_for_refund_amount_higher_than_payment_amount() { + let response = CONNECTOR + .make_payment_and_refund( + payment_method_details(), + Some(types::RefundsData { + refund_amount: 150, + ..utils::PaymentRefundType::default().0 + }), + get_default_payment_info(), + ) + .await + .unwrap(); + assert_eq!( + response.response.unwrap_err().message, + "Refund amount (₹1.50) is greater than charge amount (₹1.00)", + ); +} + +// Connector dependent test cases goes here + +// [#478]: add unit tests for non 3DS, wallets & webhooks in connector tests diff --git a/crates/router/tests/connectors/main.rs b/crates/router/tests/connectors/main.rs index a8a22b7ba1..e3008a8a7d 100644 --- a/crates/router/tests/connectors/main.rs +++ b/crates/router/tests/connectors/main.rs @@ -21,6 +21,7 @@ mod barclaycard; #[cfg(feature = "dummy_connector")] mod billwerk; mod bitpay; +mod blackhawknetwork; mod bluesnap; mod boku; mod cashtocode; diff --git a/crates/test_utils/src/connector_auth.rs b/crates/test_utils/src/connector_auth.rs index 9025fc48c0..c09a269ead 100644 --- a/crates/test_utils/src/connector_auth.rs +++ b/crates/test_utils/src/connector_auth.rs @@ -28,6 +28,7 @@ pub struct ConnectorAuthentication { pub barclaycard: Option, pub billwerk: Option, pub bitpay: Option, + pub blackhawknetwork: Option, pub bluesnap: Option, pub boku: Option, pub cashtocode: Option, diff --git a/loadtest/config/development.toml b/loadtest/config/development.toml index ebf7d6462e..0a64bdbba0 100644 --- a/loadtest/config/development.toml +++ b/loadtest/config/development.toml @@ -92,6 +92,7 @@ barclaycard.base_url = "https://api.smartpayfuse-test.barclaycard/" billwerk.base_url = "https://api.reepay.com/" billwerk.secondary_base_url = "https://card.reepay.com/" bitpay.base_url = "https://test.bitpay.com" +blackhawknetwork.base_url = "https://api-sandbox.blackhawknetwork.com/" bluesnap.base_url = "https://sandbox.bluesnap.com/" bluesnap.secondary_base_url = "https://sandpay.bluesnap.com/" boku.base_url = "https://country-api4-stage.boku.com" diff --git a/scripts/add_connector.sh b/scripts/add_connector.sh index 6be58f422f..fffc5800f6 100755 --- a/scripts/add_connector.sh +++ b/scripts/add_connector.sh @@ -6,7 +6,7 @@ function find_prev_connector() { git checkout $self cp $self $self.tmp # Add new connector to existing list and sort it - connectors=(aci adyen adyenplatform affirm airwallex amazonpay applepay archipel authipay authorizedotnet bambora bamboraapac bankofamerica barclaycard billwerk bitpay bluesnap boku braintree cashtocode celero chargebee checkbook checkout coinbase cryptopay ctp_visa cybersource datatrans deutschebank digitalvirgo dlocal dummyconnector dwolla ebanx elavon facilitapay fiserv fiservemea fiuu forte getnet globalpay globepay gocardless gpayments helcim hipay hyperswitch_vault iatapay inespay itaubank jpmorgan juspaythreedsserver klarna mifinity mollie moneris multisafepay netcetera nexinets nexixpay nomupay noon nordea novalnet nuvei opayo opennode paybox payeezy payload payme payone paypal paystack payu placetopay plaid powertranz prophetpay rapyd razorpay recurly redsys santander shift4 silverflow square stax stripe stripebilling taxjar threedsecureio thunes tokenio trustpay tsys unified_authentication_service vgs volt wellsfargo wellsfargopayout wise worldline worldpay worldpayvantiv worldpayxml xendit zsl "$1") + connectors=(aci adyen adyenplatform affirm airwallex amazonpay applepay archipel authipay authorizedotnet bambora bamboraapac bankofamerica barclaycard billwerk bitpay blackhawknetwork bluesnap boku braintree cashtocode celero chargebee checkbook checkout coinbase cryptopay ctp_visa cybersource datatrans deutschebank digitalvirgo dlocal dummyconnector dwolla ebanx elavon facilitapay fiserv fiservemea fiuu forte getnet globalpay globepay gocardless gpayments helcim hipay hyperswitch_vault iatapay inespay itaubank jpmorgan juspaythreedsserver klarna mifinity mollie moneris multisafepay netcetera nexinets nexixpay nomupay noon nordea novalnet nuvei opayo opennode paybox payeezy payload payme payone paypal paystack payu placetopay plaid powertranz prophetpay rapyd razorpay recurly redsys santander shift4 silverflow square stax stripe stripebilling taxjar threedsecureio thunes tokenio trustpay tsys unified_authentication_service vgs volt wellsfargo wellsfargopayout wise worldline worldpay worldpayvantiv worldpayxml xendit zsl "$1") IFS=$'\n' sorted=($(sort <<<"${connectors[*]}")); unset IFS res="$(echo ${sorted[@]})"