Skip to main content
GET
TypeScript

Query Parameters

txId
string
required

Transaction ID

Example:

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

Response

Current verdict and status.

Response for GET BYORK verdict (current verdict/status for a transaction).

status
enum<string>
required

PRE_ACCEPTED - Verdict stored and will be applied when processing reaches the point where your decision is needed. COMPLETED - Verdict final and processing complete. PENDING - Transaction in BYORK flow; no final verdict yet (awaiting decision or processing). RECEIVED - Verdict final and stored; processing not yet complete.

Available options:
PRE_ACCEPTED,
COMPLETED,
PENDING,
RECEIVED
Example:

"COMPLETED"

verdict
enum<string>
required

ACCEPT/REJECT - Final or pre-accepted verdict. WAIT - When status is PENDING (transaction awaiting decision).

Available options:
ACCEPT,
REJECT,
WAIT
Example:

"ACCEPT"