Skip to main content

sod-events

Business Types

  • STATEMENTS - Account statements

Event Payloads

{
"id": "event_4da42927-77f5-4308-a6bf-60c1ed0a4b24",
"type": "DOCUMENT",
"position": "12345678",
"timestamp": "2025-02-05T00:10:12.155187291Z",
"payload": {
"document_category": "SOD",
"type": "871",
"business_date": "2025-02-04",
"path": "s3://broker-docs/sod/2025-02-04.csv",
"biz_type": "DOCUMENT_CREATED"
}
}

Response Fields

FieldTypeDescription
idstringUnique event identifier
positionstringCursor for event replay; re-pushes subsequent events within the current business type.
typestringEvent type, e.g. DOCUMENT
timestampstringEvent timestamp in ISO 8601 format
payloadobjectEvent payload data

Payload Fields

FieldTypeDescription
document_categorystringDocument category (e.g. SOD, statement, fax)
typestringDocument type code (numeric or string code, e.g. 871)
business_datestringBusiness date for the document (ISO 8601 date)
pathstringStorage path or URL for the file (e.g. S3 path)
biz_typestringBusiness event type (e.g. DOCUMENT_CREATED)