Settlements can also be viewed and monitored in the KeyStone Dashboard. Use the SDK for programmatic creation and automation.
create
Direct settlement creation when both parties are known.Direct creation vs. bilateral instructions: Use
settlements.create() when your platform knows both parties upfront (single-platform use case). For cross-platform settlements - or when counterparties submit independently - use instructions.submit(). The bilateral instruction flow is the recommended approach for most integrations.