text stringlengths 70 351k | source stringclasses 4
values |
|---|---|
# file: hyperswitch/crates/router/Cargo.toml | crate: router
[dev-dependencies]
actix-http = "3.6.0"
awc = { version = "3.4.0", features = ["rustls"] }
derive_deref = "1.1.1"
rand = "0.8.5"
serial_test = "3.0.0"
time = { version = "0.3.35", features = ["macros"] }
tokio = "1.37.0"
wiremock = "0.6.0"
# First party dev-... | ast_fragments |
# file: hyperswitch/crates/router/tests/connectors/sample_auth.toml | crate: router
[square]
api_key="API Key"
key1 = "transaction key"
| ast_fragments |
# file: hyperswitch/crates/router/tests/connectors/sample_auth.toml | crate: router
[bankofamerica]
api_key = "MyApiKey"
key1 = "Merchant id"
api_secret = "Secret key"
| ast_fragments |
# file: hyperswitch/crates/router/tests/connectors/sample_auth.toml | crate: router
[placetopay]
api_key= "Login"
key1= "Trankey"
| ast_fragments |
# file: hyperswitch/crates/router/tests/connectors/sample_auth.toml | crate: router
[plaid]
api_key="Client Id"
key1= "Secret"
| ast_fragments |
# file: hyperswitch/crates/router/tests/connectors/sample_auth.toml | crate: router
[netcetera]
certificate="Certificate"
private_key="Private Key"
| ast_fragments |
# file: hyperswitch/crates/router/tests/connectors/sample_auth.toml | crate: router
[zsl]
api_key= "Key"
key1= "Merchant id"
| ast_fragments |
# file: hyperswitch/crates/router/tests/connectors/sample_auth.toml | crate: router
[razorpay]
api_key="API Key"
key1 = "Merchant id"
api_secret = "Razorpay Id"
key2 = "Razorpay Secret"
| ast_fragments |
# file: hyperswitch/crates/router/tests/connectors/sample_auth.toml | crate: router
[wellsfargo]
api_key = "MyApiKey"
key1 = "Merchant id"
api_secret = "Secret key"
| ast_fragments |
# file: hyperswitch/crates/router/tests/connectors/sample_auth.toml | crate: router
[wellsfargopayout]
api_key = "Consumer Key"
key1 = "Gateway Entity Id"
api_secret = "Consumer Secret"
| ast_fragments |
# file: hyperswitch/crates/router/tests/connectors/sample_auth.toml | crate: router
[deutschebank]
api_key = "Client ID"
key1 = "Merchant ID"
api_secret = "Client Key"
| ast_fragments |
# file: hyperswitch/crates/router/tests/connectors/sample_auth.toml | crate: router
[jpmorgan]
api_key="Client ID"
key1 ="Client Secret"
| ast_fragments |
# file: hyperswitch/crates/router/tests/connectors/sample_auth.toml | crate: router
[nomupay]
api_key="kid"
key1="eid"
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/generic_link/payment_method_collect/initiate/script.js | crate: router
function initializeCollectSDK() {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/generic_link/payment_method_collect/initiate/script.js | crate: router
function boot() {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/generic_link/payout_link/status/script.js | crate: router
function redirectToEndUrl(returnUrl) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/generic_link/payout_link/status/script.js | crate: router
function renderStatusDetails(payoutDetails) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/generic_link/payout_link/initiate/script.js | crate: router
function initializePayoutSDK() {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/generic_link/payout_link/initiate/script.js | crate: router
function formatDate(date) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/locale.js | crate: router
function getTranslations(locale_str) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link_initiator.js | crate: router
function initializeSDK() {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link_initiator.js | crate: router
function redirectToStatus() {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function renderCartItem(
item,
paymentDetails,
shouldAddDividerNode,
cartItemsNode,
) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function renderCart(paymentDetails) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function renderDescription(paymentDetails) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function appendMerchantDetails(paymentDetails, merchantDynamicDetails) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function renderPaymentDetails(paymentDetails) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function handleSubmit(e) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function hslToRgb(h, s, l) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function rgbToHsl(r, g, b) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function updatePaymentLinkUi(paymentLinkUiRules) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function renderSDKHeader(paymentDetails) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function viewCartInMobileView() {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function hideCartInMobileView() {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function renderBackgroundImage(paymentDetails) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function renderBranding(paymentDetails) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function createHyperSwitchBrandingSVGElement(wrapperId) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function renderDefaultLayout(merchantDescription) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function renderDynamicMerchantDetails(paymentDetails) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function removeClass(id, className) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function addClass(id, className) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function addText(id, msg) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function showMessage(msg) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function hide(id) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function show(id) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function mountUnifiedCheckout(id) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function showSDK(display_sdk_only, enable_button_only_on_form_ready) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function handleFormReadyForSubmission() {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function isObject(val) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function emitPaymentStatus(paymentDetails) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function invert(color, bw) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function invertToBW(color, bw, asArr) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function getLuminance(c) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function toRgbArray(c) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function hexToRgbArray(hex) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function padz(str, len) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function rgbToHex(r, g, b) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function adjustLightness(hexColor, factor) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function handleCartView(paymentDetails) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_initiate/payment_link.js | crate: router
function initializeEventListeners(paymentDetails) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_status/status.js | crate: router
function createItem(heading, value) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_status/status.js | crate: router
function shouldRenderUI(paymentDetails) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/core/payment_link/payment_link_status/status.js | crate: router
function renderStatusDetails(paymentDetails) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/services/redirection/assets/redirect_error_logs_push.js | crate: router
async function postLog(log, urlToPost) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/services/redirection/assets/redirect_error_logs_push.js | crate: router
function getEnvRoute(url) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/crates/router/src/services/redirection/assets/redirect_error_logs_push.js | crate: router
function parseRoute(url) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
# file: hyperswitch/config/dashboard.toml | crate: config
[default.features]
test_live_toggle=false
is_live_mode=false
email=false
quick_start=false
audit_trail=false
sample_data=false
frm=true
payout=true
recon=true
test_processors=true
feedback=false
mixpanel=false
generate_report=false
surcharge=true
dispute_evidenc... | ast_fragments |
# file: hyperswitch/config/dashboard.toml | crate: config
[default.theme]
primary_color="#006DF9"
primary_hover_color="#005ED6"
sidebar_primary="#FCFCFD"
sidebar_secondary= "#FFFFFF"
sidebar_hover_color= "#D9DDE5"
sidebar_primary_text_color="#1C6DEA"
sidebar_secondary_text_color= "#525866"
sidebar_border_col... | ast_fragments |
# file: hyperswitch/config/dashboard.toml | crate: config
[default.endpoints]
api_url="http://localhost:8080" # The backend hyperswitch API server for making payments
sdk_url="http://localhost:9050/HyperLoader.js" # SDK distribution url used for loading the SDK in control center
hypersense_url=""
logo_url=""
favicon_ur... | ast_fragments |
# file: hyperswitch/config/dashboard.toml | crate: config
[default.merchant_config.new_analytics]
org_ids=[]
merchant_ids=[]
profile_ids=[] | ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[connectors.supported]
wallets = ["klarna", "mifinity", "braintree", "applepay"]
rewards = ["cashtocode", "zen"]
cards = [
"adyen",
"adyenplatform",
"authorizedotnet",
"coinbase",
"coingate",
"cryptopay",
"braintree",
"checkout",
"cybers... | ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[pm_filters.adyen]
sofort = { country = "AT,BE,DE,ES,CH,NL", currency = "CHF,EUR" }
paypal = { country = "AU,NZ,CN,JP,HK,MY,TH,KR,PH,ID,AE,KW,BR,ES,GB,SE,NO,SK,AT,NL,DE,HU,CY,LU,CH,BE,FR,DK,FI,RO,HR,UA,MT,SI,GI,PT,IE,CZ,EE,LT,LV,IT,PL,IS,CA,US", currency = ... | ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[server]
port = 8080
host = "127.0.0.1"
# This is the grace time (in seconds) given to the actix-server to stop the execution
# For more details: https://actix.rs/docs/server/#graceful-shutdown
shutdown_timeout = 30
# HTTP Request body limit. Defaults to 32... | ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[server.tls]
port = 8081
host = "127.0.0.1"
private_key = "/path/to/private_key.pem"
certificate = "/path/to/certificate.pem"
# Proxy server configuration for connecting to payment gateways.
# Don't define the fields if a Proxy isn't needed. Empty strings ... | ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[proxy]
# http_url = "http proxy url" # Proxy all HTTP traffic via this proxy
# https_url = "https proxy url" # Proxy all HTTPS traffic via this proxy
idle_pool_connection_timeout = 90 # Timeout for idle pool ... | ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[key_manager]
url = "http://localhost:5000" # URL of the encryption service
# Main SQL data store credentials
| ast_fragments |
# file: hyperswitch/config/config.example.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 ... | ast_fragments |
# file: hyperswitch/config/config.example.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
redis_ttl_in_seconds = 172800 # Time to expire for forex data stored in Redis
data_ex... | ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[log.file]
enabled = false # Toggle [true or false]
path = "logs" # specify the directory to create log files
file_name = "debug.log" # base name for log files.
# levels can be "TRACE", "DEBUG", "INFO", "WARN", "ERROR", "OFF"
# defaults to... | ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[log.console]
enabled = true # boolean [true or false]
log_format = "default" # Log format. "default" or "json"
# levels can be "TRACE", "DEBUG", "INFO", "WARN", "ERROR", "OFF"
# defaults to "WARN"
level = "DEBUG"
# sets the log level for one or mor... | ast_fragments |
# file: hyperswitch/config/config.example.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 = "secret" ... | ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[locker]
host = "" # Locker host
host_rs = "" # Rust Locker host
mock_locker = true # Emulate a locker locally using Postgres
locker_signing_key_id = "1" # Key_id to sign basilisk hs ... | ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[delayed_session_response]
connectors_with_delayed_session_response = "trustpay,payme" # List of connectors which has delayed session response
| ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[webhook_source_verification_call]
connectors_with_webhook_source_verification_call = "paypal" # List of connectors which has additional source verification api-call
| ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[jwekey] # 4 priv/pub key pair
vault_encryption_key = "" # public key in pem format, corresponding private key in basilisk-hs
rust_locker_encryption_key = "" # public key in pem format, corresponding private key in rust locker
vault_private_key = "" ... | ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[refund]
max_attempts = 10 # Number of refund attempts allowed
max_age = 365 # Max age of a refund in days.
| ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[webhooks]
outgoing_enabled = true
# Validity of an Ephemeral Key in Hours
| ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[api_keys]
# Hex-encoded 32-byte long (64 characters long when hex-encoded) key used for calculating hashes of API keys
hash_key = "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
# Connector configuration, provided attributes will be use... | ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[pm_filters.default]
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,DE,GR,GL,GG,HU,IS,IE,IM,IT,KZ,JE,LV,LI,LT,LU,MT,MD,MC,ME,NL,NO,PL,PT,RO,SM,RS,SK,SI,ES,SE,CH,UA,GB,AR,CO,CR,BR,MX,PE,BH,IL,JO,KW,PS,QA,SA,A... | ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[bank_config.online_banking_czech_republic]
adyen = { banks = "ceska_sporitelna,komercni_banka,platnosc_online_karta_platnicza" }
# Bank redirect configs for allowed banks through online_banking_slovakia payment method
| ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[bank_config.online_banking_slovakia]
adyen = { banks = "e_platby_vub,postova_banka,sporo_pay,tatra_pay,viamo" }
# Bank redirect configs for allowed banks through online_banking_poland payment method
| ast_fragments |
# file: hyperswitch/config/config.example.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_wit... | ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[bank_config.open_banking_uk]
adyen = { banks = "aib,bank_of_scotland,danske_bank,first_direct,first_trust,halifax,lloyds,monzo,nat_west,nationwide_bank,royal_bank_of_scotland,starling,tsb_bank,tesco_bank,ulster_bank,barclays,hsbc_bank,revolut,santander_prz... | ast_fragments |
# file: hyperswitch/config/config.example.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,pba... | ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[scheduler]
stream = "SCHEDULER_STREAM"
graceful_shutdown_interval = 60000 # Specifies how much time to wait while re-attempting shutdown for a service (in milliseconds)
loop_interval = 5000 # Specifies how much time to wait before starting th... | ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[scheduler.consumer]
consumer_group = "SCHEDULER_GROUP"
disabled = false # This flag decides if the consumer should actively consume task
| ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[scheduler.producer]
upper_fetch_limit = 0 # Upper limit for fetching entries from the redis queue (in seconds)
lower_fetch_limit = 1800 # Lower limit for fetching entries from redis queue (in seconds)
lock_key = "PRODUCER_LOCKING_KEY" ... | ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[scheduler.server]
port = 3000 # Port on which the server will listen for incoming requests
host = "127.0.0.1" # Host IP address to bind the server to
workers = 1 # Number of actix workers to handle incoming requests concurrently
batch_size =... | ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[drainer]
stream_name = "DRAINER_STREAM" # Specifies the stream name to be used by the drainer
num_partitions = 64 # Specifies the number of partitions the stream will be divided into
max_read_count = 100 # Specifies the maximum number ... | ast_fragments |
# file: hyperswitch/config/config.example.toml | crate: config
[pm_filters.stripe]
# ^--- This can be any connector (can be multiple)
paypal = { currency = "USD,INR", country = "US" }
# ^ ^------- comma-separated values
# ^------------------------------- any valid payment method type (ca... | ast_fragments |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.