Skip to main content
POST
Try Cobo WaaS Skill in your AI coding assistant (Claude Code, Cursor, etc.). Describe your needs in natural language to auto-generate production-ready SDK code and debug faster 🚀

Authorizations

BIZ-API-KEY
string
header
required

The API key. For more details, refer to API key.

In the API playground, enter your API secret, and your API key will be accordingly calculated.

Body

application/json

The request body to submit a manual review result for a KYT screening case that requires human analysis.

Submission of a manual KYT review result.

transaction_id
string<uuid>
required

The UUID of the transaction that requires a manual KYT review.

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

result
enum<string>
required

The result of a manual KYT review performed by compliance officers.

  • Approval: Transaction is approved after manual review and can proceed
  • Rejection: Transaction is rejected due to compliance concerns and should be blocked

This field represents the final decision made by human reviewers for transactions that required manual intervention during the KYT screening process.

Available options:
Approval,
Rejection
Example:

"Approval"

Response

Successfully submitted a manual review result for a KYT screening case that requires human analysis.

The response for a request to submit a KYT review result.

transaction_id
string<uuid>
required

The UUID of the transaction being processed for KYT screening.

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

submitted
boolean
required

Indicates whether the KYT review result was successfully submitted.

Example:

true