Update Monitoring Policy

Update your transaction monitoring policy

Adjusts how monitored transactions escalate. Send only the fields you want
to change: omit a field to leave it unchanged, or set a nullable field
(thresholds, risk categories, amount caps) to null to reset it to the
platform default. Sanctions auto-decline is a true/false switch with no
separate default, so send it explicitly to change it; null leaves it as is.
The decline threshold, and the decline amount cap, must each be greater than
or equal to their review counterpart.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Send only the fields you want to change: omit a field to leave it unchanged, or set a nullable field (thresholds, auto_decline_categories, amount caps) to null to reset it to the platform default. auto_decline_on_sanctions is a plain boolean with no separate default, so send it explicitly to change it — null is a no-op, not a reset.

{ "review_threshold": 50, "amount_decline_cap": "20000" }

The example above tightens the review threshold and adds a decline cap while leaving every other field (including decline_threshold) at its current value.

Validation

  • decline_threshold must be >= review_threshold.
  • amount_decline_cap must be >= amount_review_cap.

Both are checked against the effective value (what you're changing to, or the current/default value for anything you omit) — so a partial update that would invert either band is rejected rather than silently making a tier unreachable.

Errors

CodeMeaning
403Transaction monitoring is not enabled for your account
422decline_threshold < review_threshold, or amount_decline_cap < amount_review_cap
409Your policy was created concurrently by another request; retry
Body Params
0 to 100

Omit to keep; null to reset to the platform default

0 to 100

Omit to keep; null to reset to the platform default

Omit to keep the current setting

array | null

Omit to keep; null to reset to platform defaults

≥ 0

Omit to keep; null to disable the review cap

≥ 0

Omit to keep; null to disable the decline cap

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json