Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ redsys.base_url = "https://sis-t.redsys.es:25443"
riskified.base_url = "https://sandbox.riskified.com/api"
santander.base_url = "https://pix.santander.com.br/api/v1/sandbox/"
shift4.base_url = "https://api.shift4.com/"
silverflow.base_url = "https://api-sbx.silverflow.co/v1"
signifyd.base_url = "https://api.signifyd.com/"
square.base_url = "https://connect.squareupsandbox.com/"
square.secondary_base_url = "https://pci-connect.squareupsandbox.com/"
Expand Down
1 change: 1 addition & 0 deletions config/deployments/integration_test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ recurly.base_url = "https://v3.recurly.com"
redsys.base_url = "https://sis-t.redsys.es:25443"
santander.base_url = "https://pix.santander.com.br/api/v1/sandbox/"
shift4.base_url = "https://api.shift4.com/"
silverflow.base_url = "https://api-sbx.silverflow.co/v1"
signifyd.base_url = "https://api.signifyd.com/"
riskified.base_url = "https://sandbox.riskified.com/api"
square.base_url = "https://connect.squareupsandbox.com/"
Expand Down
1 change: 1 addition & 0 deletions config/deployments/production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ redsys.base_url = "https://sis.redsys.es"
riskified.base_url = "https://wh.riskified.com/api/"
santander.base_url = "https://trust-pix.santander.com.br/"
shift4.base_url = "https://api.shift4.com/"
silverflow.base_url = "https://api.silverflow.co/v1"
signifyd.base_url = "https://api.signifyd.com/"
square.base_url = "https://connect.squareup.com/"
square.secondary_base_url = "https://pci-connect.squareup.com/"
Expand Down
1 change: 1 addition & 0 deletions config/deployments/sandbox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ redsys.base_url = "https://sis-t.redsys.es:25443"
riskified.base_url = "https://sandbox.riskified.com/api"
santander.base_url = "https://pix.santander.com.br/api/v1/sandbox/"
shift4.base_url = "https://api.shift4.com/"
silverflow.base_url = "https://api-sbx.silverflow.co/v1"
signifyd.base_url = "https://api.signifyd.com/"
square.base_url = "https://connect.squareupsandbox.com/"
square.secondary_base_url = "https://pci-connect.squareupsandbox.com/"
Expand Down
2 changes: 2 additions & 0 deletions config/development.toml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ cards = [
"redsys",
"santander",
"shift4",
"silverflow",
"square",
"stax",
"stripe",
Expand Down Expand Up @@ -317,6 +318,7 @@ redsys.base_url = "https://sis-t.redsys.es:25443"
riskified.base_url = "https://sandbox.riskified.com/api"
santander.base_url = "https://pix.santander.com.br/api/v1/sandbox/"
shift4.base_url = "https://api.shift4.com/"
silverflow.base_url = "https://api-sbx.silverflow.co/v1"
signifyd.base_url = "https://api.signifyd.com/"
square.base_url = "https://connect.squareupsandbox.com/"
square.secondary_base_url = "https://pci-connect.squareupsandbox.com/"
Expand Down
2 changes: 2 additions & 0 deletions config/docker_compose.toml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ redsys.base_url = "https://sis-t.redsys.es:25443"
riskified.base_url = "https://sandbox.riskified.com/api"
santander.base_url = "https://pix.santander.com.br/api/v1/sandbox/"
shift4.base_url = "https://api.shift4.com/"
silverflow.base_url = "https://api-sbx.silverflow.co/v1"
signifyd.base_url = "https://api.signifyd.com/"
square.base_url = "https://connect.squareupsandbox.com/"
square.secondary_base_url = "https://pci-connect.squareupsandbox.com/"
Expand Down Expand Up @@ -322,6 +323,7 @@ cards = [
"redsys",
"santander",
"shift4",
"silverflow",
"square",
"stax",
"stripe",
Expand Down
1 change: 1 addition & 0 deletions crates/connector_configs/src/connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ pub struct ConnectorConfig {
pub redsys: Option<ConnectorTomlConfig>,
pub santander: Option<ConnectorTomlConfig>,
pub shift4: Option<ConnectorTomlConfig>,
pub silverflow: Option<ConnectorTomlConfig>,
pub stripe: Option<ConnectorTomlConfig>,
#[cfg(feature = "payouts")]
pub stripe_payout: Option<ConnectorTomlConfig>,
Expand Down
6 changes: 5 additions & 1 deletion crates/connector_configs/toml/development.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6315,4 +6315,8 @@ type="Text"
[payload.connector_auth.HeaderKey]
api_key="API Key"
[payload.connector_webhook_details]
merchant_secret="Source verification key"
merchant_secret="Source verification key"
[silverflow]
[silverflow.connector_auth.BodyKey]
api_key="API Key"
key1="Secret Key"
5 changes: 5 additions & 0 deletions crates/connector_configs/toml/production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4921,3 +4921,8 @@ type="Text"
api_key="API Key"
[payload.connector_webhook_details]
merchant_secret="Source verification key"

[silverflow]
[silverflow.connector_auth.BodyKey]
api_key="API Key"
key1="Secret Key"
6 changes: 5 additions & 1 deletion crates/connector_configs/toml/sandbox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6289,4 +6289,8 @@ type="Text"
[payload.connector_auth.HeaderKey]
api_key="API Key"
[payload.connector_webhook_details]
merchant_secret="Source verification key"
merchant_secret="Source verification key"
[silverflow]
[silverflow.connector_auth.BodyKey]
api_key="API Key"
key1="Secret Key"
14 changes: 8 additions & 6 deletions crates/hyperswitch_connectors/src/connectors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ pub mod riskified;
pub mod santander;
pub mod shift4;
pub mod signifyd;
pub mod silverflow;
pub mod square;
pub mod stax;
pub mod stripe;
Expand Down Expand Up @@ -133,10 +134,11 @@ pub use self::{
paypal::Paypal, paystack::Paystack, payu::Payu, placetopay::Placetopay, plaid::Plaid,
powertranz::Powertranz, prophetpay::Prophetpay, rapyd::Rapyd, razorpay::Razorpay,
recurly::Recurly, redsys::Redsys, riskified::Riskified, santander::Santander, shift4::Shift4,
signifyd::Signifyd, square::Square, stax::Stax, stripe::Stripe, stripebilling::Stripebilling,
taxjar::Taxjar, threedsecureio::Threedsecureio, thunes::Thunes, tokenio::Tokenio,
trustpay::Trustpay, tsys::Tsys, unified_authentication_service::UnifiedAuthenticationService,
vgs::Vgs, volt::Volt, wellsfargo::Wellsfargo, wellsfargopayout::Wellsfargopayout, wise::Wise,
worldline::Worldline, worldpay::Worldpay, worldpayvantiv::Worldpayvantiv,
worldpayxml::Worldpayxml, xendit::Xendit, zen::Zen, zsl::Zsl,
signifyd::Signifyd, silverflow::Silverflow, square::Square, stax::Stax, stripe::Stripe,
stripebilling::Stripebilling, taxjar::Taxjar, threedsecureio::Threedsecureio, thunes::Thunes,
tokenio::Tokenio, trustpay::Trustpay, tsys::Tsys,
unified_authentication_service::UnifiedAuthenticationService, vgs::Vgs, volt::Volt,
wellsfargo::Wellsfargo, wellsfargopayout::Wellsfargopayout, wise::Wise, worldline::Worldline,
worldpay::Worldpay, worldpayvantiv::Worldpayvantiv, worldpayxml::Worldpayxml, xendit::Xendit,
zen::Zen, zsl::Zsl,
};
Loading
Loading