mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
719 lines
36 KiB
TOML
719 lines
36 KiB
TOML
[server]
|
|
port = 8080
|
|
host = "0.0.0.0"
|
|
request_body_limit = 16_384 # Post request body is limited to 16k.
|
|
|
|
[log.file]
|
|
enabled = false # Whether you want to store log in log files.
|
|
path = "logs" # Where to store log files.
|
|
level = "DEBUG" # What gets into log files.
|
|
# rotation = "60" # mins # current framework doesn't support configuring rotation. set to hourly rotation.
|
|
|
|
[log.console]
|
|
enabled = true # Whether you want to see log in your terminal.
|
|
level = "DEBUG" # What you see in your terminal.
|
|
|
|
[log.telemetry]
|
|
traces_enabled = false # Whether traces are enabled.
|
|
metrics_enabled = true # Whether metrics are enabled.
|
|
ignore_errors = false # Whether to ignore errors during traces or metrics pipeline setup.
|
|
otel_exporter_otlp_endpoint = "https://otel-collector:4317" # Endpoint to send metrics and traces to.
|
|
use_xray_generator = false # Set this to true for AWS X-ray compatible traces
|
|
bg_metrics_collection_interval_in_secs = 15 # Interval for collecting the metrics in background thread
|
|
|
|
[master_database]
|
|
username = "db_user"
|
|
password = "db_pass"
|
|
host = "pg"
|
|
port = 5432
|
|
dbname = "hyperswitch_db"
|
|
pool_size = 5
|
|
|
|
[forex_api]
|
|
call_delay = 21600
|
|
local_fetch_retry_count = 5
|
|
local_fetch_retry_delay = 1000
|
|
api_timeout = 20000
|
|
api_key = "YOUR API KEY HERE"
|
|
fallback_api_key = "YOUR API KEY HERE"
|
|
redis_lock_timeout = 26000
|
|
|
|
[replica_database]
|
|
username = "db_user"
|
|
password = "db_pass"
|
|
host = "pg"
|
|
port = 5432
|
|
dbname = "hyperswitch_db"
|
|
pool_size = 5
|
|
|
|
[secrets]
|
|
admin_api_key = "test_admin"
|
|
jwt_secret = "secret"
|
|
master_enc_key = "73ad7bbbbc640c845a150f67d058b279849370cd2c1f3c67c4dd6c869213e13a"
|
|
|
|
[user]
|
|
password_validity_in_days = 90
|
|
two_factor_auth_expiry_in_secs = 300
|
|
totp_issuer_name = "Hyperswitch"
|
|
base_url = "http://localhost:8080"
|
|
force_two_factor_auth = false
|
|
force_cookies = true
|
|
|
|
[locker]
|
|
host = ""
|
|
host_rs = ""
|
|
mock_locker = true
|
|
basilisk_host = ""
|
|
locker_enabled = true
|
|
ttl_for_storage_in_secs = 220752000
|
|
|
|
[jwekey]
|
|
vault_encryption_key = ""
|
|
rust_locker_encryption_key = ""
|
|
vault_private_key = ""
|
|
|
|
[redis]
|
|
host = "redis-standalone"
|
|
port = 6379
|
|
cluster_enabled = false
|
|
cluster_urls = ["redis-cluster: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_commands = 5000
|
|
default_command_timeout = 30
|
|
unresponsive_timeout = 10
|
|
max_feed_count = 200
|
|
|
|
[key_manager]
|
|
url = "http://localhost:5000"
|
|
|
|
[cors]
|
|
max_age = 30
|
|
# origins = "http://localhost:8080,http://localhost:9000"
|
|
allowed_methods = "GET,POST,PUT,DELETE"
|
|
wildcard_origin = true
|
|
|
|
[refund]
|
|
max_attempts = 10
|
|
max_age = 365
|
|
|
|
[api_keys]
|
|
hash_key = "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
|
|
|
|
[connectors]
|
|
aci.base_url = "https://eu-test.oppwa.com/"
|
|
adyen.base_url = "https://checkout-test.adyen.com/"
|
|
adyenplatform.base_url = "https://balanceplatform-api-test.adyen.com/"
|
|
adyen.payout_base_url = "https://pal-test.adyen.com/"
|
|
adyen.dispute_base_url = "https://ca-test.adyen.com/"
|
|
airwallex.base_url = "https://api-demo.airwallex.com/"
|
|
amazonpay.base_url = "https://pay-api.amazon.com/v2"
|
|
applepay.base_url = "https://apple-pay-gateway.apple.com/"
|
|
authorizedotnet.base_url = "https://apitest.authorize.net/xml/v1/request.api"
|
|
bambora.base_url = "https://api.na.bambora.com"
|
|
bamboraapac.base_url = "https://demo.ippayments.com.au/interface/api"
|
|
bankofamerica.base_url = "https://apitest.merchant-services.bankofamerica.com/"
|
|
billwerk.base_url = "https://api.reepay.com/"
|
|
billwerk.secondary_base_url = "https://card.reepay.com/"
|
|
bitpay.base_url = "https://test.bitpay.com"
|
|
bluesnap.base_url = "https://sandbox.bluesnap.com/"
|
|
bluesnap.secondary_base_url = "https://sandpay.bluesnap.com/"
|
|
boku.base_url = "https://$-api4-stage.boku.com"
|
|
braintree.base_url = "https://payments.sandbox.braintree-api.com/graphql"
|
|
cashtocode.base_url = "https://cluster05.api-test.cashtocode.com"
|
|
checkout.base_url = "https://api.sandbox.checkout.com/"
|
|
coinbase.base_url = "https://api.commerce.coinbase.com"
|
|
cryptopay.base_url = "https://business-sandbox.cryptopay.me"
|
|
cybersource.base_url = "https://apitest.cybersource.com/"
|
|
datatrans.base_url = "https://api.sandbox.datatrans.com/"
|
|
deutschebank.base_url = "https://testmerch.directpos.de/rest-api"
|
|
digitalvirgo.base_url = "https://dcb-integration-service-sandbox-external.staging.digitalvirgo.pl"
|
|
dlocal.base_url = "https://sandbox.dlocal.com/"
|
|
dummyconnector.base_url = "http://localhost:8080/dummy-connector"
|
|
ebanx.base_url = "https://sandbox.ebanxpay.com/"
|
|
elavon.base_url = "https://api.demo.convergepay.com/VirtualMerchantDemo/"
|
|
fiserv.base_url = "https://cert.api.fiservapps.com/"
|
|
fiservemea.base_url = "https://prod.emea.api.fiservapps.com/sandbox"
|
|
fiuu.base_url = "https://sandbox.merchant.razer.com/"
|
|
fiuu.secondary_base_url = "https://sandbox.merchant.razer.com/"
|
|
fiuu.third_base_url = "https://api.merchant.razer.com/"
|
|
forte.base_url = "https://sandbox.forte.net/api/v3"
|
|
globalpay.base_url = "https://apis.sandbox.globalpay.com/ucp/"
|
|
globepay.base_url = "https://pay.globepay.co/"
|
|
gocardless.base_url = "https://api-sandbox.gocardless.com"
|
|
gpayments.base_url = "https://{{merchant_endpoint_prefix}}-test.api.as1.gpayments.net"
|
|
helcim.base_url = "https://api.helcim.com/"
|
|
iatapay.base_url = "https://sandbox.iata-pay.iata.org/api/v1"
|
|
inespay.base_url = "https://apiflow.inespay.com/san/v21"
|
|
itaubank.base_url = "https://sandbox.devportal.itau.com.br/"
|
|
jpmorgan.base_url = "https://api-mock.payments.jpmorgan.com/api/v2"
|
|
jpmorgan.secondary_base_url="https://id.payments.jpmorgan.com"
|
|
klarna.base_url = "https://api{{klarna_region}}.playground.klarna.com/"
|
|
mifinity.base_url = "https://demo.mifinity.com/"
|
|
mollie.base_url = "https://api.mollie.com/v2/"
|
|
mollie.secondary_base_url = "https://api.cc.mollie.com/v1/"
|
|
multisafepay.base_url = "https://testapi.multisafepay.com/"
|
|
netcetera.base_url = "https://{{merchant_endpoint_prefix}}.3ds-server.prev.netcetera-cloud-payment.ch"
|
|
nexinets.base_url = "https://apitest.payengine.de/v1"
|
|
nexixpay.base_url = "https://xpaysandbox.nexigroup.com/api/phoenix-0.0/psp/api/v1"
|
|
nmi.base_url = "https://secure.nmi.com/"
|
|
nomupay.base_url = "https://payout-api.sandbox.nomupay.com"
|
|
noon.base_url = "https://api-test.noonpayments.com/"
|
|
novalnet.base_url = "https://payport.novalnet.de/v2"
|
|
noon.key_mode = "Test"
|
|
nuvei.base_url = "https://ppp-test.nuvei.com/"
|
|
opayo.base_url = "https://pi-test.sagepay.com/"
|
|
opennode.base_url = "https://dev-api.opennode.com"
|
|
paybox.base_url = "https://preprod-ppps.paybox.com/PPPS.php"
|
|
paybox.secondary_base_url="https://preprod-tpeweb.paybox.com/"
|
|
payeezy.base_url = "https://api-cert.payeezy.com/"
|
|
payme.base_url = "https://sandbox.payme.io/"
|
|
payone.base_url = "https://payment.preprod.payone.com/"
|
|
paypal.base_url = "https://api-m.sandbox.paypal.com/"
|
|
payu.base_url = "https://secure.snd.payu.com/"
|
|
placetopay.base_url = "https://test.placetopay.com/rest/gateway"
|
|
plaid.base_url = "https://sandbox.plaid.com"
|
|
powertranz.base_url = "https://staging.ptranz.com/api/"
|
|
prophetpay.base_url = "https://ccm-thirdparty.cps.golf/"
|
|
rapyd.base_url = "https://sandboxapi.rapyd.net"
|
|
razorpay.base_url = "https://sandbox.juspay.in/"
|
|
redsys.base_url = "https://sis-t.redsys.es:25443/sis/realizarPago"
|
|
riskified.base_url = "https://sandbox.riskified.com/api"
|
|
shift4.base_url = "https://api.shift4.com/"
|
|
signifyd.base_url = "https://api.signifyd.com/"
|
|
square.base_url = "https://connect.squareupsandbox.com/"
|
|
square.secondary_base_url = "https://pci-connect.squareupsandbox.com/"
|
|
stax.base_url = "https://apiprod.fattlabs.com/"
|
|
stripe.base_url = "https://api.stripe.com/"
|
|
taxjar.base_url = "https://api.sandbox.taxjar.com/v2/"
|
|
threedsecureio.base_url = "https://service.sandbox.3dsecure.io"
|
|
thunes.base_url = "https://api.limonetikqualif.com/"
|
|
stripe.base_url_file_upload = "https://files.stripe.com/"
|
|
trustpay.base_url = "https://test-tpgw.trustpay.eu/"
|
|
trustpay.base_url_bank_redirects = "https://aapi.trustpay.eu/"
|
|
tsys.base_url = "https://stagegw.transnox.com/"
|
|
unified_authentication_service.base_url = "http://localhost:8000"
|
|
volt.base_url = "https://api.sandbox.volt.io/"
|
|
wellsfargo.base_url = "https://apitest.cybersource.com/"
|
|
wellsfargopayout.base_url = "https://api-sandbox.wellsfargo.com/"
|
|
wise.base_url = "https://api.sandbox.transferwise.tech/"
|
|
worldline.base_url = "https://eu.sandbox.api-ingenico.com/"
|
|
worldpay.base_url = "https://try.access.worldpay.com/"
|
|
xendit.base_url = "https://api.xendit.co"
|
|
zen.base_url = "https://api.zen-test.com/"
|
|
zen.secondary_base_url = "https://secure.zen-test.com/"
|
|
zsl.base_url = "https://api.sitoffalb.net/"
|
|
|
|
|
|
[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,AE,CA,UM,US,KR,VN,MA,ZA,VA,CL,SV,GT,HN,PA", currency = "AED,AUD,CHF,CAD,EUR,GBP,HKD,SGD,USD" }
|
|
|
|
[connectors.supported]
|
|
wallets = ["klarna", "mifinity", "braintree", "applepay"]
|
|
rewards = ["cashtocode", "zen"]
|
|
cards = [
|
|
"aci",
|
|
"adyen",
|
|
"adyenplatform",
|
|
"airwallex",
|
|
"amazonpay",
|
|
"authorizedotnet",
|
|
"bambora",
|
|
"bamboraapac",
|
|
"bankofamerica",
|
|
"billwerk",
|
|
"bitpay",
|
|
"bluesnap",
|
|
"boku",
|
|
"braintree",
|
|
"checkout",
|
|
"coinbase",
|
|
"cryptopay",
|
|
"cybersource",
|
|
"datatrans",
|
|
"deutschebank",
|
|
"digitalvirgo",
|
|
"dlocal",
|
|
"dummyconnector",
|
|
"ebanx",
|
|
"elavon",
|
|
"fiserv",
|
|
"fiservemea",
|
|
"fiuu",
|
|
"forte",
|
|
"globalpay",
|
|
"globepay",
|
|
"gocardless",
|
|
"gpayments",
|
|
"helcim",
|
|
"iatapay",
|
|
"inespay",
|
|
"itaubank",
|
|
"jpmorgan",
|
|
"mollie",
|
|
"multisafepay",
|
|
"netcetera",
|
|
"nexinets",
|
|
"nexixpay",
|
|
"nmi",
|
|
"nomupay",
|
|
"noon",
|
|
"novalnet",
|
|
"nuvei",
|
|
"opayo",
|
|
"opennode",
|
|
"paybox",
|
|
"payeezy",
|
|
"payme",
|
|
"payone",
|
|
"paypal",
|
|
"payu",
|
|
"placetopay",
|
|
"plaid",
|
|
"powertranz",
|
|
"prophetpay",
|
|
"redsys",
|
|
"shift4",
|
|
"square",
|
|
"stax",
|
|
"stripe",
|
|
"taxjar",
|
|
"threedsecureio",
|
|
"thunes",
|
|
"trustpay",
|
|
"tsys",
|
|
"unified_authentication_service",
|
|
"volt",
|
|
"wellsfargo",
|
|
"wellsfargopayout",
|
|
"wise",
|
|
"worldline",
|
|
"worldpay",
|
|
"xendit",
|
|
"zen",
|
|
"zsl",
|
|
]
|
|
|
|
[delayed_session_response]
|
|
connectors_with_delayed_session_response = "trustpay,payme"
|
|
|
|
[webhook_source_verification_call]
|
|
connectors_with_webhook_source_verification_call = "paypal"
|
|
|
|
[scheduler]
|
|
stream = "SCHEDULER_STREAM"
|
|
|
|
[scheduler.consumer]
|
|
disabled = false
|
|
consumer_group = "SCHEDULER_GROUP"
|
|
|
|
[scheduler.server]
|
|
port = 3000
|
|
host = "127.0.0.1"
|
|
workers = 1
|
|
|
|
#tokenization configuration which describe token lifetime and payment method for specific connector
|
|
[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_tokenization" }
|
|
mollie = { long_lived_token = false, payment_method = "card" }
|
|
stax = { long_lived_token = true, payment_method = "card,bank_debit" }
|
|
square = { long_lived_token = false, payment_method = "card" }
|
|
braintree = { long_lived_token = false, payment_method = "card" }
|
|
gocardless = { long_lived_token = true, payment_method = "bank_debit" }
|
|
billwerk = { long_lived_token = false, payment_method = "card" }
|
|
|
|
[temp_locker_enable_config]
|
|
stripe = { payment_method = "bank_transfer" }
|
|
nuvei = { payment_method = "card" }
|
|
shift4 = { payment_method = "card" }
|
|
bluesnap = { payment_method = "card" }
|
|
bankofamerica = { payment_method = "card" }
|
|
cybersource = { payment_method = "card" }
|
|
nmi = { payment_method = "card" }
|
|
payme = { payment_method = "card" }
|
|
deutschebank = { payment_method = "bank_debit" }
|
|
paybox = { payment_method = "card" }
|
|
nexixpay = { payment_method = "card" }
|
|
|
|
[dummy_connector]
|
|
enabled = true
|
|
payment_ttl = 172800
|
|
payment_duration = 1000
|
|
payment_tolerance = 100
|
|
payment_retrieve_duration = 500
|
|
payment_retrieve_tolerance = 100
|
|
payment_complete_duration = 500
|
|
payment_complete_tolerance = 100
|
|
refund_ttl = 172800
|
|
refund_duration = 1000
|
|
refund_tolerance = 100
|
|
refund_retrieve_duration = 500
|
|
refund_retrieve_tolerance = 100
|
|
authorize_ttl = 36000
|
|
assets_base_url = "https://app.hyperswitch.io/assets/TestProcessor/"
|
|
default_return_url = "https://app.hyperswitch.io/"
|
|
slack_invite_url = "https://join.slack.com/t/hyperswitch-io/shared_invite/zt-2awm23agh-p_G5xNpziv6yAiedTkkqLg"
|
|
discord_invite_url = "https://discord.gg/wJZ7DVW8mm"
|
|
|
|
[payouts]
|
|
payout_eligibility = true
|
|
|
|
[pm_filters.adyen]
|
|
ach = { country = "US", currency = "USD" }
|
|
affirm = { country = "US", currency = "USD" }
|
|
afterpay_clearpay = { country = "US,CA,GB,AU,NZ", currency = "GBP,AUD,NZD,CAD,USD" }
|
|
alfamart = { country = "ID", currency = "IDR" }
|
|
ali_pay = { country = "AU,JP,HK,SG,MY,TH,ES,GB,SE,NO,AT,NL,DE,CY,CH,BE,FR,DK,FI,RO,MT,SI,GR,PT,IE,IT,CA,US", currency = "USD,EUR,GBP,JPY,AUD,SGD,CHF,SEK,NOK,NZD,THB,HKD,CAD" }
|
|
ali_pay_hk = { country = "HK", currency = "HKD" }
|
|
alma = { country = "FR", currency = "EUR" }
|
|
apple_pay = { country = "AU,NZ,CN,JP,HK,SG,MY,BH,AE,KW,BR,ES,GB,SE,NO,AT,NL,DE,HU,CY,LU,CH,BE,FR,DK,FI,RO,HR,LI,UA,MT,SI,GR,PT,IE,CZ,EE,LT,LV,IT,PL,IS,CA,US", currency = "AUD,CHF,CAD,EUR,GBP,HKD,SGD,USD,MYR" }
|
|
atome = { country = "MY,SG", currency = "MYR,SGD" }
|
|
bacs = { country = "GB", currency = "GBP" }
|
|
bancontact_card = { country = "BE", currency = "EUR" }
|
|
bca_bank_transfer = { country = "ID", currency = "IDR" }
|
|
bizum = { country = "ES", currency = "EUR" }
|
|
blik = { country = "PL", currency = "PLN" }
|
|
bni_va = { country = "ID", currency = "IDR" }
|
|
boleto = { country = "BR", currency = "BRL" }
|
|
bri_va = { country = "ID", currency = "IDR" }
|
|
cimb_va = { country = "ID", currency = "IDR" }
|
|
dana = { country = "ID", currency = "IDR" }
|
|
danamon_va = { country = "ID", currency = "IDR" }
|
|
eps = { country = "AT", currency = "EUR" }
|
|
family_mart = { country = "JP", currency = "JPY" }
|
|
gcash = { country = "PH", currency = "PHP" }
|
|
giropay = { country = "DE", currency = "EUR" }
|
|
go_pay = { country = "ID", currency = "IDR" }
|
|
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,BOB,BRL,BSD,BWP,BYN,BZD,CAD,CHF,CLP,CNY,COP,CRC,CUP,CVE,CZK,DJF,DKK,DOP,DZD,EGP,ETB,EUR,FJD,FKP,GBP,GEL,GHS,GIP,GMD,GNF,GTQ,GYD,HKD,HNL,HTG,HUF,IDR,ILS,INR,IQD,JMD,JOD,JPY,KES,KGS,KHR,KMF,KRW,KWD,KYD,KZT,LAK,LBP,LKR,LYD,MAD,MDL,MKD,MMK,MNT,MOP,MRU,MUR,MVR,MWK,MXN,MYR,MZN,NAD,NGN,NIO,NOK,NPR,NZD,OMR,PAB,PEN,PGK,PHP,PKR,PLN,PYG,QAR,RON,RSD,RUB,RWF,SAR,SBD,SCR,SEK,SGD,SHP,SLE,SOS,SRD,STN,SVC,SZL,THB,TND,TOP,TRY,TTD,TWD,TZS,UAH,UGX,USD,UYU,UZS,VES,VND,VUV,WST,XAF,XCD,XOF,XPF,YER,ZAR,ZMW" }
|
|
ideal = { country = "NL", currency = "EUR" }
|
|
indomaret = { country = "ID", currency = "IDR" }
|
|
kakao_pay = { country = "KR", currency = "KRW" }
|
|
klarna = { country = "AU,AT,BE,CA,CZ,DK,FI,FR,DE,GR,IE,IT,NO,PL,PT,RO,ES,SE,CH,NL,GB,US", currency = "AUD,EUR,CAD,CZK,DKK,NOK,PLN,RON,SEK,CHF,GBP,USD"}
|
|
lawson = { country = "JP", currency = "JPY" }
|
|
mandiri_va = { country = "ID", currency = "IDR" }
|
|
mb_way = { country = "PT", currency = "EUR" }
|
|
mini_stop = { country = "JP", currency = "JPY" }
|
|
mobile_pay = { country = "DK,FI", currency = "DKK,SEK,NOK,EUR" }
|
|
momo = { country = "VN", currency = "VND" }
|
|
momo_atm = { country = "VN", currency = "VND" }
|
|
online_banking_czech_republic = { country = "CZ", currency = "EUR,CZK" }
|
|
online_banking_finland = { country = "FI", currency = "EUR" }
|
|
online_banking_fpx = { country = "MY", currency = "MYR" }
|
|
online_banking_poland = { country = "PL", currency = "PLN" }
|
|
online_banking_slovakia = { country = "SK", currency = "EUR,CZK" }
|
|
online_banking_thailand = { country = "TH", currency = "THB" }
|
|
open_banking_uk = { country = "GB", currency = "GBP" }
|
|
oxxo = { country = "MX", currency = "MXN" }
|
|
pay_bright = { country = "CA", currency = "CAD" }
|
|
pay_easy = { country = "JP", currency = "JPY" }
|
|
pay_safe_card = { country = "AT,AU,BE,BR,BE,CA,HR,CY,CZ,DK,FI,FR,GE,DE,GI,HU,IS,IE,KW,LV,IE,LI,LT,LU,MT,MX,MD,ME,NL,NZ,NO,PY,PE,PL,PT,RO,SA,RS,SK,SI,ES,SE,CH,TR,AE,GB,US,UY", currency = "EUR,AUD,BRL,CAD,CZK,DKK,GEL,GIP,HUF,KWD,CHF,MXN,MDL,NZD,NOK,PYG,PEN,PLN,RON,SAR,RSD,SEK,TRY,AED,GBP,USD,UYU" }
|
|
permata_bank_transfer = { country = "ID", currency = "IDR" }
|
|
seicomart = { country = "JP", currency = "JPY" }
|
|
sepa = { country = "ES,SK,AT,NL,DE,BE,FR,FI,PT,IE,EE,LT,LV,IT", currency = "EUR" }
|
|
seven_eleven = { country = "JP", currency = "JPY" }
|
|
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 = "AUD,BRL,CAD,CZK,DKK,EUR,HKD,HUF,INR,JPY,MYR,MXN,NZD,NOK,PHP,PLN,RUB,GBP,SGD,SEK,CHF,THB,USD" }
|
|
|
|
swish = { country = "SE", currency = "SEK" }
|
|
touch_n_go = { country = "MY", currency = "MYR" }
|
|
trustly = { country = "ES,GB,SE,NO,AT,NL,DE,DK,FI,EE,LT,LV", currency = "CZK,DKK,EUR,GBP,NOK,SEK" }
|
|
twint = { country = "CH", currency = "CHF" }
|
|
vipps = { country = "NO", currency = "NOK" }
|
|
walley = { country = "SE,NO,DK,FI", currency = "DKK,EUR,NOK,SEK" }
|
|
we_chat_pay = { country = "AU,NZ,CN,JP,HK,SG,ES,GB,SE,NO,AT,NL,DE,CY,CH,BE,FR,DK,LI,MT,SI,GR,PT,IT,CA,US", currency = "AUD,CAD,CNY,EUR,GBP,HKD,JPY,NZD,SGD,USD,CNY" }
|
|
|
|
[pm_filters.bambora]
|
|
credit = { country = "US,CA", currency = "USD" }
|
|
debit = { country = "US,CA", currency = "USD" }
|
|
|
|
[pm_filters.volt]
|
|
open_banking_uk = { country = "DE,GB,AT,BE,CY,EE,ES,FI,FR,GR,HR,IE,IT,LT,LU,LV,MT,NL,PT,SI,SK,BG,CZ,DK,HU,NO,PL,RO,SE,AU,BR", currency = "EUR,GBP,DKK,NOK,PLN,SEK,AUD,BRL" }
|
|
|
|
[pm_filters.razorpay]
|
|
upi_collect = { country = "IN", currency = "INR" }
|
|
|
|
[pm_filters.plaid]
|
|
open_banking_pis = { currency = "EUR,GBP" }
|
|
|
|
[pm_filters.zen]
|
|
credit = { not_available_flows = { capture_method = "manual" } }
|
|
debit = { not_available_flows = { capture_method = "manual" } }
|
|
boleto = { country = "BR", currency = "BRL" }
|
|
efecty = { country = "CO", currency = "COP" }
|
|
multibanco = { country = "PT", currency = "EUR" }
|
|
pago_efectivo = { country = "PE", currency = "PEN" }
|
|
pse = { country = "CO", currency = "COP" }
|
|
pix = { country = "BR", currency = "BRL" }
|
|
red_compra = { country = "CL", currency = "CLP" }
|
|
red_pagos = { country = "UY", currency = "UYU" }
|
|
|
|
[pm_filters.zsl]
|
|
local_bank_transfer = { country = "CN", currency = "CNY" }
|
|
|
|
[pm_filters.stripe]
|
|
cashapp = { country = "US", currency = "USD" }
|
|
|
|
[pm_filters.prophetpay]
|
|
card_redirect = { currency = "USD" }
|
|
|
|
[pm_filters.bankofamerica]
|
|
credit = { currency = "USD" }
|
|
debit = { currency = "USD" }
|
|
apple_pay = { currency = "USD" }
|
|
google_pay = { currency = "USD" }
|
|
|
|
[pm_filters.cybersource]
|
|
credit = { currency = "USD,GBP,EUR,PLN" }
|
|
debit = { currency = "USD,GBP,EUR,PLN" }
|
|
apple_pay = { currency = "USD,GBP,EUR,PLN" }
|
|
google_pay = { currency = "USD,GBP,EUR,PLN" }
|
|
samsung_pay = { currency = "USD,GBP,EUR" }
|
|
paze = { currency = "USD" }
|
|
|
|
[pm_filters.nexixpay]
|
|
credit = { country = "AT,BE,CY,EE,FI,FR,DE,GR,IE,IT,LV,LT,LU,MT,NL,PT,SK,SI,ES,BG,HR,DK,GB,NO,PL,CZ,RO,SE,CH,HU", currency = "ARS,AUD,BHD,CAD,CLP,CNY,COP,HRK,CZK,DKK,HKD,HUF,INR,JPY,KZT,JOD,KRW,KWD,MYR,MXN,NGN,NOK,PHP,QAR,RUB,SAR,SGD,VND,ZAR,SEK,CHF,THB,AED,EGP,GBP,USD,TWD,BYN,RSD,AZN,RON,TRY,AOA,BGN,EUR,UAH,PLN,BRL" }
|
|
debit = { country = "AT,BE,CY,EE,FI,FR,DE,GR,IE,IT,LV,LT,LU,MT,NL,PT,SK,SI,ES,BG,HR,DK,GB,NO,PL,CZ,RO,SE,CH,HU", currency = "ARS,AUD,BHD,CAD,CLP,CNY,COP,HRK,CZK,DKK,HKD,HUF,INR,JPY,KZT,JOD,KRW,KWD,MYR,MXN,NGN,NOK,PHP,QAR,RUB,SAR,SGD,VND,ZAR,SEK,CHF,THB,AED,EGP,GBP,USD,TWD,BYN,RSD,AZN,RON,TRY,AOA,BGN,EUR,UAH,PLN,BRL" }
|
|
|
|
[pm_filters.novalnet]
|
|
credit = { country = "AD,AE,AL,AM,AR,AT,AU,AZ,BA,BB,BD,BE,BG,BH,BI,BM,BN,BO,BR,BS,BW,BY,BZ,CA,CD,CH,CL,CN,CO,CR,CU,CY,CZ,DE,DJ,DK,DO,DZ,EE,EG,ET,ES,FI,FJ,FR,GB,GE,GH,GI,GM,GR,GT,GY,HK,HN,HR,HU,ID,IE,IL,IN,IS,IT,JM,JO,JP,KE,KH,KR,KW,KY,KZ,LB,LK,LT,LV,LY,MA,MC,MD,ME,MG,MK,MN,MO,MT,MV,MW,MX,MY,NG,NI,NO,NP,NL,NZ,OM,PA,PE,PG,PH,PK,PL,PT,PY,QA,RO,RS,RU,RW,SA,SB,SC,SE,SG,SH,SI,SK,SL,SO,SM,SR,ST,SV,SY,TH,TJ,TN,TO,TR,TW,TZ,UA,UG,US,UY,UZ,VE,VA,VN,VU,WS,CF,AG,DM,GD,KN,LC,VC,YE,ZA,ZM", currency = "AED,ALL,AMD,ARS,AUD,AZN,BAM,BBD,BDT,BGN,BHD,BIF,BMD,BND,BOB,BRL,BSD,BWP,BYN,BZD,CAD,CDF,CHF,CLP,CNY,COP,CRC,CUP,CZK,DJF,DKK,DOP,DZD,EGP,ETB,EUR,FJD,GBP,GEL,GHS,GIP,GMD,GTQ,GYD,HKD,HNL,HRK,HUF,IDR,ILS,INR,ISK,JMD,JOD,JPY,KES,KHR,KRW,KWD,KYD,KZT,LBP,LKR,LYD,MAD,MDL,MGA,MKD,MNT,MOP,MVR,MWK,MXN,MYR,NGN,NIO,NOK,NPR,NZD,OMR,PAB,PEN,PGK,PHP,PKR,PLN,PYG,QAR,RON,RSD,RUB,RWF,SAR,SBD,SCR,SEK,SGD,SHP,SLL,SOS,SRD,STN,SVC,SYP,THB,TJS,TND,TOP,TRY,TWD,TZS,UAH,UGX,USD,UYU,UZS,VES,VND,VUV,WST,XAF,XCD,YER,ZAR,ZMW"}
|
|
debit = { country = "AD,AE,AL,AM,AR,AT,AU,AZ,BA,BB,BD,BE,BG,BH,BI,BM,BN,BO,BR,BS,BW,BY,BZ,CA,CD,CH,CL,CN,CO,CR,CU,CY,CZ,DE,DJ,DK,DO,DZ,EE,EG,ET,ES,FI,FJ,FR,GB,GE,GH,GI,GM,GR,GT,GY,HK,HN,HR,HU,ID,IE,IL,IN,IS,IT,JM,JO,JP,KE,KH,KR,KW,KY,KZ,LB,LK,LT,LV,LY,MA,MC,MD,ME,MG,MK,MN,MO,MT,MV,MW,MX,MY,NG,NI,NO,NP,NL,NZ,OM,PA,PE,PG,PH,PK,PL,PT,PY,QA,RO,RS,RU,RW,SA,SB,SC,SE,SG,SH,SI,SK,SL,SO,SM,SR,ST,SV,SY,TH,TJ,TN,TO,TR,TW,TZ,UA,UG,US,UY,UZ,VE,VA,VN,VU,WS,CF,AG,DM,GD,KN,LC,VC,YE,ZA,ZM", currency = "AED,ALL,AMD,ARS,AUD,AZN,BAM,BBD,BDT,BGN,BHD,BIF,BMD,BND,BOB,BRL,BSD,BWP,BYN,BZD,CAD,CDF,CHF,CLP,CNY,COP,CRC,CUP,CZK,DJF,DKK,DOP,DZD,EGP,ETB,EUR,FJD,GBP,GEL,GHS,GIP,GMD,GTQ,GYD,HKD,HNL,HRK,HUF,IDR,ILS,INR,ISK,JMD,JOD,JPY,KES,KHR,KRW,KWD,KYD,KZT,LBP,LKR,LYD,MAD,MDL,MGA,MKD,MNT,MOP,MVR,MWK,MXN,MYR,NGN,NIO,NOK,NPR,NZD,OMR,PAB,PEN,PGK,PHP,PKR,PLN,PYG,QAR,RON,RSD,RUB,RWF,SAR,SBD,SCR,SEK,SGD,SHP,SLL,SOS,SRD,STN,SVC,SYP,THB,TJS,TND,TOP,TRY,TWD,TZS,UAH,UGX,USD,UYU,UZS,VES,VND,VUV,WST,XAF,XCD,YER,ZAR,ZMW"}
|
|
apple_pay = { country = "AD,AE,AL,AM,AR,AT,AU,AZ,BA,BB,BD,BE,BG,BH,BI,BM,BN,BO,BR,BS,BW,BY,BZ,CA,CD,CH,CL,CN,CO,CR,CU,CY,CZ,DE,DJ,DK,DO,DZ,EE,EG,ET,ES,FI,FJ,FR,GB,GE,GH,GI,GM,GR,GT,GY,HK,HN,HR,HU,ID,IE,IL,IN,IS,IT,JM,JO,JP,KE,KH,KR,KW,KY,KZ,LB,LK,LT,LV,LY,MA,MC,MD,ME,MG,MK,MN,MO,MT,MV,MW,MX,MY,NG,NI,NO,NP,NL,NZ,OM,PA,PE,PG,PH,PK,PL,PT,PY,QA,RO,RS,RU,RW,SA,SB,SC,SE,SG,SH,SI,SK,SL,SO,SM,SR,ST,SV,SY,TH,TJ,TN,TO,TR,TW,TZ,UA,UG,US,UY,UZ,VE,VA,VN,VU,WS,CF,AG,DM,GD,KN,LC,VC,YE,ZA,ZM", currency = "AED,ALL,AMD,ARS,AUD,AZN,BAM,BBD,BDT,BGN,BHD,BIF,BMD,BND,BOB,BRL,BSD,BWP,BYN,BZD,CAD,CDF,CHF,CLP,CNY,COP,CRC,CUP,CZK,DJF,DKK,DOP,DZD,EGP,ETB,EUR,FJD,GBP,GEL,GHS,GIP,GMD,GTQ,GYD,HKD,HNL,HRK,HUF,IDR,ILS,INR,ISK,JMD,JOD,JPY,KES,KHR,KRW,KWD,KYD,KZT,LBP,LKR,LYD,MAD,MDL,MGA,MKD,MNT,MOP,MVR,MWK,MXN,MYR,NGN,NIO,NOK,NPR,NZD,OMR,PAB,PEN,PGK,PHP,PKR,PLN,PYG,QAR,RON,RSD,RUB,RWF,SAR,SBD,SCR,SEK,SGD,SHP,SLL,SOS,SRD,STN,SVC,SYP,THB,TJS,TND,TOP,TRY,TWD,TZS,UAH,UGX,USD,UYU,UZS,VES,VND,VUV,WST,XAF,XCD,YER,ZAR,ZMW"}
|
|
google_pay = { country = "AD,AE,AL,AM,AR,AT,AU,AZ,BA,BB,BD,BE,BG,BH,BI,BM,BN,BO,BR,BS,BW,BY,BZ,CA,CD,CH,CL,CN,CO,CR,CU,CY,CZ,DE,DJ,DK,DO,DZ,EE,EG,ET,ES,FI,FJ,FR,GB,GE,GH,GI,GM,GR,GT,GY,HK,HN,HR,HU,ID,IE,IL,IN,IS,IT,JM,JO,JP,KE,KH,KR,KW,KY,KZ,LB,LK,LT,LV,LY,MA,MC,MD,ME,MG,MK,MN,MO,MT,MV,MW,MX,MY,NG,NI,NO,NP,NL,NZ,OM,PA,PE,PG,PH,PK,PL,PT,PY,QA,RO,RS,RU,RW,SA,SB,SC,SE,SG,SH,SI,SK,SL,SO,SM,SR,ST,SV,SY,TH,TJ,TN,TO,TR,TW,TZ,UA,UG,US,UY,UZ,VE,VA,VN,VU,WS,CF,AG,DM,GD,KN,LC,VC,YE,ZA,ZM", currency = "AED,ALL,AMD,ARS,AUD,AZN,BAM,BBD,BDT,BGN,BHD,BIF,BMD,BND,BOB,BRL,BSD,BWP,BYN,BZD,CAD,CDF,CHF,CLP,CNY,COP,CRC,CUP,CZK,DJF,DKK,DOP,DZD,EGP,ETB,EUR,FJD,GBP,GEL,GHS,GIP,GMD,GTQ,GYD,HKD,HNL,HRK,HUF,IDR,ILS,INR,ISK,JMD,JOD,JPY,KES,KHR,KRW,KWD,KYD,KZT,LBP,LKR,LYD,MAD,MDL,MGA,MKD,MNT,MOP,MVR,MWK,MXN,MYR,NGN,NIO,NOK,NPR,NZD,OMR,PAB,PEN,PGK,PHP,PKR,PLN,PYG,QAR,RON,RSD,RUB,RWF,SAR,SBD,SCR,SEK,SGD,SHP,SLL,SOS,SRD,STN,SVC,SYP,THB,TJS,TND,TOP,TRY,TWD,TZS,UAH,UGX,USD,UYU,UZS,VES,VND,VUV,WST,XAF,XCD,YER,ZAR,ZMW"}
|
|
paypal = { country = "AD,AE,AL,AM,AR,AT,AU,AZ,BA,BB,BD,BE,BG,BH,BI,BM,BN,BO,BR,BS,BW,BY,BZ,CA,CD,CH,CL,CN,CO,CR,CU,CY,CZ,DE,DJ,DK,DO,DZ,EE,EG,ET,ES,FI,FJ,FR,GB,GE,GH,GI,GM,GR,GT,GY,HK,HN,HR,HU,ID,IE,IL,IN,IS,IT,JM,JO,JP,KE,KH,KR,KW,KY,KZ,LB,LK,LT,LV,LY,MA,MC,MD,ME,MG,MK,MN,MO,MT,MV,MW,MX,MY,NG,NI,NO,NP,NL,NZ,OM,PA,PE,PG,PH,PK,PL,PT,PY,QA,RO,RS,RU,RW,SA,SB,SC,SE,SG,SH,SI,SK,SL,SO,SM,SR,ST,SV,SY,TH,TJ,TN,TO,TR,TW,TZ,UA,UG,US,UY,UZ,VE,VA,VN,VU,WS,CF,AG,DM,GD,KN,LC,VC,YE,ZA,ZM", currency = "AED,ALL,AMD,ARS,AUD,AZN,BAM,BBD,BDT,BGN,BHD,BIF,BMD,BND,BOB,BRL,BSD,BWP,BYN,BZD,CAD,CDF,CHF,CLP,CNY,COP,CRC,CUP,CZK,DJF,DKK,DOP,DZD,EGP,ETB,EUR,FJD,GBP,GEL,GHS,GIP,GMD,GTQ,GYD,HKD,HNL,HRK,HUF,IDR,ILS,INR,ISK,JMD,JOD,JPY,KES,KHR,KRW,KWD,KYD,KZT,LBP,LKR,LYD,MAD,MDL,MGA,MKD,MNT,MOP,MVR,MWK,MXN,MYR,NGN,NIO,NOK,NPR,NZD,OMR,PAB,PEN,PGK,PHP,PKR,PLN,PYG,QAR,RON,RSD,RUB,RWF,SAR,SBD,SCR,SEK,SGD,SHP,SLL,SOS,SRD,STN,SVC,SYP,THB,TJS,TND,TOP,TRY,TWD,TZS,UAH,UGX,USD,UYU,UZS,VES,VND,VUV,WST,XAF,XCD,YER,ZAR,ZMW"}
|
|
|
|
[pm_filters.helcim]
|
|
credit = { currency = "USD" }
|
|
debit = { currency = "USD" }
|
|
|
|
[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 = "CHF,DKK,EUR,GBP,NOK,PLN,SEK,USD,AUD,NZD,CAD" }
|
|
|
|
[pm_filters.mifinity]
|
|
mifinity = { country = "BR,CN,SG,MY,DE,CH,DK,GB,ES,AD,GI,FI,FR,GR,HR,IT,JP,MX,AR,CO,CL,PE,VE,UY,PY,BO,EC,GT,HN,SV,NI,CR,PA,DO,CU,PR,NL,NO,PL,PT,SE,RU,TR,TW,HK,MO,AX,AL,DZ,AS,AO,AI,AG,AM,AW,AU,AT,AZ,BS,BH,BD,BB,BE,BZ,BJ,BM,BT,BQ,BA,BW,IO,BN,BG,BF,BI,KH,CM,CA,CV,KY,CF,TD,CX,CC,KM,CG,CK,CI,CW,CY,CZ,DJ,DM,EG,GQ,ER,EE,ET,FK,FO,FJ,GF,PF,TF,GA,GM,GE,GH,GL,GD,GP,GU,GG,GN,GW,GY,HT,HM,VA,IS,IN,ID,IE,IM,IL,JE,JO,KZ,KE,KI,KW,KG,LA,LV,LB,LS,LI,LT,LU,MK,MG,MW,MV,ML,MT,MH,MQ,MR,MU,YT,FM,MD,MC,MN,ME,MS,MA,MZ,NA,NR,NP,NC,NZ,NE,NG,NU,NF,MP,OM,PK,PW,PS,PG,PH,PN,QA,RE,RO,RW,BL,SH,KN,LC,MF,PM,VC,WS,SM,ST,SA,SN,RS,SC,SL,SX,SK,SI,SB,SO,ZA,GS,KR,LK,SR,SJ,SZ,TH,TL,TG,TK,TO,TT,TN,TM,TC,TV,UG,UA,AE,UZ,VU,VN,VG,VI,WF,EH,ZM", currency = "AUD,CAD,CHF,CNY,CZK,DKK,EUR,GBP,INR,JPY,NOK,NZD,PLN,RUB,SEK,ZAR,USD,EGP,UYU,UZS" }
|
|
|
|
[pm_filters.stax]
|
|
credit = { currency = "USD" }
|
|
debit = { currency = "USD" }
|
|
ach = { currency = "USD" }
|
|
|
|
[pm_filters.worldpay]
|
|
debit = { country = "AF,DZ,AW,AU,AZ,BS,BH,BD,BB,BZ,BM,BT,BO,BA,BW,BR,BN,BG,BI,KH,CA,CV,KY,CL,CO,KM,CD,CR,CZ,DK,DJ,ST,DO,EC,EG,SV,ER,ET,FK,FJ,GM,GE,GH,GI,GT,GN,GY,HT,HN,HK,HU,IS,IN,ID,IR,IQ,IE,IL,IT,JM,JP,JO,KZ,KE,KW,LA,LB,LS,LR,LY,LT,MO,MK,MG,MW,MY,MV,MR,MU,MX,MD,MN,MA,MZ,MM,NA,NZ,NI,NG,KP,NO,AR,PK,PG,PY,PE,UY,PH,PL,GB,QA,OM,RO,RU,RW,WS,SG,ST,ZA,KR,LK,SH,SD,SR,SZ,SE,CH,SY,TW,TJ,TZ,TH,TT,TN,TR,UG,UA,US,UZ,VU,VE,VN,ZM,ZW", currency = "AFN,DZD,ANG,AWG,AUD,AZN,BSD,BHD,BDT,BBD,BZD,BMD,BTN,BOB,BAM,BWP,BRL,BND,BGN,BIF,KHR,CAD,CVE,KYD,XOF,XAF,XPF,CLP,COP,KMF,CDF,CRC,EUR,CZK,DKK,DJF,DOP,XCD,EGP,SVC,ERN,ETB,EUR,FKP,FJD,GMD,GEL,GHS,GIP,GTQ,GNF,GYD,HTG,HNL,HKD,HUF,ISK,INR,IDR,IRR,IQD,ILS,JMD,JPY,JOD,KZT,KES,KWD,LAK,LBP,LSL,LRD,LYD,MOP,MKD,MGA,MWK,MYR,MVR,MRU,MUR,MXN,MDL,MNT,MAD,MZN,MMK,NAD,NPR,NZD,NIO,NGN,KPW,NOK,ARS,PKR,PAB,PGK,PYG,PEN,UYU,PHP,PLN,GBP,QAR,OMR,RON,RUB,RWF,WST,SAR,RSD,SCR,SLL,SGD,STN,SBD,SOS,ZAR,KRW,LKR,SHP,SDG,SRD,SZL,SEK,CHF,SYP,TWD,TJS,TZS,THB,TOP,TTD,TND,TRY,TMT,AED,UGX,UAH,USD,UZS,VUV,VND,YER,CNY,ZMW,ZWL" }
|
|
credit = { country = "AF,DZ,AW,AU,AZ,BS,BH,BD,BB,BZ,BM,BT,BO,BA,BW,BR,BN,BG,BI,KH,CA,CV,KY,CL,CO,KM,CD,CR,CZ,DK,DJ,ST,DO,EC,EG,SV,ER,ET,FK,FJ,GM,GE,GH,GI,GT,GN,GY,HT,HN,HK,HU,IS,IN,ID,IR,IQ,IE,IL,IT,JM,JP,JO,KZ,KE,KW,LA,LB,LS,LR,LY,LT,MO,MK,MG,MW,MY,MV,MR,MU,MX,MD,MN,MA,MZ,MM,NA,NZ,NI,NG,KP,NO,AR,PK,PG,PY,PE,UY,PH,PL,GB,QA,OM,RO,RU,RW,WS,SG,ST,ZA,KR,LK,SH,SD,SR,SZ,SE,CH,SY,TW,TJ,TZ,TH,TT,TN,TR,UG,UA,US,UZ,VU,VE,VN,ZM,ZW", currency = "AFN,DZD,ANG,AWG,AUD,AZN,BSD,BHD,BDT,BBD,BZD,BMD,BTN,BOB,BAM,BWP,BRL,BND,BGN,BIF,KHR,CAD,CVE,KYD,XOF,XAF,XPF,CLP,COP,KMF,CDF,CRC,EUR,CZK,DKK,DJF,DOP,XCD,EGP,SVC,ERN,ETB,EUR,FKP,FJD,GMD,GEL,GHS,GIP,GTQ,GNF,GYD,HTG,HNL,HKD,HUF,ISK,INR,IDR,IRR,IQD,ILS,JMD,JPY,JOD,KZT,KES,KWD,LAK,LBP,LSL,LRD,LYD,MOP,MKD,MGA,MWK,MYR,MVR,MRU,MUR,MXN,MDL,MNT,MAD,MZN,MMK,NAD,NPR,NZD,NIO,NGN,KPW,NOK,ARS,PKR,PAB,PGK,PYG,PEN,UYU,PHP,PLN,GBP,QAR,OMR,RON,RUB,RWF,WST,SAR,RSD,SCR,SLL,SGD,STN,SBD,SOS,ZAR,KRW,LKR,SHP,SDG,SRD,SZL,SEK,CHF,SYP,TWD,TJS,TZS,THB,TOP,TTD,TND,TRY,TMT,AED,UGX,UAH,USD,UZS,VUV,VND,YER,CNY,ZMW,ZWL" }
|
|
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,GB,US,UY,VN" }
|
|
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,AE,CA,UM,US" }
|
|
|
|
[bank_config.online_banking_fpx]
|
|
adyen.banks = "affin_bank,agro_bank,alliance_bank,am_bank,bank_islam,bank_muamalat,bank_rakyat,bank_simpanan_nasional,cimb_bank,hong_leong_bank,hsbc_bank,kuwait_finance_house,maybank,ocbc_bank,public_bank,rhb_bank,standard_chartered_bank,uob_bank"
|
|
fiuu.banks = "affin_bank,agro_bank,alliance_bank,am_bank,bank_of_china,bank_islam,bank_muamalat,bank_rakyat,bank_simpanan_nasional,cimb_bank,hong_leong_bank,hsbc_bank,kuwait_finance_house,maybank,ocbc_bank,public_bank,rhb_bank,standard_chartered_bank,uob_bank"
|
|
|
|
[bank_config.online_banking_thailand]
|
|
adyen.banks = "bangkok_bank,krungsri_bank,krung_thai_bank,the_siam_commercial_bank,kasikorn_bank"
|
|
|
|
[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_przelew24,open_bank_success,open_bank_failure,open_bank_cancelled" }
|
|
|
|
[mandates.supported_payment_methods]
|
|
pay_later.klarna = { connector_list = "adyen" }
|
|
wallet.google_pay = { connector_list = "stripe,adyen,bankofamerica" }
|
|
wallet.apple_pay = { connector_list = "stripe,adyen,cybersource,noon,bankofamerica" }
|
|
wallet.paypal = { connector_list = "adyen" }
|
|
card.credit = { connector_list = "stripe,adyen,authorizedotnet,cybersource,globalpay,worldpay,multisafepay,nmi,nexinets,noon,bankofamerica" }
|
|
card.debit = { connector_list = "stripe,adyen,authorizedotnet,cybersource,globalpay,worldpay,multisafepay,nmi,nexinets,noon,bankofamerica" }
|
|
bank_debit.ach = { connector_list = "gocardless,adyen" }
|
|
bank_debit.becs = { connector_list = "gocardless" }
|
|
bank_debit.bacs = { connector_list = "adyen" }
|
|
bank_debit.sepa = { connector_list = "gocardless,adyen" }
|
|
bank_redirect.ideal = { connector_list = "stripe,adyen,globalpay" }
|
|
bank_redirect.sofort = { connector_list = "stripe,adyen,globalpay" }
|
|
bank_redirect.giropay = { connector_list = "adyen,globalpay" }
|
|
|
|
[mandates.update_mandate_supported]
|
|
card.credit = { connector_list = "cybersource" }
|
|
card.debit = { connector_list = "cybersource" }
|
|
|
|
[network_transaction_id_supported_connectors]
|
|
connector_list = "stripe,adyen,cybersource"
|
|
|
|
[connector_customer]
|
|
connector_list = "gocardless,stax,stripe"
|
|
payout_connector_list = "stripe,wise"
|
|
|
|
|
|
[payment_method_auth]
|
|
redis_expiry = 900
|
|
pm_auth_key = "Some_pm_auth_key"
|
|
|
|
[lock_settings]
|
|
redis_lock_expiry_seconds = 180 # 3 * 60 seconds
|
|
delay_between_retries_in_milliseconds = 500
|
|
|
|
[events.kafka]
|
|
brokers = ["localhost:9092"]
|
|
fraud_check_analytics_topic = "hyperswitch-fraud-check-events"
|
|
intent_analytics_topic = "hyperswitch-payment-intent-events"
|
|
attempt_analytics_topic = "hyperswitch-payment-attempt-events"
|
|
refund_analytics_topic = "hyperswitch-refund-events"
|
|
api_logs_topic = "hyperswitch-api-log-events"
|
|
connector_logs_topic = "hyperswitch-connector-api-events"
|
|
outgoing_webhook_logs_topic = "hyperswitch-outgoing-webhook-events"
|
|
dispute_analytics_topic = "hyperswitch-dispute-events"
|
|
audit_events_topic = "hyperswitch-audit-events"
|
|
payout_analytics_topic = "hyperswitch-payout-events"
|
|
consolidated_events_topic = "hyperswitch-consolidated-events"
|
|
authentication_analytics_topic = "hyperswitch-authentication-events"
|
|
|
|
[analytics]
|
|
source = "sqlx"
|
|
|
|
[analytics.clickhouse]
|
|
username = "default"
|
|
# password = ""
|
|
host = "http://localhost:8123"
|
|
database_name = "default"
|
|
|
|
[analytics.sqlx]
|
|
username = "db_user"
|
|
password = "db_pass"
|
|
host = "pg"
|
|
port = 5432
|
|
dbname = "hyperswitch_db"
|
|
pool_size = 5
|
|
connection_timeout = 10
|
|
queue_strategy = "Fifo"
|
|
|
|
[kv_config]
|
|
ttl = 900 # 15 * 60 seconds
|
|
soft_kill = false
|
|
|
|
[frm]
|
|
enabled = true
|
|
|
|
[connector_onboarding.paypal]
|
|
client_id = ""
|
|
client_secret = ""
|
|
partner_id = ""
|
|
enabled = true
|
|
|
|
[events]
|
|
source = "logs"
|
|
|
|
[file_storage]
|
|
file_storage_backend = "file_system"
|
|
|
|
[unmasked_headers]
|
|
keys = "accept-language,user-agent,x-profile-id"
|
|
|
|
[opensearch]
|
|
host = "https://opensearch:9200"
|
|
|
|
[opensearch.auth]
|
|
auth = "basic"
|
|
username = "admin"
|
|
password = "0penS3arc#"
|
|
region = "eu-central-1"
|
|
|
|
[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 = "sessionizer-payment-attempt-events"
|
|
sessionizer_payment_intents = "sessionizer-payment-intent-events"
|
|
sessionizer_refunds = "sessionizer-refund-events"
|
|
sessionizer_disputes = "sessionizer-dispute-events"
|
|
|
|
[saved_payment_methods]
|
|
sdk_eligible_payment_methods = "card"
|
|
|
|
[multitenancy]
|
|
enabled = false
|
|
global_tenant = { tenant_id = "global", schema = "public", redis_key_prefix = "", clickhouse_database = "default" }
|
|
|
|
[multitenancy.tenants.public]
|
|
base_url = "http://localhost:8080"
|
|
schema = "public"
|
|
redis_key_prefix = ""
|
|
clickhouse_database = "default"
|
|
|
|
[multitenancy.tenants.public.user]
|
|
control_center_url = "http://localhost:9000"
|
|
|
|
[user_auth_methods]
|
|
encryption_key = "A8EF32E029BC3342E54BF2E172A4D7AA43E8EF9D2C3A624A9F04E2EF79DC698F"
|
|
|
|
[generic_link]
|
|
[generic_link.payment_method_collect]
|
|
sdk_url = "http://localhost:9090/0.16.7/v0/HyperLoader.js"
|
|
expiry = 900
|
|
[generic_link.payment_method_collect.ui_config]
|
|
theme = "#4285F4"
|
|
logo = "https://app.hyperswitch.io/HyperswitchFavicon.png"
|
|
merchant_name = "HyperSwitch"
|
|
[generic_link.payment_method_collect.enabled_payment_methods]
|
|
card = "credit,debit"
|
|
bank_transfer = "ach,bacs,sepa"
|
|
wallet = "paypal,pix,venmo"
|
|
|
|
[generic_link.payout_link]
|
|
sdk_url = "http://localhost:9090/0.16.7/v0/HyperLoader.js"
|
|
expiry = 900
|
|
[generic_link.payout_link.ui_config]
|
|
theme = "#4285F4"
|
|
logo = "https://app.hyperswitch.io/HyperswitchFavicon.png"
|
|
merchant_name = "HyperSwitch"
|
|
[generic_link.payout_link.enabled_payment_methods]
|
|
card = "credit,debit"
|
|
|
|
[payout_method_filters.adyenplatform]
|
|
sepa = { country = "ES,SK,AT,NL,DE,BE,FR,FI,PT,IE,EE,LT,LV,IT,CZ,DE,HU,NO,PL,SE,GB,CH", currency = "EUR,CZK,DKK,HUF,NOK,PLN,SEK,GBP,CHF" }
|
|
|
|
[payout_method_filters.stripe]
|
|
ach = { country = "US", currency = "USD" }
|
|
|
|
[locker_based_open_banking_connectors]
|
|
connector_list = ""
|
|
|
|
[cell_information]
|
|
id = "12345"
|
|
|
|
[network_tokenization_supported_card_networks]
|
|
card_networks = "Visa, AmericanExpress, Mastercard"
|
|
|
|
[network_tokenization_supported_connectors]
|
|
connector_list = "cybersource"
|
|
|
|
# EmailClient configuration. Only applicable when the `email` feature flag is enabled.
|
|
[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 email
|
|
active_email_client = "NO_EMAIL_CLIENT" # The currently active email client
|
|
recon_recipient_email = "recon@example.com" # Recipient email for recon request email
|
|
prod_intent_recipient_email = "business@example.com" # Recipient email for prod intent email
|
|
|
|
# Configuration for aws ses, applicable when the active email client is SES
|
|
[email.aws_ses]
|
|
email_role_arn = "" # The amazon resource name ( arn ) of the role which has permission to send emails
|
|
sts_role_session_name = "" # An identifier for the assumed role session, used to uniquely identify a session.
|
|
|
|
[theme.storage]
|
|
file_storage_backend = "file_system" # Theme storage backend to be used
|
|
|
|
[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" # Foreground color of email text
|
|
primary_color = "#006DF9" # Primary color of email body
|
|
background_color = "#FFFFFF" # Background color of email body
|
|
|
|
[platform]
|
|
enabled = true
|