GET
/
routing
/
default
curl --request GET \
  --url https://sandbox.hyperswitch.io/routing/default \
  --header 'api-key: <api-key>'
[
  {
    "connector": "adyenplatform",
    "merchant_connector_id": "<string>"
  }
]

Authorizations

api-key
string
headerrequired

Use the API key created under your merchant account from the HyperSwitch dashboard. API key is used to authenticate API requests from your merchant server only. Don't expose this key on a website or embed it in a mobile application.

Response

200 - application/json
connector
enum<string>
required

Connectors eligible for payments routing

Available options:
adyenplatform,
phonypay,
fauxpay,
pretendpay,
stripe_test,
adyen_test,
checkout_test,
paypal_test,
aci,
adyen,
airwallex,
authorizedotnet,
bankofamerica,
billwerk,
bitpay,
bambora,
bluesnap,
boku,
braintree,
cashtocode,
checkout,
coinbase,
cryptopay,
cybersource,
dlocal,
ebanx,
fiserv,
forte,
globalpay,
globepay,
gocardless,
helcim,
iatapay,
klarna,
mifinity,
mollie,
multisafepay,
nexinets,
nmi,
noon,
nuvei,
opennode,
payme,
payone,
paypal,
payu,
placetopay,
powertranz,
prophetpay,
rapyd,
riskified,
shift4,
signifyd,
square,
stax,
stripe,
trustpay,
tsys,
volt,
wise,
worldline,
worldpay,
zen,
zsl
merchant_connector_id
string | null