Redmont Credit NetworkRCNREDMONT CREDIT NETWORK
RCN ScoreRCN CommercialRCN ReportsRCN ConnectRCN Monitor
BanksPrivate lendersAutomated lendingCommercial lending
How RCN worksMember institutionsData principles
DevelopersMembership
Sign inBecome a member

Products

RCN ScoreRCN CommercialRCN ReportsRCN ConnectRCN Monitor

Solutions

BanksPrivate lendersAutomated lendingCommercial lending

Network

How RCN worksMember institutionsData principles
DevelopersMembership
Sign inBecome a member
Documentation navigation

Start here

  • Overview
  • Quickstart
  • Authentication
  • Sandbox

Core resources

  • Subjects
  • Credit profiles
  • Accounts & events
  • Reports
  • Disputes

Build reliably

  • API keys & access
  • Webhooks
  • Errors & limits
  • Security

Operate

  • Administration
  • Production checklist
RCN Docs

Start here

  • Overview
  • Quickstart
  • Authentication
  • Sandbox

Core resources

  • Subjects
  • Credit profiles
  • Accounts & events
  • Reports
  • Disputes

Build reliably

  • API keys & access
  • Webhooks
  • Errors & limits
  • Security

Operate

  • Administration
  • Production checklist
Endpoint reference API status

Developer documentation

Accounts and credit events

Report complete, idempotent and correctable account histories.

Account model

An account belongs to the reporting institution and one subject. external_account_id is your stable ledger identifier and must be unique within the institution. Account creation also records ACCOUNT_OPENED.

FieldRule
currencyThree uppercase letters; DCR by default
principal / balanceNon-negative, at most two decimal places
interest_rate_bpsBasis points from 0 to 100,000
opened_at / maturity_atMaturity cannot precede opening
statusCURRENT, PAID, PAST_DUE, DELINQUENT, DEFAULTED, RESTRUCTURED, WRITTEN_OFF, CANCELLED or DISPUTED
metadataSmall, non-sensitive integration context only

Event vocabulary

Use the most specific event type. Supported types are ACCOUNT_OPENED, ACCOUNT_UPDATED, PAYMENT_DUE, PAYMENT_MADE, PARTIAL_PAYMENT, PAYMENT_LATE, ACCOUNT_CURRENT, DELINQUENCY_STARTED, DELINQUENCY_CURED, DEFAULT_REPORTED, DEFAULT_CURED, ACCOUNT_RESTRUCTURED, ACCOUNT_WRITTEN_OFF, ACCOUNT_PAID, ACCOUNT_CLOSED, BALANCE_UPDATED, LIMIT_CHANGED, DISPUTE_OPENED, DISPUTE_RESOLVED and CORRECTION.

  • occurred_at is when the real-world event occurred; reported_at is assigned by RCN.
  • balance_after updates the account balance when supplied.
  • DEFAULT_REPORTED defaults to MODERATE severity if default_severity is omitted.
  • State transitions are validated. An impossible transition returns 409 and must not be retried unchanged.
  • source_reference should be unique and traceable to your ledger event.

Corrections, never destructive rewrites

Submit CORRECTION with supersedes_event_id and correction_reason. The original event must belong to the same account. RCN preserves both records so the audit trail explains what changed and why.

Correction body
{
  "event_type": "CORRECTION",
  "occurred_at": "2026-08-18T04:40:00Z",
  "supersedes_event_id": "EVENT_ID",
  "correction_reason": "Payment amount transposed during ledger export",
  "amount": 125.00,
  "balance_after": 900.00,
  "source_reference": "correction-ledger-8841-v2"
}

Bulk reporting

  • POST /accounts/bulk accepts at most 100 accounts.
  • POST /events/bulk accepts at most 500 events; each item includes credit_account_id.
  • Both require Idempotency-Key. Split larger imports deterministically and preserve batch-level reconciliation records.
  • A failed batch should be inspected as a unit; do not blindly replay with a different key until you know whether anything committed.

On this page

  • Account model
  • Event vocabulary
  • Corrections, never destructive rewrites
  • Bulk reporting
PreviousCredit profiles and inquiriesNextDetailed reports
Redmont Credit NetworkRCNREDMONT CREDIT NETWORK

Shared credit infrastructure for Redmont's financial sector. Facts in, explainable risk out.

Products

RCN ScoreRCN CommercialRCN ReportsRCN ConnectRCN Monitor

Solutions

BanksPrivate lendersAutomated lendingCommercial lending

Developers

DocumentationAPI referenceSandboxStatus

Network

How RCN worksMembersData principles

Company

AboutSecurityContact
© 2026 Redmont Credit NetworkPrivacyTermsData policy