POST
/
euclid.EuclidService
/
Evaluate
{
  "status": "success",
  "output": {
    "priority": {
      "connectors": [
        "stripe",
        "adyen"
      ]
    }
  },
  "evaluated_output": [
    "stripe"
  ],
  "eligible_connectors": []
}

Headers

x-tenant-id
string
required
x-profile-id
string
required
x-api-key
string
required

Body

application/json
algorithm_id
string
Example:

"routing_ec1ac351-7944-440f-bdc7-6a500df1116f"

parameters
object
Example:
{
"payment_method": { "type": "enum_variant", "value": "card" },
"amount": { "type": "number", "value": 1500 }
}

Response

Evaluation result

status
string
output
object
Example:
{ "connectors": ["stripe", "adyen"] }
evaluated_output
string[]
eligible_connectors
string[]