mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	chore(config): add billwerk base URL in deployment configs (#4243)
This commit is contained in:
		| @ -20,6 +20,7 @@ applepay.base_url = "https://apple-pay-gateway.apple.com/" | |||||||
| authorizedotnet.base_url = "https://apitest.authorize.net/xml/v1/request.api" | authorizedotnet.base_url = "https://apitest.authorize.net/xml/v1/request.api" | ||||||
| bambora.base_url = "https://api.na.bambora.com" | bambora.base_url = "https://api.na.bambora.com" | ||||||
| bankofamerica.base_url = "https://apitest.merchant-services.bankofamerica.com/" | bankofamerica.base_url = "https://apitest.merchant-services.bankofamerica.com/" | ||||||
|  | billwerk.base_url = "https://api.reepay.com/" | ||||||
| bitpay.base_url = "https://test.bitpay.com" | bitpay.base_url = "https://test.bitpay.com" | ||||||
| bluesnap.base_url = "https://sandbox.bluesnap.com/" | bluesnap.base_url = "https://sandbox.bluesnap.com/" | ||||||
| bluesnap.secondary_base_url = "https://sandpay.bluesnap.com/" | bluesnap.secondary_base_url = "https://sandpay.bluesnap.com/" | ||||||
|  | |||||||
| @ -24,6 +24,7 @@ applepay.base_url = "https://apple-pay-gateway.apple.com/" | |||||||
| authorizedotnet.base_url = "https://api.authorize.net/xml/v1/request.api" | authorizedotnet.base_url = "https://api.authorize.net/xml/v1/request.api" | ||||||
| bambora.base_url = "https://api.na.bambora.com" | bambora.base_url = "https://api.na.bambora.com" | ||||||
| bankofamerica.base_url = "https://api.merchant-services.bankofamerica.com/" | bankofamerica.base_url = "https://api.merchant-services.bankofamerica.com/" | ||||||
|  | billwerk.base_url = "https://api.reepay.com/" | ||||||
| bitpay.base_url = "https://bitpay.com" | bitpay.base_url = "https://bitpay.com" | ||||||
| bluesnap.base_url = "https://ws.bluesnap.com/" | bluesnap.base_url = "https://ws.bluesnap.com/" | ||||||
| bluesnap.secondary_base_url = "https://pay.bluesnap.com/" | bluesnap.secondary_base_url = "https://pay.bluesnap.com/" | ||||||
|  | |||||||
| @ -24,6 +24,7 @@ applepay.base_url = "https://apple-pay-gateway.apple.com/" | |||||||
| authorizedotnet.base_url = "https://apitest.authorize.net/xml/v1/request.api" | authorizedotnet.base_url = "https://apitest.authorize.net/xml/v1/request.api" | ||||||
| bambora.base_url = "https://api.na.bambora.com" | bambora.base_url = "https://api.na.bambora.com" | ||||||
| bankofamerica.base_url = "https://apitest.merchant-services.bankofamerica.com/" | bankofamerica.base_url = "https://apitest.merchant-services.bankofamerica.com/" | ||||||
|  | billwerk.base_url = "https://api.reepay.com/" | ||||||
| bitpay.base_url = "https://test.bitpay.com" | bitpay.base_url = "https://test.bitpay.com" | ||||||
| bluesnap.base_url = "https://sandbox.bluesnap.com/" | bluesnap.base_url = "https://sandbox.bluesnap.com/" | ||||||
| bluesnap.secondary_base_url = "https://sandpay.bluesnap.com/" | bluesnap.secondary_base_url = "https://sandpay.bluesnap.com/" | ||||||
| @ -123,8 +124,8 @@ bank_redirect.sofort.connector_list = "stripe,adyen,globalpay" | |||||||
| bank_redirect.giropay.connector_list = "adyen,globalpay" | bank_redirect.giropay.connector_list = "adyen,globalpay" | ||||||
|  |  | ||||||
| [mandates.update_mandate_supported] | [mandates.update_mandate_supported] | ||||||
| card.credit ={connector_list ="cybersource"} | card.credit = { connector_list = "cybersource" } | ||||||
| card.debit = {connector_list ="cybersource"} | card.debit = { connector_list = "cybersource" } | ||||||
|  |  | ||||||
| [multiple_api_version_supported_connectors] | [multiple_api_version_supported_connectors] | ||||||
| supported_connectors = "braintree" | supported_connectors = "braintree" | ||||||
| @ -190,7 +191,7 @@ google_pay = { country = "AU,NZ,JP,HK,SG,MY,TH,VN,BH,AE,KW,BR,ES,GB,SE,NO,SK,AT, | |||||||
| ideal = { country = "NL", currency = "EUR" } | ideal = { country = "NL", currency = "EUR" } | ||||||
| indomaret = { country = "ID", currency = "IDR" } | indomaret = { country = "ID", currency = "IDR" } | ||||||
| kakao_pay = { country = "KR", currency = "KRW" } | 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"} | 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" } | lawson = { country = "JP", currency = "JPY" } | ||||||
| mandiri_va = { country = "ID", currency = "IDR" } | mandiri_va = { country = "ID", currency = "IDR" } | ||||||
| mb_way = { country = "PT", currency = "EUR" } | mb_way = { country = "PT", currency = "EUR" } | ||||||
| @ -214,7 +215,7 @@ permata_bank_transfer = { country = "ID", currency = "IDR" } | |||||||
| seicomart = { country = "JP", currency = "JPY" } | seicomart = { country = "JP", currency = "JPY" } | ||||||
| sepa = { country = "ES,SK,AT,NL,DE,BE,FR,FI,PT,IE,EE,LT,LV,IT", currency = "EUR" } | sepa = { country = "ES,SK,AT,NL,DE,BE,FR,FI,PT,IE,EE,LT,LV,IT", currency = "EUR" } | ||||||
| seven_eleven = { country = "JP", currency = "JPY" } | seven_eleven = { country = "JP", currency = "JPY" } | ||||||
| sofort = { country =  "AT,BE,DE,ES,CH,NL", currency =  "CHF,EUR"} | sofort = { country = "AT,BE,DE,ES,CH,NL", currency = "CHF,EUR" } | ||||||
| swish = { country = "SE", currency = "SEK" } | swish = { country = "SE", currency = "SEK" } | ||||||
| touch_n_go = { country = "MY", currency = "MYR" } | 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" } | trustly = { country = "ES,GB,SE,NO,AT,NL,DE,DK,FI,EE,LT,LV", currency = "CZK,DKK,EUR,GBP,NOK,SEK" } | ||||||
| @ -271,7 +272,7 @@ klarna = { country = "AU,AT,BE,CA,CZ,DK,FI,FR,DE,GR,IE,IT,NL,NZ,NO,PL,PT,ES,SE,C | |||||||
| sofort = { country = "AT,BE,DE,IT,NL,ES", currency = "EUR" } | sofort = { country = "AT,BE,DE,IT,NL,ES", currency = "EUR" } | ||||||
|  |  | ||||||
| [pm_filters.volt] | [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"} | 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.worldpay] | [pm_filters.worldpay] | ||||||
| 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" | 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" | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Pa1NarK
					Pa1NarK