diff --git a/crates/connector_configs/toml/development.toml b/crates/connector_configs/toml/development.toml index fa5ab4abee..cc1ce7559f 100644 --- a/crates/connector_configs/toml/development.toml +++ b/crates/connector_configs/toml/development.toml @@ -1208,6 +1208,24 @@ merchant_secret="Source verification key" [coingate.connector_auth.BodyKey] 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="Text" +[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="Text" +[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" [cryptopay] [[cryptopay.crypto]] diff --git a/crates/connector_configs/toml/production.toml b/crates/connector_configs/toml/production.toml index c7bbddfc6d..81d4c31c67 100644 --- a/crates/connector_configs/toml/production.toml +++ b/crates/connector_configs/toml/production.toml @@ -1038,6 +1038,24 @@ merchant_secret="Source verification key" [coingate.connector_auth.BodyKey] 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="Text" +[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="Text" +[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" [cybersource] diff --git a/crates/connector_configs/toml/sandbox.toml b/crates/connector_configs/toml/sandbox.toml index 19df992e3d..1a689182c6 100644 --- a/crates/connector_configs/toml/sandbox.toml +++ b/crates/connector_configs/toml/sandbox.toml @@ -1205,6 +1205,24 @@ merchant_secret="Source verification key" [coingate.connector_auth.BodyKey] 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="Text" +[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="Text" +[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" [cryptopay] [[cryptopay.crypto]]