Repeated Entry Lines
Entry shapes are no longer fixed at Schema deploy time. With Repeated Entry Lines, you can define lines that expand at runtime from an array of parameters, each element creating its own line and JIT-instantiating accounts as needed. Fund N wallets, process a batch of payouts, or reconcile multiple transactions in a single entry instead of N separate API calls.
{
"type": "batch-fund-users",
"description": "{{memo}}",
"lines": [
{
"key": "user-credit",
"account": {
"path": "liabilities/user-balances/user:{{user_id}}/available"
},
"amount": "{{amount}}",
"repeated": { "key": "fundings" }
},
{
"key": "treasury-debit",
"account": { "path": "assets/treasury" },
"amount": "{{amount}}",
"repeated": { "key": "fundings" }
}
]
}Small improvements
ap-southeast-2 (Sydney) as an available deployment regionFRAGMENT Billing Preview
Agents make billing multi-party. But multi-party breaks existing billing products. FRAGMENT is a new billing service, purpose-built for the age of infinite-parties. FRAGMENT Billing is currently invite only. Sign up for the waitlist for early access.
Small improvements
totalBalance updates on parent accounts from the consistency modal in the DashboardcreateInvoice and updateInvoice now validate that referenced parties and products exist before creation