Profile - Retrieve Default Fallback Routing Algorithm
Retrieve the default fallback routing algorithm for a profile.
HTTP
GET /v2/profiles/{id}/fallback-routing
cURL
curl --request GET \
--url https://sandbox.hyperswitch.io/v2/profiles/{id}/fallback-routing \
--header 'api-key: <api-key>'Response (200)
[
{
"connector": "authipay",
"merchant_connector_id": "<string>"
}
]Authorizations
api-key (header, 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.
Path parameters
id (string, required) — The unique identifier for the profile
Response details
200 — application/json — Successfully retrieved default fallback routing algorithm
connector (enum, required) — RoutableConnectors are the subset of Connectors that are eligible for payments routing.
merchant_connector_id (string | null) — Identifier for the merchant connector, or null
Related links
Documentation: https://api-reference.hyperswitch.io/introduction
Locker API Reference: https://api-reference.hyperswitch.io/locker-api-reference/overview
Intelligent Router API Reference: https://api-reference.hyperswitch.io/intelligent-router-api-reference/overview
Suggest edits: https://github.com/juspay/hyperswitch/edit/main/api-reference/v2/profile/profile--retrieve-default-fallback-routing-algorithm.mdx
Raise an issue: https://github.com/juspay/hyperswitch/issues/new?title=Issue%20on%20docs&body=Path:%20/v2/profile/profile--retrieve-default-fallback-routing-algorithm