Runs (or re-runs) the credit engine configured on the flow for the client linked to the given card, processing the current data through the Taktile policy and returning score, rating, suggested value, and the criteria under output[].The request body is optional and, in practice, is normally omitted — the engine automatically pulls the input data from the card and client, as mapped in input[] on the flow's credit engine configuration. When provided, the body is passed through as supplementary data.Pay attention to the identifier sent as policyId in the path. This value is NOT the identifier (UUID) of the Taktile policy that appears in the saved body of the engine configuration (the policyId field returned by the full configuration). It is actually the identifier of the credit engine CONFIGURATION itself on the flow — a MongoDB-style ObjectId, 24 hexadecimal characters.Before calling this endpoint, obtain the correct identifier from GET /v1/flows/{flowId}/credit-engine/policies (the id field of each returned item). Sending the wrong identifier on this path returns a 400 validation error.As with the other engines, the corresponding Taktile policy must already be published to production — policies still in the test environment (sandbox) do not produce valid results for real cards.
Requisição
Parâmetros de Caminho
Parâmetros Bodyapplication/json
Examples
Respostas
🟢200Result computed
application/json
The credit engine ran successfully and the result was computed.