Skip to content

Instantly share code, notes, and snippets.

@MarwanRefaat
Last active March 19, 2022 03:25
Show Gist options
  • Save MarwanRefaat/2d69e186382bc677301e03f10dd87dce to your computer and use it in GitHub Desktop.
Save MarwanRefaat/2d69e186382bc677301e03f10dd87dce to your computer and use it in GitHub Desktop.
Merged Plaid Responses
{
"plaid": {
"access_token": "access-sandbox-55db5cf7-b06b-4cf0-8aac-8c8bfcc5c21b",
"plaid_link": {
"processor_token": "processor-sandbox-757f320c-c8f8-4df8-a5d1-8e8daa5358de",
"link_token": "link-sandbox-b4bad6f6-6990-4427-a7cb-f3f03ee03359",
"available_products": [
"assets",
"balance",
"credit_details",
"identity",
"income",
"investments",
"liabilities"
],
"initial_products": [
"transactions",
"auth",
"identity"
],
"billed_products": [
"auth",
"transactions"
]
},
"plaid_institution": {
"institution_id": "ins_3",
"institution_name": "Chase",
"institution_oauth": false
},
"plaid_owners": [
{
"names": [
"Alberta Bobbeth Charleson"
],
"emails": [
{
"data": "accountholder0@example.com",
"primary": true,
"type": "primary"
},
{
"data": "accountholder1@example.com",
"primary": false,
"type": "secondary"
},
{
"data": "extraordinarily.long.email.username.123456@reallylonghostname.com",
"primary": false,
"type": "other"
}
],
"phone_numbers": [
{
"data": "1112223333",
"primary": false,
"type": "home"
},
{
"data": "1112224444",
"primary": false,
"type": "work"
},
{
"data": "1112225555",
"primary": false,
"type": "mobile"
}
],
"accounts": [
"Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"j9lWv3VBjKtKjbdWn7w8SWXMQRqb6wUZzzeZj",
"7xEKovA76Wupa85JnADwHxNwjK5pM7iMAAqMz"
],
"addresses": [
{
"city": "Malakoff",
"country": "US",
"postal_code": "14236",
"region": "NY",
"street": "2992 Cameron Road"
},
{
"city": "San Matias",
"country": "US",
"postal_code": "93405-2255",
"region": "CA",
"street": "2493 Leisure Lane"
}
]
},
{
"names": [
"Alberta Bobbeth Charleson"
],
"emails": [
{
"data": "accountholder0@example.com",
"type": "primary"
},
{
"data": "accountholder1@example.com",
"type": "secondary"
},
{
"data": "extraordinarily.long.email.username.123456@reallylonghostname.com",
"type": "other"
}
],
"phone_numbers": [
{
"data": "1112223333",
"primary": false,
"type": "home"
},
{
"data": "1112224444",
"primary": false,
"type": "work"
},
{
"data": "1112225555",
"primary": false,
"type": "mobile"
}
],
"accounts": [
"Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"j9lWv3VBjKtKjbdWn7w8SWXMQRqb6wUZzzeZj",
"7xEKovA76Wupa85JnADwHxNwjK5pM7iMAAqMz"
],
"addresses": [
{
"city": "Malakoff",
"country": "US",
"postal_code": "14236",
"region": "NY",
"street": "2992 Cameron Road"
},
{
"city": "San Matias",
"country": "US",
"postal_code": "93405-2255",
"region": "CA",
"street": "2493 Leisure Lane"
}
]
}
],
"plaid_auth": [
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account": "1111222233330000",
"routing": "011401533",
"wire_routing": "021000021"
},
{
"account_id": "j9lWv3VBjKtKjbdWn7w8SWXMQRqb6wUZzzeZj",
"account": "1111222233331111",
"routing": "011401533",
"wire_routing": "021000021"
}
],
"plaid_accounts": [
{
"institution_id": "ins_3",
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"name": "Plaid Checking",
"balances": {
"available": 100,
"current": 110,
"iso_currency_code": "USD",
"limit": null,
"unofficial_currency_code": null
},
"mask": "6969",
"type": "depository",
"subtype": "checking",
"official_name": "Plaid Gold Standard 0% Interest Checking"
},
{
"institution_id": "ins_3",
"account_id": "j9lWv3VBjKtKjbdWn7w8SWXMQRqb6wUZzzeZj",
"name": "Plaid Saving",
"balances": {
"available": 200,
"current": 210,
"iso_currency_code": "USD",
"limit": null,
"unofficial_currency_code": null
},
"mask": "1111",
"type": "depository",
"subtype": "savings",
"official_name": "Plaid Silver Standard 0.1% Interest Saving"
},
{
"institution_id": "ins_3",
"account_id": "7xEKovA76Wupa85JnADwHxNwjK5pM7iMAAqMz",
"name": "Plaid CD",
"balances": {
"available": null,
"current": 1000,
"iso_currency_code": "USD",
"limit": null,
"unofficial_currency_code": null
},
"mask": "2222",
"type": "depository",
"subtype": "cd",
"official_name": "Plaid Bronze Standard 0.2% Interest CD"
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"mask": "3333",
"type": "credit",
"subtype": "credit card",
"name": "Plaid Credit Card",
"official_name": "Plaid Diamond 12.5% APR Interest Credit Card",
"balances": {
"available": null,
"current": 410,
"iso_currency_code": "USD",
"limit": 2000,
"unofficial_currency_code": null
}
},
{
"account_id": "Qd5qlQowEauw1ngV6xR3SjwaZmEn1Pu344V3k",
"balances": {
"available": 43200,
"current": 43200,
"iso_currency_code": "USD",
"limit": null,
"unofficial_currency_code": null
},
"mask": "4444",
"name": "Plaid Money Market",
"official_name": "Plaid Platinum Standard 1.85% Interest Money Market",
"subtype": "money market",
"type": "depository"
},
{
"account_id": "ZZ54awVXvGij5nEBZQ6eignx8GlA3KhrAABrg",
"balances": {
"available": null,
"current": 320.76,
"iso_currency_code": "USD",
"limit": null,
"unofficial_currency_code": null
},
"mask": "5555",
"name": "Plaid IRA",
"official_name": null,
"subtype": "ira",
"type": "investment"
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoJgGbRLqIewwreL",
"balances": {
"available": null,
"current": 23631.9805,
"iso_currency_code": "USD",
"limit": null,
"unofficial_currency_code": null
},
"mask": "6666",
"name": "Plaid 401k",
"official_name": null,
"subtype": "401k",
"type": "investment"
},
{
"account_id": "zGQevBqpkEc31Xz65yewTnrPW3ENQZcwJJnw3",
"balances": {
"available": null,
"current": 65262,
"iso_currency_code": "USD",
"limit": null,
"unofficial_currency_code": null
},
"mask": "7777",
"name": "Plaid Student Loan",
"official_name": null,
"subtype": "student",
"type": "loan"
},
{
"account_id": "BM6jJNxE4gt3k4AgbjnNTMvXVZ6ryaiA66lAA",
"mask": "8888",
"balances": {
"available": null,
"current": 56302.06,
"iso_currency_code": "USD",
"limit": null,
"unofficial_currency_code": null
},
"name": "Plaid Mortgage",
"official_name": null,
"subtype": "mortgage",
"type": "loan"
}
],
"plaid_transactions": [
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants"
],
"category_id": "13005000",
"check_number": null,
"date": "2022-03-16",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Tectra Inc",
"name": "Tectra Inc",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "wGjPvDVMWecNPQxqkyJKunxDbJ6LnvfqD9nWk",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 2078.5,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Payment"
],
"category_id": "16000000",
"check_number": null,
"date": "2022-03-15",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "AUTOMATIC PAYMENT - THANK",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "k6qlvX537rfz5eGaoMP8c4qwGabM47FzgEMZe",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants",
"Fast Food"
],
"category_id": "13005032",
"check_number": null,
"date": "2022-03-15",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "KFC",
"name": "KFC",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Jq5pJdevMKUXvM8JAlKzf3rZjJBa3kfoWjzR9",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Shops",
"Sporting Goods"
],
"category_id": "19046000",
"check_number": null,
"date": "2022-03-15",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Madison Bicycle Shop",
"name": "Madison Bicycle Shop",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "5BglkzEPv1txokJGrAD3IBeKdDmgBbf3eVkN9",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "j9lWv3VBjKtKjbdWn7w8SWXMQRqb6wUZzzeZj",
"account_owner": null,
"amount": 25,
"authorized_date": "2022-03-05",
"authorized_datetime": null,
"category": [
"Payment",
"Credit Card"
],
"category_id": "16001000",
"check_number": null,
"date": "2022-03-06",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "CREDIT CARD 3333 PAYMENT *//",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Xe5dxpnvyDhyemVov7DrSw4PgXN5wLUPzgwBo",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 5.4,
"authorized_date": "2022-03-05",
"authorized_datetime": null,
"category": [
"Travel",
"Taxi"
],
"category_id": "22016000",
"check_number": null,
"date": "2022-03-06",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Uber",
"name": "Uber 063015 SF**POOL**",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "KK5oJwQv1ruJ81vKoqglFx7a8zWXxGcGW84wJ",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Qd5qlQowEauw1ngV6xR3SjwaZmEn1Pu344V3k",
"account_owner": null,
"amount": 5850,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Transfer",
"Debit"
],
"category_id": "21006000",
"check_number": null,
"date": "2022-03-05",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "ACH Electronic CreditGUSTO PAY 123456",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": "ACH",
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "KK5oJwQv1ruJ81vKoqglFx7a8zWXxGcGW8dzN",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "7xEKovA76Wupa85JnADwHxNwjK5pM7iMAAqMz",
"account_owner": null,
"amount": 1000,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Transfer",
"Deposit"
],
"category_id": "21007000",
"check_number": null,
"date": "2022-03-05",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "CD DEPOSIT .INITIAL.",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Vj53BoAvb7fEJnwrkPVbhMnGkVbRMWTpLkGKK",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 78.5,
"authorized_date": "2022-03-03",
"authorized_datetime": null,
"category": [
"Recreation",
"Gyms and Fitness Centers"
],
"category_id": "17018000",
"check_number": null,
"date": "2022-03-04",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Touchstone",
"name": "Touchstone Climbing",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "lGKk6gVxezcoL9x1VDaeh1Aw5dr71BuEGWPb8",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": -500,
"authorized_date": "2022-03-04",
"authorized_datetime": null,
"category": [
"Travel",
"Airlines and Aviation Services"
],
"category_id": "22001000",
"check_number": null,
"date": "2022-03-04",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "United Airlines",
"name": "United Airlines",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "yXe7w9lLGZClVpWKABedhKR3zxQ8KoHWLd7Np",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 12,
"authorized_date": "2022-03-03",
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants",
"Fast Food"
],
"category_id": "13005032",
"check_number": null,
"date": "2022-03-03",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": "3322"
},
"merchant_name": "McDonald's",
"name": "McDonald's",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "9aAzJWnQqgfd6qRKmAbLCkDVymwQkqsVb8XPJ",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 4.33,
"authorized_date": "2022-03-03",
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants",
"Coffee Shop"
],
"category_id": "13005043",
"check_number": null,
"date": "2022-03-03",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Starbucks",
"name": "Starbucks",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "vwPNvbVZE7tLa7AWQKM9hWXzMNDJWdun4x954",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 89.4,
"authorized_date": "2022-03-01",
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants"
],
"category_id": "13005000",
"check_number": null,
"date": "2022-03-02",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Sparkfun",
"name": "SparkFun",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Ra5KqJgvW4fgWr8XkdjxT7zEjqWM7bIXrjmd6",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "j9lWv3VBjKtKjbdWn7w8SWXMQRqb6wUZzzeZj",
"account_owner": null,
"amount": -4.22,
"authorized_date": "2022-03-01",
"authorized_datetime": null,
"category": [
"Transfer",
"Credit"
],
"category_id": "21005000",
"check_number": null,
"date": "2022-03-01",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "INTRST PYMNT",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "DL5eJKaAP9iykPXGMbzjSl6WePB8lXFE9eKyy",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Travel",
"Airlines and Aviation Services"
],
"category_id": "22001000",
"check_number": null,
"date": "2022-02-19",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "United Airlines",
"name": "United Airlines",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "qGx3v5VPLackLNXm7o5VsBoVzMqLBjfNAWpw7",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 6.33,
"authorized_date": "2022-02-16",
"authorized_datetime": null,
"category": [
"Travel",
"Taxi"
],
"category_id": "22016000",
"check_number": null,
"date": "2022-02-17",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Uber",
"name": "Uber 072515 SF**POOL**",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "638qpJWjR1TNV8XgzAExuexD7RA3ekubMJVwV",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants"
],
"category_id": "13005000",
"check_number": null,
"date": "2022-02-14",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Tectra Inc",
"name": "Tectra Inc",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "xG7jvLV1AZc19mxD7z8RSDPpolgaGAtANPyxw",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 2078.5,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Payment"
],
"category_id": "16000000",
"check_number": null,
"date": "2022-02-13",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "AUTOMATIC PAYMENT - THANK",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "4zoR1w8N9gfwB8GvKoDaSzJypjdNVqu3kVlXK",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants",
"Fast Food"
],
"category_id": "13005032",
"check_number": null,
"date": "2022-02-13",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "KFC",
"name": "KFC",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "a85ZQJVvzLt9B5lGgd68hW4aKLjXRVFePJk8M",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Shops",
"Sporting Goods"
],
"category_id": "19046000",
"check_number": null,
"date": "2022-02-13",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Madison Bicycle Shop",
"name": "Madison Bicycle Shop",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "dk5L1eVvxAF3mvEB9lZJTPZpdK5VzXc6GzBvK",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "j9lWv3VBjKtKjbdWn7w8SWXMQRqb6wUZzzeZj",
"account_owner": null,
"amount": 25,
"authorized_date": "2022-02-03",
"authorized_datetime": null,
"category": [
"Payment",
"Credit Card"
],
"category_id": "16001000",
"check_number": null,
"date": "2022-02-04",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "CREDIT CARD 3333 PAYMENT *//",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "vwPNvbVZE7tLa7AWQKM9hWX8KVqBvaFXleq5l",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 5.4,
"authorized_date": "2022-02-03",
"authorized_datetime": null,
"category": [
"Travel",
"Taxi"
],
"category_id": "22016000",
"check_number": null,
"date": "2022-02-04",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Uber",
"name": "Uber 063015 SF**POOL**",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "9aAzJWnQqgfd6qRKmAbLCkDXvWNbwdiEny47e",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Qd5qlQowEauw1ngV6xR3SjwaZmEn1Pu344V3k",
"account_owner": null,
"amount": 5850,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Transfer",
"Debit"
],
"category_id": "21006000",
"check_number": null,
"date": "2022-02-03",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "ACH Electronic CreditGUSTO PAY 123456",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": "ACH",
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "rGdxvXVkp4cvp7yg6ZRnhg1Dd45kAmtDo9dVD",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "7xEKovA76Wupa85JnADwHxNwjK5pM7iMAAqMz",
"account_owner": null,
"amount": 1000,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Transfer",
"Deposit"
],
"category_id": "21007000",
"check_number": null,
"date": "2022-02-03",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "CD DEPOSIT .INITIAL.",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "oGBzvZV4MkcQdbLN7kgeTNWVlDpAgXFKr5pNA",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 78.5,
"authorized_date": "2022-02-01",
"authorized_datetime": null,
"category": [
"Recreation",
"Gyms and Fitness Centers"
],
"category_id": "17018000",
"check_number": null,
"date": "2022-02-02",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Touchstone",
"name": "Touchstone Climbing",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "NB5EJV1vo3tAvondJzyrT4dgBrPAVau7xpXEb",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": -500,
"authorized_date": "2022-02-02",
"authorized_datetime": null,
"category": [
"Travel",
"Airlines and Aviation Services"
],
"category_id": "22001000",
"check_number": null,
"date": "2022-02-02",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "United Airlines",
"name": "United Airlines",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "vwPNvbVZE7tLa7AWQKM9hWX8v631DeIXleqLa",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 12,
"authorized_date": "2022-02-01",
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants",
"Fast Food"
],
"category_id": "13005032",
"check_number": null,
"date": "2022-02-01",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": "3322"
},
"merchant_name": "McDonald's",
"name": "McDonald's",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Ra5KqJgvW4fgWr8XkdjxT7zGAXmyWgUGJka6z",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 4.33,
"authorized_date": "2022-02-01",
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants",
"Coffee Shop"
],
"category_id": "13005043",
"check_number": null,
"date": "2022-02-01",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Starbucks",
"name": "Starbucks",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "638qpJWjR1TNV8XgzAExuexQmplaAZTxGK8Eg",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 89.4,
"authorized_date": "2022-01-30",
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants"
],
"category_id": "13005000",
"check_number": null,
"date": "2022-01-31",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Sparkfun",
"name": "SparkFun",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Xe5dxpnvyDhyemVov7DrSw4K9nJmNpCxyjb7b",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "j9lWv3VBjKtKjbdWn7w8SWXMQRqb6wUZzzeZj",
"account_owner": null,
"amount": -4.22,
"authorized_date": "2022-01-30",
"authorized_datetime": null,
"category": [
"Transfer",
"Credit"
],
"category_id": "21005000",
"check_number": null,
"date": "2022-01-30",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "INTRST PYMNT",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Ra5KqJgvW4fgWr8XkdjxT7zG6evLAJIGJkadw",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Travel",
"Airlines and Aviation Services"
],
"category_id": "22001000",
"check_number": null,
"date": "2022-01-20",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "United Airlines",
"name": "United Airlines",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Px5lJRpv8duqBneRm3WGTPJr6z7oLacNJ5XGE",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 6.33,
"authorized_date": "2022-01-17",
"authorized_datetime": null,
"category": [
"Travel",
"Taxi"
],
"category_id": "22016000",
"check_number": null,
"date": "2022-01-18",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Uber",
"name": "Uber 072515 SF**POOL**",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "DL5eJKaAP9iykPXGMbzjSl6d9nDmBKfXnR3A4",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants"
],
"category_id": "13005000",
"check_number": null,
"date": "2022-01-15",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Tectra Inc",
"name": "Tectra Inc",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "j9lWv3VBjKtKjbdWn7w8SWX8adQxJeFGwmvPy",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 2078.5,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Payment"
],
"category_id": "16000000",
"check_number": null,
"date": "2022-01-14",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "AUTOMATIC PAYMENT - THANK",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Qd5qlQowEauw1ngV6xR3Sjw4gRZk6luaz6G9G",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants",
"Fast Food"
],
"category_id": "13005032",
"check_number": null,
"date": "2022-01-14",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "KFC",
"name": "KFC",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "eG5pL4Vld8cwxonEDPZ4SXA6JQz1VbfVEBa8r",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Shops",
"Sporting Goods"
],
"category_id": "19046000",
"check_number": null,
"date": "2022-01-14",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Madison Bicycle Shop",
"name": "Madison Bicycle Shop",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "7xEKovA76Wupa85JnADwHxNkqVjP3Ac1jy8Rg",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "j9lWv3VBjKtKjbdWn7w8SWXMQRqb6wUZzzeZj",
"account_owner": null,
"amount": 25,
"authorized_date": "2022-01-04",
"authorized_datetime": null,
"category": [
"Payment",
"Credit Card"
],
"category_id": "16001000",
"check_number": null,
"date": "2022-01-05",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "CREDIT CARD 3333 PAYMENT *//",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "638qpJWjR1TNV8XgzAExuexQB96rm8FxGK8wz",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 5.4,
"authorized_date": "2022-01-04",
"authorized_datetime": null,
"category": [
"Travel",
"Taxi"
],
"category_id": "22016000",
"check_number": null,
"date": "2022-01-05",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Uber",
"name": "Uber 063015 SF**POOL**",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Vj53BoAvb7fEJnwrkPVbhMnNgx86b7TnRy9jp",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Qd5qlQowEauw1ngV6xR3SjwaZmEn1Pu344V3k",
"account_owner": null,
"amount": 5850,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Transfer",
"Debit"
],
"category_id": "21006000",
"check_number": null,
"date": "2022-01-04",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "ACH Electronic CreditGUSTO PAY 123456",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": "ACH",
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "zGQevBqpkEc31Xz65yewTnry6vWwMBtgqB31q",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "7xEKovA76Wupa85JnADwHxNwjK5pM7iMAAqMz",
"account_owner": null,
"amount": 1000,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Transfer",
"Deposit"
],
"category_id": "21007000",
"check_number": null,
"date": "2022-01-04",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "CD DEPOSIT .INITIAL.",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "gG5gowVK4LcXlwGo6N7ZfmLQ1rdJzAFMrRLKd",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 78.5,
"authorized_date": "2022-01-02",
"authorized_datetime": null,
"category": [
"Recreation",
"Gyms and Fitness Centers"
],
"category_id": "17018000",
"check_number": null,
"date": "2022-01-03",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Touchstone",
"name": "Touchstone Climbing",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "ZZ54awVXvGij5nEBZQ6eign16q8Dw5tbzmJMr",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": -500,
"authorized_date": "2022-01-03",
"authorized_datetime": null,
"category": [
"Travel",
"Airlines and Aviation Services"
],
"category_id": "22001000",
"check_number": null,
"date": "2022-01-03",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "United Airlines",
"name": "United Airlines",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "wGjPvDVMWecNPQxqkyJKunxo8e316XFlLRP4l",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 12,
"authorized_date": "2022-01-02",
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants",
"Fast Food"
],
"category_id": "13005032",
"check_number": null,
"date": "2022-01-02",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": "3322"
},
"merchant_name": "McDonald's",
"name": "McDonald's",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "5BglkzEPv1txokJGrAD3IBerzLQamxipgy5ag",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 4.33,
"authorized_date": "2022-01-02",
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants",
"Coffee Shop"
],
"category_id": "13005043",
"check_number": null,
"date": "2022-01-02",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Starbucks",
"name": "Starbucks",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Jq5pJdevMKUXvM8JAlKzf3rRzWLVBxS5ZMBl1",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 89.4,
"authorized_date": "2021-12-31",
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants"
],
"category_id": "13005000",
"check_number": null,
"date": "2022-01-01",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Sparkfun",
"name": "SparkFun",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "k6qlvX537rfz5eGaoMP8c4qkg8AJbxf8wDL4m",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "j9lWv3VBjKtKjbdWn7w8SWXMQRqb6wUZzzeZj",
"account_owner": null,
"amount": -4.22,
"authorized_date": "2021-12-31",
"authorized_datetime": null,
"category": [
"Transfer",
"Credit"
],
"category_id": "21005000",
"check_number": null,
"date": "2021-12-31",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "INTRST PYMNT",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Xe5dxpnvyDhyemVov7DrSw4KxGy79BcxyjbBJ",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Travel",
"Airlines and Aviation Services"
],
"category_id": "22001000",
"check_number": null,
"date": "2021-12-21",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "United Airlines",
"name": "United Airlines",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Mz58J9MvpBfeypk8XrQmTaoj7ngvQAc7zp437",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 6.33,
"authorized_date": "2021-12-18",
"authorized_datetime": null,
"category": [
"Travel",
"Taxi"
],
"category_id": "22016000",
"check_number": null,
"date": "2021-12-19",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Uber",
"name": "Uber 072515 SF**POOL**",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "lGKk6gVxezcoL9x1VDaeh1AJebmxrpirJgpKN",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants"
],
"category_id": "13005000",
"check_number": null,
"date": "2021-12-16",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Tectra Inc",
"name": "Tectra Inc",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "1q1RQrpdbDUbKQlxNoE9TrnENKeyR3tm3Xq43",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 2078.5,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Payment"
],
"category_id": "16000000",
"check_number": null,
"date": "2021-12-15",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "AUTOMATIC PAYMENT - THANK",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "oGBzvZV4MkcQdbLN7kgeTNWVlDpAgXFKr5pgA",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants",
"Fast Food"
],
"category_id": "13005032",
"check_number": null,
"date": "2021-12-15",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "KFC",
"name": "KFC",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "py3BvbVN1dHwnRb5mkXjS5eB47dkgpFKkjJBX",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Shops",
"Sporting Goods"
],
"category_id": "19046000",
"check_number": null,
"date": "2021-12-15",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Madison Bicycle Shop",
"name": "Madison Bicycle Shop",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Lr5kJGZvLztr3LZ76KzeCdBRLvpJlrt9oKe1q",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "j9lWv3VBjKtKjbdWn7w8SWXMQRqb6wUZzzeZj",
"account_owner": null,
"amount": 25,
"authorized_date": "2021-12-05",
"authorized_datetime": null,
"category": [
"Payment",
"Credit Card"
],
"category_id": "16001000",
"check_number": null,
"date": "2021-12-06",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "CREDIT CARD 3333 PAYMENT *//",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "DL5eJKaAP9iykPXGMbzjSl6dZ5Jq9NFXnR3yG",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 5.4,
"authorized_date": "2021-12-05",
"authorized_datetime": null,
"category": [
"Travel",
"Taxi"
],
"category_id": "22016000",
"check_number": null,
"date": "2021-12-06",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Uber",
"name": "Uber 063015 SF**POOL**",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "qGx3v5VPLackLNXm7o5VsBo7QApJqyiVoPgeB",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Qd5qlQowEauw1ngV6xR3SjwaZmEn1Pu344V3k",
"account_owner": null,
"amount": 5850,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Transfer",
"Debit"
],
"category_id": "21006000",
"check_number": null,
"date": "2021-12-05",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "ACH Electronic CreditGUSTO PAY 123456",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": "ACH",
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "BM6jJNxE4gt3k4AgbjnNTMvW5zVnoqcLZ5zNX",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "7xEKovA76Wupa85JnADwHxNwjK5pM7iMAAqMz",
"account_owner": null,
"amount": 1000,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Transfer",
"Deposit"
],
"category_id": "21007000",
"check_number": null,
"date": "2021-12-05",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "CD DEPOSIT .INITIAL.",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "8dkrg4Gel8uxjlZD5r1qIv6NE1GmprfrzpZ9E",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 78.5,
"authorized_date": "2021-12-03",
"authorized_datetime": null,
"category": [
"Recreation",
"Gyms and Fitness Centers"
],
"category_id": "17018000",
"check_number": null,
"date": "2021-12-04",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Touchstone",
"name": "Touchstone Climbing",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "gG5gowVK4LcXlwGo6N7ZfmLQ1rdJzAFMrRLzd",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": -500,
"authorized_date": "2021-12-04",
"authorized_datetime": null,
"category": [
"Travel",
"Airlines and Aviation Services"
],
"category_id": "22001000",
"check_number": null,
"date": "2021-12-04",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "United Airlines",
"name": "United Airlines",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "KK5oJwQv1ruJ81vKoqglFx7nNm5PWvumnkRl3",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 12,
"authorized_date": "2021-12-03",
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants",
"Fast Food"
],
"category_id": "13005032",
"check_number": null,
"date": "2021-12-03",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": "3322"
},
"merchant_name": "McDonald's",
"name": "McDonald's",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "rGdxvXVkp4cvp7yg6ZRnhg1DA6J7qLTDo97rq",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 4.33,
"authorized_date": "2021-12-03",
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants",
"Coffee Shop"
],
"category_id": "13005043",
"check_number": null,
"date": "2021-12-03",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Starbucks",
"name": "Starbucks",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "zGQevBqpkEc31Xz65yewTnryMklgoNFgqBlAA",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 89.4,
"authorized_date": "2021-12-01",
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants"
],
"category_id": "13005000",
"check_number": null,
"date": "2021-12-02",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Sparkfun",
"name": "SparkFun",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "BM6jJNxE4gt3k4AgbjnNTMvWoKLGwrTLZ549D",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "j9lWv3VBjKtKjbdWn7w8SWXMQRqb6wUZzzeZj",
"account_owner": null,
"amount": -4.22,
"authorized_date": "2021-12-01",
"authorized_datetime": null,
"category": [
"Transfer",
"Credit"
],
"category_id": "21005000",
"check_number": null,
"date": "2021-12-01",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "INTRST PYMNT",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Vj53BoAvb7fEJnwrkPVbhMnN4D1ygBcnRy97A",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Travel",
"Airlines and Aviation Services"
],
"category_id": "22001000",
"check_number": null,
"date": "2021-11-21",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "United Airlines",
"name": "United Airlines",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "8dkrg4Gel8uxjlZD5r1qIv6NE1GmprfrzpZME",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 6.33,
"authorized_date": "2021-11-18",
"authorized_datetime": null,
"category": [
"Travel",
"Taxi"
],
"category_id": "22016000",
"check_number": null,
"date": "2021-11-19",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Uber",
"name": "Uber 072515 SF**POOL**",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "3rpRMVg4yDtvl8GVq1AehEeyDMQPdKF8PbZ74",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants"
],
"category_id": "13005000",
"check_number": null,
"date": "2021-11-16",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Tectra Inc",
"name": "Tectra Inc",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Ep5QJR4GjgtWdjJ6MG19hqnQLG9pEJHEVegGv",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 2078.5,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Payment"
],
"category_id": "16000000",
"check_number": null,
"date": "2021-11-15",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "AUTOMATIC PAYMENT - THANK",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Gg5MJbPveEcDyeaApM4qCrlkQeZ1vgtn8xGmD",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants",
"Fast Food"
],
"category_id": "13005032",
"check_number": null,
"date": "2021-11-15",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "KFC",
"name": "KFC",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "AZRPJ538avioLaEBMAk9hyJdLj5GVBtoyJ4Zn",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Shops",
"Sporting Goods"
],
"category_id": "19046000",
"check_number": null,
"date": "2021-11-15",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Madison Bicycle Shop",
"name": "Madison Bicycle Shop",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "W75x3wGvmeUjldJpm6VNi1LeyogrlEH4vyPnd",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "j9lWv3VBjKtKjbdWn7w8SWXMQRqb6wUZzzeZj",
"account_owner": null,
"amount": 25,
"authorized_date": "2021-11-05",
"authorized_datetime": null,
"category": [
"Payment",
"Credit Card"
],
"category_id": "16001000",
"check_number": null,
"date": "2021-11-06",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "CREDIT CARD 3333 PAYMENT *//",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "wGjPvDVMWecNPQxqkyJKunxoQwBR8jtlLRPeD",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 5.4,
"authorized_date": "2021-11-05",
"authorized_datetime": null,
"category": [
"Travel",
"Taxi"
],
"category_id": "22016000",
"check_number": null,
"date": "2021-11-06",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Uber",
"name": "Uber 063015 SF**POOL**",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "xG7jvLV1AZc19mxD7z8RSDPpGVWmQjFANP65l",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Qd5qlQowEauw1ngV6xR3SjwaZmEn1Pu344V3k",
"account_owner": null,
"amount": 5850,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Transfer",
"Debit"
],
"category_id": "21006000",
"check_number": null,
"date": "2021-11-05",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "ACH Electronic CreditGUSTO PAY 123456",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": "ACH",
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "3rpRMVg4yDtvl8GVq1AehEeypWmZD7H8PbmeW",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "7xEKovA76Wupa85JnADwHxNwjK5pM7iMAAqMz",
"account_owner": null,
"amount": 1000,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Transfer",
"Deposit"
],
"category_id": "21007000",
"check_number": null,
"date": "2021-11-05",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "CD DEPOSIT .INITIAL.",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Ep5QJR4GjgtWdjJ6MG19hqnQLG9pEJHEVegov",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 78.5,
"authorized_date": "2021-11-03",
"authorized_datetime": null,
"category": [
"Recreation",
"Gyms and Fitness Centers"
],
"category_id": "17018000",
"check_number": null,
"date": "2021-11-04",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Touchstone",
"name": "Touchstone Climbing",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "nGzrvmVaZ3cnNbWp78aZHpAQZRMLgmCGEV3rx",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": -500,
"authorized_date": "2021-11-04",
"authorized_datetime": null,
"category": [
"Travel",
"Airlines and Aviation Services"
],
"category_id": "22001000",
"check_number": null,
"date": "2021-11-04",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "United Airlines",
"name": "United Airlines",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "dk5L1eVvxAF3mvEB9lZJTPZpznwyaeu6GzJL4",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 12,
"authorized_date": "2021-11-03",
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants",
"Fast Food"
],
"category_id": "13005032",
"check_number": null,
"date": "2021-11-03",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": "3322"
},
"merchant_name": "McDonald's",
"name": "McDonald's",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "a85ZQJVvzLt9B5lGgd68hW4aRnJ8bEIePJZA8",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 4.33,
"authorized_date": "2021-11-03",
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants",
"Coffee Shop"
],
"category_id": "13005043",
"check_number": null,
"date": "2021-11-03",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Starbucks",
"name": "Starbucks",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "4zoR1w8N9gfwB8GvKoDaSzJyV1W7n3c3kVJjB",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 89.4,
"authorized_date": "2021-11-01",
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants"
],
"category_id": "13005000",
"check_number": null,
"date": "2021-11-02",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Sparkfun",
"name": "SparkFun",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "NB5EJV1vo3tAvondJzyrT4dgVK5D6xf7xpyPg",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "j9lWv3VBjKtKjbdWn7w8SWXMQRqb6wUZzzeZj",
"account_owner": null,
"amount": -4.22,
"authorized_date": "2021-11-01",
"authorized_datetime": null,
"category": [
"Transfer",
"Credit"
],
"category_id": "21005000",
"check_number": null,
"date": "2021-11-01",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "INTRST PYMNT",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "5BglkzEPv1txokJGrAD3IBerE37pzRcpgy5Ba",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Travel",
"Airlines and Aviation Services"
],
"category_id": "22001000",
"check_number": null,
"date": "2021-10-22",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "United Airlines",
"name": "United Airlines",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "bGJMZeVvB9cwm1WqJQNpSzBMPjgkJnu3zKo8W",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 6.33,
"authorized_date": "2021-10-19",
"authorized_datetime": null,
"category": [
"Travel",
"Taxi"
],
"category_id": "22016000",
"check_number": null,
"date": "2021-10-20",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Uber",
"name": "Uber 072515 SF**POOL**",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Px5lJRpv8duqBneRm3WGTPJrLq5jVwuNJ5opr",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants"
],
"category_id": "13005000",
"check_number": null,
"date": "2021-10-17",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Tectra Inc",
"name": "Tectra Inc",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "mGkKvWVdQBcPmbVWw6J8iW7J3ABgx9FAPp46x",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 2078.5,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Payment"
],
"category_id": "16000000",
"check_number": null,
"date": "2021-10-16",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "AUTOMATIC PAYMENT - THANK",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "vwPNvbVZE7tLa7AWQKM9hWX8KVqBvaFXlevrB",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants",
"Fast Food"
],
"category_id": "13005032",
"check_number": null,
"date": "2021-10-16",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "KFC",
"name": "KFC",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "9aAzJWnQqgfd6qRKmAbLCkDX9G7MvlfEnyqj5",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Shops",
"Sporting Goods"
],
"category_id": "19046000",
"check_number": null,
"date": "2021-10-16",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Madison Bicycle Shop",
"name": "Madison Bicycle Shop",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "yXe7w9lLGZClVpWKABedhKRj6g5mqlID5nKxx",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "j9lWv3VBjKtKjbdWn7w8SWXMQRqb6wUZzzeZj",
"account_owner": null,
"amount": 25,
"authorized_date": "2021-10-06",
"authorized_datetime": null,
"category": [
"Payment",
"Credit Card"
],
"category_id": "16001000",
"check_number": null,
"date": "2021-10-07",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "CREDIT CARD 3333 PAYMENT *//",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Jq5pJdevMKUXvM8JAlKzf3rRevgKzdc5ZMB7V",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 5.4,
"authorized_date": "2021-10-06",
"authorized_datetime": null,
"category": [
"Travel",
"Taxi"
],
"category_id": "22016000",
"check_number": null,
"date": "2021-10-07",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Uber",
"name": "Uber 063015 SF**POOL**",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "j9lWv3VBjKtKjbdWn7w8SWX8JBmP3bIGwm6rq",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Qd5qlQowEauw1ngV6xR3SjwaZmEn1Pu344V3k",
"account_owner": null,
"amount": 5850,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Transfer",
"Debit"
],
"category_id": "21006000",
"check_number": null,
"date": "2021-10-06",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "ACH Electronic CreditGUSTO PAY 123456",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": "ACH",
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "xG7jvLV1AZc19mxD7z8RSDPpolgaGAtANPyRg",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "7xEKovA76Wupa85JnADwHxNwjK5pM7iMAAqMz",
"account_owner": null,
"amount": 1000,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Transfer",
"Deposit"
],
"category_id": "21007000",
"check_number": null,
"date": "2021-10-06",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "CD DEPOSIT .INITIAL.",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "W75x3wGvmeUjldJpm6VNi1LeyogrlEH4vyPpd",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 78.5,
"authorized_date": "2021-10-04",
"authorized_datetime": null,
"category": [
"Recreation",
"Gyms and Fitness Centers"
],
"category_id": "17018000",
"check_number": null,
"date": "2021-10-05",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Touchstone",
"name": "Touchstone Climbing",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Ra5KqJgvW4fgWr8XkdjxT7zG6evLAJIGJkP83",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": -500,
"authorized_date": "2021-10-05",
"authorized_datetime": null,
"category": [
"Travel",
"Airlines and Aviation Services"
],
"category_id": "22001000",
"check_number": null,
"date": "2021-10-05",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "United Airlines",
"name": "United Airlines",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "7xEKovA76Wupa85JnADwHxNk3o8Rvpu1jyd7n",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 12,
"authorized_date": "2021-10-04",
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants",
"Fast Food"
],
"category_id": "13005032",
"check_number": null,
"date": "2021-10-04",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": "3322"
},
"merchant_name": "McDonald's",
"name": "McDonald's",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "eG5pL4Vld8cwxonEDPZ4SXA6VEqDjafVEBrok",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 4.33,
"authorized_date": "2021-10-04",
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants",
"Coffee Shop"
],
"category_id": "13005043",
"check_number": null,
"date": "2021-10-04",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Starbucks",
"name": "Starbucks",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Qd5qlQowEauw1ngV6xR3Sjw46KDdbnFaz6wqD",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 89.4,
"authorized_date": "2021-10-02",
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants"
],
"category_id": "13005000",
"check_number": null,
"date": "2021-10-03",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Sparkfun",
"name": "SparkFun",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "ZZ54awVXvGij5nEBZQ6eign1wNpbXATbzmed1",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "j9lWv3VBjKtKjbdWn7w8SWXMQRqb6wUZzzeZj",
"account_owner": null,
"amount": -4.22,
"authorized_date": "2021-10-02",
"authorized_datetime": null,
"category": [
"Transfer",
"Credit"
],
"category_id": "21005000",
"check_number": null,
"date": "2021-10-02",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "INTRST PYMNT",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "k6qlvX537rfz5eGaoMP8c4qkpnjRgBu8wDLPM",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Travel",
"Airlines and Aviation Services"
],
"category_id": "22001000",
"check_number": null,
"date": "2021-09-22",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "United Airlines",
"name": "United Airlines",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "638qpJWjR1TNV8XgzAExuexQB96rm8FxGK14X",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "Mz58J9MvpBfeypk8XrQmTaoqqVVM4DTewwrer",
"account_owner": null,
"amount": 6.33,
"authorized_date": "2021-09-19",
"authorized_datetime": null,
"category": [
"Travel",
"Taxi"
],
"category_id": "22016000",
"check_number": null,
"date": "2021-09-20",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Uber",
"name": "Uber 072515 SF**POOL**",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Mz58J9MvpBfeypk8XrQmTaojQ68NDRf7zpLdX",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants"
],
"category_id": "13005000",
"check_number": null,
"date": "2021-09-17",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Tectra Inc",
"name": "Tectra Inc",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Xe5dxpnvyDhyemVov7DrSw4KxGy79Bcxyj1GE",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 2078.5,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Payment"
],
"category_id": "16000000",
"check_number": null,
"date": "2021-09-16",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": null,
"name": "AUTOMATIC PAYMENT - THANK",
"payment_channel": "other",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "wGjPvDVMWecNPQxqkyJKunxoQwBR8jtlLREJz",
"transaction_type": "special",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Food and Drink",
"Restaurants",
"Fast Food"
],
"category_id": "13005032",
"check_number": null,
"date": "2021-09-16",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "KFC",
"name": "KFC",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "Vj53BoAvb7fEJnwrkPVbhMnN4D1ygBcnRyqzZ",
"transaction_type": "place",
"unofficial_currency_code": null
},
{
"account_id": "eG5pL4Vld8cwxonEDPZ4SXAGzMNaPKu7RRG7y",
"account_owner": null,
"amount": 500,
"authorized_date": null,
"authorized_datetime": null,
"category": [
"Shops",
"Sporting Goods"
],
"category_id": "19046000",
"check_number": null,
"date": "2021-09-16",
"datetime": null,
"iso_currency_code": "USD",
"location": {
"address": null,
"city": null,
"country": null,
"lat": null,
"lon": null,
"postal_code": null,
"region": null,
"store_number": null
},
"merchant_name": "Madison Bicycle Shop",
"name": "Madison Bicycle Shop",
"payment_channel": "in store",
"payment_meta": {
"by_order_of": null,
"payee": null,
"payer": null,
"payment_method": null,
"payment_processor": null,
"ppd_id": null,
"reason": null,
"reference_number": null
},
"pending": false,
"pending_transaction_id": null,
"personal_finance_category": null,
"transaction_code": null,
"transaction_id": "DL5eJKaAP9iykPXGMbzjSl6dZ5Jq9NFXnR4bJ",
"transaction_type": "place",
"unofficial_currency_code": null
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment