Profile - Retrieve Default Fallback Routing Algorithm

Retrieve the default fallback routing algorithm for a profile.

HTTP

GET /v2/profiles/{id}/fallback-routing

cURL

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)

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.

Available connectors (click to expand)

authipay, adyenplatform, stripe_billing_test, phonypay, fauxpay, pretendpay, stripe_test, adyen_test, checkout_test, paypal_test, aci, adyen, affirm, airwallex, amazonpay, archipel, authorizedotnet, bankofamerica, barclaycard, billwerk, bitpay, bambora, blackhawknetwork, bamboraapac, bluesnap, calida, boku, braintree, breadpay, cashtocode, celero, chargebee, custombilling, checkbook, checkout, coinbase, coingate, cryptopay, cybersource, datatrans, deutschebank, digitalvirgo, dlocal, dwolla, ebanx, elavon, facilitapay, finix, fiserv, fiservemea, fiuu, flexiti, forte, getnet, gigadat, globalpay, globepay, gocardless, hipay, helcim, iatapay, inespay, itaubank, jpmorgan, klarna, loonio, mifinity, mollie, moneris, multisafepay, nexinets, nexixpay, nmi, nomupay, noon, nordea, novalnet, nuvei, opennode, paybox, payme, payload, payone, paypal, paysafe, paystack, paytm, payu, peachpayments, payjustnow, payjustnowinstore, phonepe, placetopay, powertranz, prophetpay, rapyd, razorpay, recurly, redsys, riskified, santander, shift4, signifyd, silverflow, square, stax, stripe, stripebilling, tesouro, trustpay, trustpayments, tokenio, tsys, volt, wellsfargo, wise, worldline, worldpay, worldpaymodular, worldpayvantiv, worldpayxml, xendit, zen, zift, plaid, zsl, juspaythreedsserver, ctp_mastercard, ctp_visa, netcetera, cardinal, threedsecureio

  • merchant_connector_id (string | null) — Identifier for the merchant connector, or null

  • 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