Skip to main content
This endpoint initiates the transaction screening process, evaluating a transaction against predefined criteria, such as sanctions lists, high-risk countries, and suspicious keywords. Transactions that meet any criteria trigger alerts for further review.

Request Endpoint

POST: {{url}}/api/v1/monitoring/transaction_screening
  • Media-Type: application/json

Status Codes

  • 201 Created: Transaction screened successfully.
  • 400 Bad Request: Invalid transaction data or missing required fields.
  • 403 Forbidden: Transaction flagged or blocked due to screening criteria.
  • 500 Internal Server Error: Unexpected error during processing. The request body is not set correctly.

Payload Example Request

Request Body

201 Created Response

Response Fields