Finance
Financial transactions
Account activity with merchants, transaction types, currencies, and balances.
7Fields
3Formats
∞Variations
02
Preview
Showing 7 of 25 generated rows
| transaction_id | merchant | type | amount | currency | approved | occurred_at |
|---|---|---|---|---|---|---|
| a8beee59-0a20-4fae-b649-fed4cfdf5bf8 | Aster Market | credit | 396.71 | CAD | false | 2024-10-13T09:05:28.019Z |
| 2154cc7d-d6f6-43a8-9dd6-27f969ce67b7 | Aster Market | credit | 886.87 | EUR | true | 2024-05-24T09:35:19.115Z |
| b6b4d986-1432-42f1-8df2-677fec3d3023 | Cloud Nine | credit | 329.77 | GBP | true | 2024-09-10T06:55:59.882Z |
| 15170028-79ba-49dd-a298-54b9923fe49f | Orbit Mobile | credit | 632.62 | GBP | true | 2024-07-01T07:31:23.508Z |
| a6c9bdb7-25c4-420c-91fd-e82bd1fe610e | Aster Market | credit | 714.14 | EUR | true | 2024-09-24T00:57:57.265Z |
| 71f22e5c-461f-4d65-b73b-b19bd353e49a | Orbit Mobile | debit | 118.75 | EUR | true | 2024-08-22T19:01:11.872Z |
| fc0f0683-575f-4ced-bf65-a62f2276a989 | Pine Coffee | credit | 663.64 | EUR | true | 2025-01-21T09:15:16.593Z |
[
{
"transaction_id": "a8beee59-0a20-4fae-b649-fed4cfdf5bf8",
"merchant": "Aster Market",
"type": "credit",
"amount": 396.71,
"currency": "CAD",
"approved": false,
"occurred_at": "2024-10-13T09:05:28.019Z"
},
{
"transaction_id": "2154cc7d-d6f6-43a8-9dd6-27f969ce67b7",
"merchant": "Aster Market",
"type": "credit",
"amount": 886.87,
"currency": "EUR",
"approved": true,
"occurred_at": "2024-05-24T09:35:19.115Z"
},
{
"transaction_id": "b6b4d986-1432-42f1-8df2-677fec3d3023",
"merchant": "Cloud Nine",
"type": "credit",
"amount": 329.77,
"currency": "GBP",
"approved": true,
"occurred_at": "2024-09-10T06:55:59.882Z"
},
{
"transaction_id": "15170028-79ba-49dd-a298-54b9923fe49f",
"merchant": "Orbit Mobile",
"type": "credit",
"amount": 632.62,
"currency": "GBP",
"approved": true,
"occurred_at": "2024-07-01T07:31:23.508Z"
},
{
"transaction_id": "a6c9bdb7-25c4-420c-91fd-e82bd1fe610e",
"merchant": "Aster Market",
"type": "credit",
"amount": 714.14,
"currency": "EUR",
"approved": true,
"occurred_at": "2024-09-24T00:57:57.265Z"
},
{
"transaction_id": "71f22e5c-461f-4d65-b73b-b19bd353e49a",
"merchant": "Orbit Mobile",
"type": "debit",
"amount": 118.75,
"currency": "EUR",
"approved": true,
"occurred_at": "2024-08-22T19:01:11.872Z"
},
{
"transaction_id": "fc0f0683-575f-4ced-bf65-a62f2276a989",
"merchant": "Pine Coffee",
"type": "credit",
"amount": 663.64,
"currency": "EUR",
"approved": true,
"occurred_at": "2025-01-21T09:15:16.593Z"
},
{
"transaction_id": "ffa7c226-b9c7-4a9f-9601-7514d6e0e038",
"merchant": "Northwind Supply",
"type": "debit",
"amount"
…Schema
What’s inside.
A stable, documented schema across every generated format.
transaction_iduuidUnique transaction identifier
merchantstringTransaction merchant
typestringDebit or credit
amountdecimalTransaction value
currencystringISO currency code
approvedbooleanApproval state
occurred_atdateTransaction date