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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"request_id":"\u003cstring\u003e"}