Routing - Retrieve Default Config

GET /routing/default

Try it

Request (cURL)

curl --request GET \
  --url https://sandbox.hyperswitch.io/routing/default \
  --header 'api-key: <api-key>'

Response (200)

[
  {
    "connector": "authipay",
    "merchant_connector_id": "<string>"
  }
]

Authorizations

  • api_key / jwt_key

  • Header: api-key (string) — required

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 fields

  • connector (enum, required) RoutableConnectors are the subset of Connectors that are eligible for payments routing.

  • merchant_connector_id (string | null) Identifier of the merchant connector; may be null.


Was this page helpful? Yes / No

Suggest edits: https://github.com/juspay/hyperswitch/edit/main/api-reference/v1/routing/routing--retrieve-default-config.mdx Raise issue: https://github.com/juspay/hyperswitch/issues/new?title=Issue%20on%20docs&body=Path:%20/v1/routing/routing--retrieve-default-config