Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Curl example for /routing/hybrid.
/routing/hybrid
curl --location "$BASE_URL/routing/hybrid" \ --header "$AUTH_HEADER" \ --header "Content-Type: application/json" \ --data '{ "merchantId": "merchant_demo", "paymentInfo": { "paymentId": "hybrid_eval_001", "amount": 1000, "currency": "USD", "paymentType": "ORDER_PAYMENT", "paymentMethodType": "CARD", "paymentMethod": "CREDIT" }, "eligibleGatewayList": ["stripe", "adyen"] }'
{ "priority": [ { "gateway_name": "stripe", "gateway_id": "mca_111" }, { "gateway_name": "adyen", "gateway_id": "mca_112" } ] }
Was this page helpful?