{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-Guides/guides-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"MoneyThumb JSON (MTJson) Example","siteUrl":"https://docs.moneythumb.com","description":"An example of the MTJson output returned by the MoneyThumb PDF Insights API, including transactions and account information.","keywords":["MoneyThumb JSON (MTJson) Example","MoneyThumb JSON format","MTJson format"],"llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"moneythumb-json-mtjson-example","__idx":0},"children":["MoneyThumb JSON (MTJson) Example"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following shows JSON Text in the MTJson format."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{\n    \"accounts\": [\n        {\n            \"bank_name\": \"Wells Fargo\",\n            \"account_name\": \"Business Checking\",\n            \"account_number\": \"1234\",\n            \"account_type\": \"checking\",\n            \"account_owner\": \"ACME Lumber\",\n            \"account_address\": \"123 Main St, Springfield, IL, 11111\",\n            \"statements\": [\n                {\n                    \"start_date\": \"2024-10-01\",\n                    \"end_date\": \"2024-10-31\",\n                    \"start_balance\": 1234.56,\n                    \"end_balance\": 1234.56,\n                    \"transactions\": [\n                        {\n                            \"date\": \"2024-10-20\",\n                            \"type\": \"credit\",\n                            \"description\": \"McDonalds #3322\",\n                            \"memo\": \"\",\n                            \"check_number\": 123,\n                            \"amount\": -12.0,\n                            \"balance\": 1432.16,\n                            \"customer_id\": \"123456\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}\n\n"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"required-fields","__idx":1},"children":["Required Fields"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["To use the MTJson format, add these required fields."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For transactions:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["date"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["description"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["amount"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For statements:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["startDate"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["endDate"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["endBalance"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["startBalance"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For accounts:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bankName"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["accountNumber"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Note:"]}," Currency values cannot contain more than two decimal points. For example, 1.02 is allowed but not 1.002. Dates must be in the YYYY-MM-DD format."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"optional-fields","__idx":2},"children":["Optional Fields"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You can add this optional field to the MTJson format:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["customer_id"]}," - Shows the user-provided customer ID of each transaction."]}]}]},"headings":[{"value":"MoneyThumb JSON (MTJson) Example","id":"moneythumb-json-mtjson-example","depth":1},{"value":"Required Fields","id":"required-fields","depth":2},{"value":"Optional Fields","id":"optional-fields","depth":2}],"frontmatter":{"title":"MoneyThumb MTJson Format Example","seo":{"description":"An example of the MTJson output returned by the MoneyThumb PDF Insights API, including transactions and account information.","keywords":["MoneyThumb JSON (MTJson) Example","MoneyThumb JSON format","MTJson format"],"title":"MoneyThumb JSON (MTJson) Example"}},"lastModified":"2026-06-05T22:12:17.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/guides/mtjson_example","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}