signalDecisionReport

POST {{baseUrl}}/signal/decision/report

After calling /signal/evaluate, call /signal/decision/report to report whether the transaction was initiated. This endpoint will return an INVALID_REQUEST error if called a second time with a different value for initiated.

Request Body

{"client_transaction_id"=>"<string>", "initiated"=>"<boolean>", "client_id"=>"5fd43aad1186c30013d6f3e2", "secret"=>"<string>", "days_funds_on_hold"=>"<integer,null>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;request_id&quot;:&quot;\u003cstring\u003e&quot;}