Transactions
Per-transaction posting from the simulated bank account.
Connector fabrikam_bank_demo · stream transactions · 3 records · retention: Retained while this demo dataset is seeded.
Schema
posted_attimestampcommonWhen the transaction posted.merchantstringcommonMerchant display name.amount_centscurrency_minor_unitssensitiveTransaction amount in USD minor units; negative for debits.currencystringcommonISO-4217 currency code.categorystringcommonProvider-assigned category.
Records
rec_sb_txn_2026_04_222026-04-22T13:42:00Zposted_at=2026-04-22T13:42:00Z · merchant=Bluebird Bakery (simulated) · amount_cents=-1245rec_sb_txn_2026_04_182026-04-18T19:08:00Zposted_at=2026-04-18T19:08:00Z · merchant=Acme Payroll (simulated) · amount_cents=438120rec_sb_txn_2026_04_052026-04-05T10:00:00Zposted_at=2026-04-05T10:00:00Z · merchant=Fabrikam Insurance (simulated) · amount_cents=-28400
API examples
curl -s /sandbox/v1/streams/transactions curl -s '/sandbox/v1/streams/transactions/records?limit=5'