Skip to main content
GET
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.

Query Parameters

transaction_id
string<uuid>
required

The unique identifier (UUID) of the transaction to retrieve KYT screening status information for.

Response

Successfully retrieved disposition information.

The response for a disposition query request.

transaction_id
string<uuid>
required

The UUID of the transaction that the disposition applies to.

Example:

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

disposition_type
enum<string>
required

The type of a disposition operation.

Available options:
Unfreeze,
Refund,
Isolate
Example:

"Refund"

disposition_status
enum<string>
required

The status of a disposition operation.

Available options:
Submitted,
Refunding,
Refunded,
RefundFailed,
Frozen,
Unfreezing,
Unfrozen,
UnfreezeFailed,
Isolating,
Isolated,
IsolateFailed,
CoboDisposition,
Normal
Example:

"Submitted"

disposition_transaction_id
string<uuid>

The UUID of the generated disposition transaction (if available).

Example:

"550e8400-e29b-41d4-a716-446655440000"