Raast payments settle in scheduled batches. The
running_balance reflects the unsettled delta since the last settle and resets to 0 when a settlement batch is scheduled.Mapping workflow
1
List ledger accounts
Call
GET /v1/aggregators/{{aggregator_id}}/ledger/accounts to fetch the aggregator ledger accounts.2
Store the ledger token
Persist the returned
token. It is the stable reference used in reconciliation and reporting.3
Query merchant ledger accounts
Use
GET /v1/aggregators/{{aggregator_id}}/merchants/{{aggregator_merchant_id}}/ledger/accounts for merchant-level balances.