text stringlengths 70 351k | source stringclasses 4
values |
|---|---|
# file: hyperswitch/config/docker_compose.toml | crate: config
[opensearch.auth]
auth = "basic"
username = "admin"
password = "0penS3arc#"
region = "eu-central-1"
| ast_fragments |
# file: hyperswitch/config/docker_compose.toml | crate: config
[generic_link.payment_method_collect.ui_config]
theme = "#4285F4"
logo = "https://app.hyperswitch.io/HyperswitchFavicon.png"
merchant_name = "HyperSwitch"
| ast_fragments |
# file: hyperswitch/config/docker_compose.toml | crate: config
[generic_link.payout_link.ui_config]
theme = "#4285F4"
logo = "https://app.hyperswitch.io/HyperswitchFavicon.png"
merchant_name = "HyperSwitch"
| ast_fragments |
# file: hyperswitch/config/docker_compose.toml | crate: config
[generic_link.payout_link.enabled_payment_methods]
card = "credit,debit"
| ast_fragments |
# file: hyperswitch/config/docker_compose.toml | crate: config
[network_tokenization_supported_card_networks]
card_networks = "Visa, AmericanExpress, Mastercard"
| ast_fragments |
# file: hyperswitch/config/docker_compose.toml | crate: config
[network_tokenization_supported_connectors]
connector_list = "cybersource"
# EmailClient configuration. Only applicable when the `email` feature flag is enabled.
| ast_fragments |
# file: hyperswitch/config/docker_compose.toml | crate: config
[email]
sender_email = "example@example.com" # Sender email
aws_region = "" # AWS region used by AWS SES
allowed_unverified_days = 1 # Number of days the api calls ( with jwt toke... | ast_fragments |
# file: hyperswitch/config/docker_compose.toml | crate: config
[theme.storage]
file_storage_backend = "file_system" # Theme storage backend to be used
# Configuration for smtp, applicable when the active email client is SMTP
| ast_fragments |
# file: hyperswitch/config/docker_compose.toml | crate: config
[email.smtp]
host = "mailhog" # SMTP host
port = 1025 # SMTP port
timeout = 10 # Timeout for SMTP connection in seconds
connection = "plaintext" #currently plaintext and starttls are supported
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[jwekey]
vault_encryption_key = """
-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwa6siKaSYqD1o4J3AbHq
Km8oVTvep7GoN/C45qY60C7DO72H1O7Ujt6ZsSiK83EyI0CaUg3ORPS3ayobFNmu
zR366ckK8GIf3BG7sVI6u/9751z4OvBHZMM9JFWa7Bx/RCPQ8aeM+iJoqf9auuQm
3N... | ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[pm_filters.adyen]
google_pay = { country = "AU,NZ,JP,HK,SG,MY,TH,VN,BH,AE,KW,BR,ES,GB,SE,NO,SK,AT,NL,DE,HU,CY,LU,CH,BE,FR,DK,RO,HR,LI,MT,SI,GR,PT,IE,CZ,EE,LT,LV,IT,PL,TR,IS,CA,US", currency = "AED,ALL,AMD,ANG,AOA,ARS,AUD,AWG,AZN,BAM,BBD,BDT,BGN,BHD,BMD,BND,BO... | ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[mandates.supported_payment_methods]
bank_debit.ach = { connector_list = "gocardless,adyen,stripe" }
bank_debit.becs = { connector_list = "gocardless,stripe,adyen" }
bank_debit.bacs = { connector_list = "stripe,gocardless" }
bank_debit.sepa = { connector_list ... | ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[log.console]
enabled = true
level = "DEBUG"
log_format = "default"
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[log.telemetry]
traces_enabled = false
metrics_enabled = false
use_xray_generator = false
bg_metrics_collection_interval_in_secs = 15
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[key_manager]
enabled = false
# TODO: Update database credentials before running application
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[master_database]
username = "db_user"
password = "db_pass"
host = "localhost"
port = 5432
dbname = "hyperswitch_db"
pool_size = 5
connection_timeout = 10
min_idle = 2
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[replica_database]
username = "db_user"
password = "db_pass"
host = "localhost"
port = 5432
dbname = "hyperswitch_db"
pool_size = 5
connection_timeout = 10
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[redis]
host = "127.0.0.1"
port = 6379
pool_size = 5
reconnect_max_attempts = 5
reconnect_delay = 5
default_ttl = 300
default_hash_ttl = 900
use_legacy_version = false
stream_read_count = 1
auto_pipeline = true
disable_auto_backpressure = false
max_in_flight_c... | ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[server]
# HTTP Request body limit. Defaults to 32kB
request_body_limit = 32768
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[secrets]
admin_api_key = "test_admin"
master_enc_key = "73ad7bbbbc640c845a150f67d058b279849370cd2c1f3c67c4dd6c869213e13a"
jwt_secret = "secret"
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[applepay_merchant_configs]
merchant_cert_key = "MERCHANT CERTIFICATE KEY"
merchant_cert = "MERCHANT CERTIFICATE"
common_merchant_identifier = "COMMON MERCHANT IDENTIFIER"
applepay_endpoint = "DOMAIN SPECIFIC ENDPOINT"
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[locker]
host = "http://127.0.0.1:3000"
host_rs = "http://127.0.0.1:3000"
mock_locker = true
basilisk_host = ""
locker_enabled = true
ttl_for_storage_in_secs = 220752000
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[api_keys]
hash_key = "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
checksum_auth_context = "TEST"
checksum_auth_key = "54455354"
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[scheduler.server]
port = 3000
host = "127.0.0.1"
workers = 1
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[email]
sender_email = "example@example.com"
aws_region = ""
allowed_unverified_days = 1
active_email_client = "NO_EMAIL_CLIENT"
recon_recipient_email = "recon@example.com"
prod_intent_recipient_email = "business@example.com"
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[user]
password_validity_in_days = 90
two_factor_auth_expiry_in_secs = 300
totp_issuer_name = "Hyperswitch Dev"
base_url = "http://localhost:8080"
force_two_factor_auth = false
force_cookies = true
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[bank_config.eps]
stripe = { banks = "arzte_und_apotheker_bank,austrian_anadi_bank_ag,bank_austria,bankhaus_carl_spangler,bankhaus_schelhammer_und_schattera_ag,bawag_psk_ag,bks_bank_ag,brull_kallmus_bank_ag,btv_vier_lander_bank,capital_bank_grawe_gruppe_ag,dol... | ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[bank_config.ideal]
stripe = { banks = "abn_amro,asn_bank,bunq,handelsbanken,ing,knab,moneyou,rabobank,regiobank,revolut,sns_bank,triodos_bank,van_lanschot" }
adyen = { banks = "abn_amro,asn_bank,bunq,ing,knab,n26,nationale_nederlanden,rabobank,regiobank,revol... | ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[bank_config.online_banking_czech_republic]
adyen = { banks = "ceska_sporitelna,komercni_banka,platnosc_online_karta_platnicza" }
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[bank_config.online_banking_slovakia]
adyen = { banks = "e_platby_vub,postova_banka,sporo_pay,tatra_pay,viamo" }
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[bank_config.online_banking_poland]
adyen = { banks = "blik_psp,place_zipko,m_bank,pay_with_ing,santander_przelew24,bank_pekaosa,bank_millennium,pay_with_alior_bank,banki_spoldzielcze,pay_with_inteligo,bnp_paribas_poland,bank_nowy_sa,credit_agricole,pay_with_b... | ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[bank_config.przelewy24]
stripe = { banks = "alior_bank,bank_millennium,bank_nowy_bfg_sa,bank_pekao_sa,banki_spbdzielcze,blik,bnp_paribas,boz,citi,credit_agricole,e_transfer_pocztowy24,getin_bank,idea_bank,inteligo,mbank_mtransfer,nest_przelew,noble_pay,pbac_z... | ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[pm_filters.default]
google_pay = { country = "AL,DZ,AS,AO,AG,AR,AU,AT,AZ,BH,BY,BE,BR,BG,CA,CL,CO,HR,CZ,DK,DO,EG,EE,FI,FR,DE,GR,HK,HU,IN,ID,IE,IL,IT,JP,JO,KZ,KE,KW,LV,LB,LT,LU,MY,MX,NL,NZ,NO,OM,PK,PA,PE,PH,PL,PT,QA,RO,RU,SA,SG,SK,ZA,ES,LK,SE,CH,TW,TH,TR,UA,AE,... | ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[pm_filters.stripe]
google_pay = { country = "AL,DZ,AS,AO,AG,AR,AU,AT,AZ,BH,BY,BE,BR,BG,CA,CL,CO,HR,CZ,DK,DO,EG,EE,FI,FR,DE,GR,HK,HU,IN,ID,IE,IL,IT,JP,JO,KZ,KE,KW,LV,LB,LT,LU,MY,MX,NL,NZ,NO,OM,PK,PA,PE,PH,PL,PT,QA,RO,RU,SA,SG,SK,ZA,ES,LK,SE,CH,TW,TH,TR,UA,AE,G... | ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[pm_filters.klarna]
klarna = { country = "AU,AT,BE,CA,CZ,DK,FI,FR,DE,GR,IE,IT,NL,NZ,NO,PL,PT,ES,SE,CH,GB,US", currency = "AUD,EUR,EUR,CAD,CZK,DKK,EUR,EUR,EUR,EUR,EUR,EUR,EUR,NZD,NOK,PLN,EUR,EUR,SEK,CHF,GBP,USD" }
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[pm_filters.aci]
credit = { not_available_flows = { capture_method = "manual" } }
debit = { not_available_flows = { capture_method = "manual" } }
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[pm_filters.multisafepay]
credit = { not_available_flows = { capture_method = "manual" } }
debit = { not_available_flows = { capture_method = "manual" } }
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[pm_filters.redsys]
credit = { currency = "AUD,BGN,CAD,CHF,COP,CZK,DKK,EUR,GBP,HRK,HUF,ILS,INR,JPY,MYR,NOK,NZD,PEN,PLN,RUB,SAR,SEK,SGD,THB,USD,ZAR", country="ES" }
debit = { currency = "AUD,BGN,CAD,CHF,COP,CZK,DKK,EUR,GBP,HRK,HUF,ILS,INR,JPY,MYR,NOK,NZD,PEN,PL... | ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[pm_filters.trustpay]
credit = { not_available_flows = { capture_method = "manual" } }
debit = { not_available_flows = { capture_method = "manual" } }
instant_bank_transfer = { country = "CZ,SK,GB,AT,DE,IT", currency = "CZK, EUR, GBP" }
sepa = { country = "ES,... | ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[pm_filters.fiuu]
duit_now = { country = "MY", currency = "MYR" }
apple_pay = { country = "MY", currency = "MYR" }
google_pay = { country = "MY", currency = "MYR" }
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[pm_filters.inespay]
sepa = { currency = "EUR" }
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[tokenization]
stripe = { long_lived_token = false, payment_method = "wallet", payment_method_type = { type = "disable_only", list = "google_pay" } }
checkout = { long_lived_token = false, payment_method = "wallet", apple_pay_pre_decrypt_flow = "network_tokeni... | ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[applepay_decrypt_keys]
apple_pay_ppc = "APPLE_PAY_PAYMENT_PROCESSING_CERTIFICATE"
apple_pay_ppc_key = "APPLE_PAY_PAYMENT_PROCESSING_CERTIFICATE_KEY"
apple_pay_merchant_cert = "APPLE_PAY_MERCHNAT_CERTIFICATE"
apple_pay_merchant_cert_key = "APPLE_PAY_MERCHNAT_C... | ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[paze_decrypt_keys]
paze_private_key = "PAZE_PRIVATE_KEY"
paze_private_key_passphrase = "PAZE_PRIVATE_KEY_PASSPHRASE"
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[generic_link.payment_method_collect]
sdk_url = "http://localhost:9050/HyperLoader.js"
expiry = 900
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[generic_link.payout_link]
sdk_url = "http://localhost:9050/HyperLoader.js"
expiry = 900
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[payment_link]
sdk_url = "http://localhost:9050/HyperLoader.js"
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[analytics]
source = "sqlx"
forex_enabled = false
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[analytics.sqlx]
username = "db_user"
password = "db_pass"
host = "localhost"
port = 5432
dbname = "hyperswitch_db"
pool_size = 5
connection_timeout = 10
queue_strategy = "Fifo"
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[multitenancy]
enabled = false
global_tenant = { tenant_id = "global", schema = "public", redis_key_prefix = "global", clickhouse_database = "default" }
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[multitenancy.tenants.public]
base_url = "http://localhost:8080"
schema = "public"
accounts_schema = "public"
redis_key_prefix = ""
clickhouse_database = "default"
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[multitenancy.tenants.public.user]
control_center_url = "http://localhost:9000"
| ast_fragments |
# file: hyperswitch/config/development.toml | crate: config
[grpc_client.dynamic_routing_client]
host = "localhost"
port = 7000
service = "dynamo"
| ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[analytics.clickhouse]
username = "clickhouse_username" # Clickhouse username
password = "clickhouse_password" # Clickhouse password (optional)
host = "http://localhost:8123" # Clickhouse host in http(s)://<URL>:<PORT> format
databas... | ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[analytics]
source = "sqlx" # The Analytics source/strategy to be used
forex_enabled = false # Boolean to enable or disable forex conversion
| ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[analytics.sqlx]
username = "db_user" # Analytics DB Username
password = "db_pass" # Analytics DB Password
host = "localhost" # Analytics DB Host
port = 5432 # Analytics DB Port
dbname = "hyperswitch_db" # Name of Da... | ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[api_keys]
hash_key = "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef" # API key hashing key.
| ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[paze_decrypt_keys]
paze_private_key = "PAZE_PRIVATE_KEY" # Base 64 Encoded Private Key File cakey.pem generated for Paze -> Command to create private key: openssl req -newkey rsa:2048 -x509 -keyout cakey.pem -out cacert.pem ... | ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[applepay_merchant_configs]
common_merchant_identifier = "APPLE_PAY_COMMON_MERCHANT_IDENTIFIER" # Refer to config.example.toml to learn how you can generate this value
merchant_cert = "APPLE_PAY_MERCHANT_CERTIFICATE" ... | ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[connector_onboarding.paypal]
enabled = true # boolean
client_id = "paypal_client_id"
client_secret = "paypal_client_secret"
partner_id = "paypal_partner_id"
| ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[connector_request_reference_id_config]
merchant_ids_send_payment_id_as_connector_request_id = [
"merchant_id_1",
"merchant_id_2",
"etc.,",
]
| ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[email]
sender_email = "example@example.com" # Sender email
aws_region = "" # AWS region used by AWS SES
allowed_unverified_days = 1 # Number of days the api calls ( with jwt token ) can be made without verifying the ... | ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[events.kafka]
brokers = [] # Kafka broker urls for bootstrapping the client
intent_analytics_topic = "topic" # Kafka topic to be used for PaymentIntent events
attempt_analytics_topic = "topic" # Kafka to... | ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[file_storage.aws_s3]
region = "bucket_region" # The AWS region used by AWS S3 for file storage
bucket_name = "bucket" # The AWS S3 bucket name for file storage
# This section provides configs for currency conversion api
| ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[forex_api]
api_key = "" # Api key for making request to foreign exchange Api
fallback_api_key = "" # Api key for the fallback service
data_expiration_delay_in_seconds = 21600 # Expiration time for data in cach... | ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[jwekey] # 3 priv/pub key pair
vault_encryption_key = "" # public key in pem format, corresponding private key in rust locker
rust_locker_encryption_key = "" # public key in pem format, corresponding private key in rust locker
vault_private_... | ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[locker]
host = "" # Locker host
host_rs = "" # Rust Locker host
mock_locker = true ... | ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[log.console]
enabled = true
level = "DEBUG"
log_format = "json"
| ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[log.file]
enabled = false
level = "DEBUG"
log_format = "json"
# Telemetry configuration for metrics and traces
| ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[log.telemetry]
traces_enabled = false # boolean [true or false], whether traces are enabled
metrics_enabled = false # boolean [true or false], whether metrics are enabled
ignore_errors ... | ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[lock_settings]
delay_between_retries_in_milliseconds = 500 # Delay between retries in milliseconds
redis_lock_expiry_seconds = 180 # Seconds before the redis lock expires
# Main SQL data store credentials
| ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[master_database]
username = "db_user" # DB Username
password = "db_pass" # DB Password. Use base-64 encoded kms encrypted value here when kms is enabled
host = "localhost" # DB Host
port = 5432 # DB Port
dbname = "h... | ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[payment_method_auth]
pm_auth_key = "pm_auth_key" # Payment method auth key used for authorization
redis_expiry = 900 # Redis expiry time in milliseconds
| ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[proxy]
http_url = "http://proxy_http_url" # Proxy all HTTP traffic via this proxy
https_url = "https://proxy_https_url" # Proxy all HTTPS traffic via this proxy
bypass_proxy_hosts = "localhost, cluster.local" # A comma-sepa... | ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[redis]
host = "127.0.0.1"
port = 6379
pool_size = 5 # Number of connections to keep open
reconnect_max_attempts = 5 # Maximum number of reconnection attempts to make before failing. Set to 0 to retry forever.
reconnect_delay = 5 # Delay between r... | ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[replica_database]
username = "replica_user" # DB Username
password = "db_pass" # DB Password. Use base-64 encoded kms encrypted value here when kms is enabled
host = "localhost" # DB Host
port = 5432 # DB Port
dbname = "... | ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[report_download_config]
dispute_function = "report_download_config_dispute_function" # Config to download dispute report
payment_function = "report_download_config_payment_function" # Config to download payment report
refund_function = "report_do... | ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[opensearch.indexes]
payment_attempts = "hyperswitch-payment-attempt-events"
payment_intents = "hyperswitch-payment-intent-events"
refunds = "hyperswitch-refund-events"
disputes = "hyperswitch-dispute-events"
sessionizer_payment_attempts = "sessio... | ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[key_manager]
url = "http://localhost:5000" # URL of the encryption service
# This section provides some secret values.
| ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[secrets]
master_enc_key = "sample_key" # Master Encryption key used to encrypt merchant wise encryption key. Should be 32-byte long.
admin_api_key = "test_admin" # admin API key for admin authentication.
jwt_secret = "secre... | ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[server.tls]
port = 8081
host = "127.0.0.1"
private_key = "/path/to/private_key.pem"
certificate = "/path/to/certificate.pem"
| ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[user_auth_methods]
encryption_key = "user_auth_table_encryption_key" # Encryption key used for encrypting data in user_authentication_methods table
| ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[theme.storage]
file_storage_backend = "aws_s3" # Theme storage backend to be used
| ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[theme.storage.aws_s3]
region = "bucket_region" # AWS region where the S3 bucket for theme storage is located
bucket_name = "bucket" # AWS S3 bucket name for theme storage
| ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[theme.email_config]
entity_name = "Hyperswitch" # Name of the entity to be showed in emails
entity_logo_url = "https://example.com/logo.svg" # Logo URL of the entity to be used in emails
foreground_color = "#000000" ... | ast_fragments |
# file: hyperswitch/config/deployments/env_specific.toml | crate: config
[connectors.unified_authentication_service] #Unified Authentication Service Configuration
base_url = "http://localhost:8000" #base url to call unified authentication service
| ast_fragments |
# file: hyperswitch/config/deployments/production.toml | crate: config
[pm_filters.default]
ach = { country = "US", currency = "USD" }
affirm = { country = "US", currency = "USD" }
afterpay_clearpay = { country = "AU,NZ,ES,GB,FR,IT,CA,US", currency = "GBP" }
ali_pay = { country = "AU,JP,HK,SG,MY,TH,ES,GB,SE,NO,AT,NL,DE... | ast_fragments |
# file: hyperswitch/config/deployments/production.toml | crate: config
[pm_filters.adyen]
ach = { country = "US", currency = "USD" }
affirm = { country = "US", currency = "USD" }
afterpay_clearpay = { country = "AU,CA,NZ,GB,US", currency = "USD,AUD,CAD,NZD,GBP" }
alfamart = { country = "ID", currency = "IDR" }
ali_pay ... | ast_fragments |
# file: hyperswitch/config/deployments/production.toml | crate: config
[connector_customer]
connector_list = "stax,stripe,gocardless"
payout_connector_list = "nomupay,stripe,wise"
# Connector configuration, provided attributes will be used to fulfill API requests.
# Examples provided here are sandbox/test base urls, c... | ast_fragments |
# file: hyperswitch/config/deployments/production.toml | crate: config
[dummy_connector]
enabled = false # Whether dummy connector is enabled or not
assets_base_url = "https://app.hyperswitch.io/assets/TestProcessor/" # Base url for dummy connector assets
autho... | ast_fragments |
# file: hyperswitch/config/deployments/production.toml | crate: config
[user]
password_validity_in_days = 90
two_factor_auth_expiry_in_secs = 300
totp_issuer_name = "Hyperswitch Production"
base_url = "https://live.hyperswitch.io"
force_two_factor_auth = true
force_cookies = false
| ast_fragments |
# file: hyperswitch/config/deployments/production.toml | crate: config
[payouts]
payout_eligibility = true # Defaults the eligibility of a payout method to true in case connector does not provide checks for payout eligibility
#Payment Method Filters Based on Country and Currency
| ast_fragments |
# file: hyperswitch/config/deployments/production.toml | crate: config
[pm_filters.authorizedotnet]
google_pay.currency = "CHF,DKK,EUR,GBP,NOK,PLN,SEK,USD,AUD,NZD,CAD"
paypal.currency = "CHF,DKK,EUR,GBP,NOK,PLN,SEK,USD,AUD,NZD,CAD"
| ast_fragments |
# file: hyperswitch/config/deployments/production.toml | crate: config
[pm_filters.braintree]
paypal.currency = "AUD,BRL,CAD,CNY,CZK,DKK,EUR,HKD,HUF,ILS,JPY,MYR,MXN,TWD,NZD,NOK,PHP,PLN,GBP,RUB,SGD,SEK,CHF,THB,USD"
| ast_fragments |
# file: hyperswitch/config/deployments/production.toml | crate: config
[pm_filters.forte]
credit.currency = "USD"
debit.currency = "USD"
| ast_fragments |
# file: hyperswitch/config/deployments/production.toml | crate: config
[pm_filters.globalpay]
credit = { country = "AF,AX,AL,DZ,AS,AD,AO,AI,AQ,AG,AR,AM,AW,AU,AT,AZ,BS,BH,BD,BB,BY,BE,BZ,BJ,BM,BT,BO,BQ,BA,BW,BV,BR,IO,BN,BG,BF,BI,KH,CM,CA,CV,KY,CF,TD,CL,CN,CX,CC,CO,KM,CG,CD,CK,CR,CI,HR,CU,CW,CY,CZ,DK,DJ,DM,DO,EC,EG,SV,GQ,... | ast_fragments |
# file: hyperswitch/config/deployments/production.toml | crate: config
[pm_filters.globepay]
ali_pay.currency = "GBP,CNY"
we_chat_pay.currency = "GBP,CNY"
| ast_fragments |
# file: hyperswitch/config/deployments/production.toml | crate: config
[pm_filters.prophetpay]
card_redirect.currency = "USD"
| ast_fragments |
# file: hyperswitch/config/deployments/production.toml | crate: config
[pm_filters.stax]
ach = { country = "US", currency = "USD" }
| ast_fragments |
# file: hyperswitch/config/deployments/production.toml | crate: config
[pm_filters.stripe]
affirm = { country = "US", currency = "USD" }
afterpay_clearpay = { country = "US,CA,GB,AU,NZ,FR,ES", currency = "USD,CAD,GBP,AUD,NZD" }
apple_pay.country = "AU,CN,HK,JP,MO,MY,NZ,SG,TW,AM,AT,AZ,BY,BE,BG,HR,CY,CZ,DK,EE,FO,FI,FR,GE... | ast_fragments |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.