decision before charging the card or wallet.
Endpoint
Request body
Amounts
The assess API accepts flexible amount encoding. Preferred: decimal major units.
Call
GET /api/v1/assess (no auth) for the live amount and field-requirements catalog for your deployment version.
Idempotency
- Send stable
order_idper checkout attempt - Retries with the same
order_idreturn the cached decision (no double scoring) - Optional header
Idempotency-Keyfor partners that prefer header-based dedup
PSP submerchants
If your organization type is PSP, passsubmerchant_id (Clausum UUID from Submerchants API) so rules and blocklists scope to that merchant.
Response
Decisions
Health and resilience
See Assess resilience.
Simulation (dashboard)
Authenticated users can test viaPOST /api/v1/simulation/assess (same payload shape, tagged as simulation). Do not use /api/demo/assess for your tenant — that endpoint targets the public demo org.
Related
- Payout assess — outbound flows
- Webhook events —
transaction.createdon approve/review/challenge - Blocklists — tenant and platform lists