GET
/
routing
/
default
Routing - Retrieve Default Config
curl --request GET \
  --url https://sandbox.foldd.com/routing/default \
  --header 'api-key: <api-key>'
[
  {
    "connector": "payper",
    "merchant_connector_id": "<string>"
  }
]

Authorizations

api-key
string
header
required

Use the API key created under your merchant account from the Foldd 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

Successfully retrieved default config

connector
enum<string>
required

RoutableConnectors are the subset of Connectors that are eligible for payments routing

Available options:
payper,
adyenplatform,
stripe_billing_test,
phonypay,
fauxpay,
pretendpay,
stripe_test,
adyen_test,
checkout_test,
paypal_test,
aci,
adyen,
airwallex,
archipel,
authorizedotnet,
bankofamerica,
billwerk,
bitpay,
bambora,
bamboraapac,
bluesnap,
boku,
braintree,
cashtocode,
chargebee,
checkout,
coinbase,
coingate,
cryptopay,
cybersource,
datatrans,
deutschebank,
digitalvirgo,
dlocal,
ebanx,
elavon,
facilitapay,
fiserv,
fiservemea,
fiuu,
forte,
getnet,
globalpay,
globepay,
gocardless,
hipay,
helcim,
iatapay,
inespay,
itaubank,
jpmorgan,
klarna,
mifinity,
mollie,
moneris,
multisafepay,
nexinets,
nexixpay,
nmi,
nomupay,
noon,
novalnet,
nuvei,
opennode,
paybox,
payme,
payone,
paypal,
paystack,
payu,
placetopay,
powertranz,
prophetpay,
rapyd,
razorpay,
recurly,
redsys,
riskified,
shift4,
signifyd,
square,
stax,
stripe,
stripebilling,
trustpay,
tsys,
volt,
wellsfargo,
wise,
worldline,
worldpay,
xendit,
zen,
plaid,
zsl
merchant_connector_id
string | null