Fixed
Corrected "kyc_results" schema on Broker account payloads
August 26th, 2026
Broker API
Corrects the KYCResults schema to match the object shape the Broker API already returns. Runtime payloads are unchanged; this fixes the published contract that previously misrepresented the field.
accept,indeterminate, andrejectare now documented as nullable maps whose property names are KYC reason identifiers and whose values are always empty objects ({}).KYCResultsis now nullable, representing responses that omit KYC outcomes withnull.- Documents 28 KYC reason identifiers in customer-facing language while keeping the set extensible, so integrations must tolerate and preserve unrecognized values.
Affected Endpoints
GET /v1/accountsGET /v1/accounts/{account_id}PATCH /v1/accounts/{account_id}GET /v1/events/accounts/status