Synci API
    • Overview
    • Guides
      • Authentication
      • Building OAuth apps
      • Webhooks
      • Pagination, filtering, and sorting
      • Errors
      • Rate limits
      • MCP: Connect AI assistants
    • API Reference
      • Finance
        • Connections
          • List all financial connections
          • Create a new financial connection
          • Get financial connection
          • Delete financial connection
          • Disable financial connection
          • Reconfirm the consent of a financial connection
        • Accounts
          • List all financial accounts
          • Get financial account
          • Update financial account
          • Delete financial account
          • Sync financial account data
          • Reset financial account config to defaults
          • List all account balance entries
          • Get account balance entry
          • List account holdings
          • Get account holding
        • Transactions
          • List all transactions
          • Create a new transaction
          • Get transaction
          • Update transaction
          • Delete transaction
          • Bulk delete transactions
        • Institutions
          • Get supported countries
          • List all supported institutions
          • Get supported institution
      • Destinations
        • YNAB Connections
          • YNAB Budgets
            • YNAB Budget Accounts
              • List all YNAB budget accounts
              • Get YNAB budget account
              • Delete YNAB budget account
            • List all YNAB budgets
            • Get YNAB budget
            • Delete YNAB budget
            • Update YNAB budget
          • List all YNAB connections
          • Create new YNAB connection
          • Get YNAB connection
          • Delete YNAB connection
          • Update YNAB connection
          • Refresh YNAB connection
        • Lunch Money Connections
          • Lunch Money Accounts
            • List all Lunch Money accounts
            • Get Lunch Money account
            • Delete Lunch Money account
          • List all Lunch Money connections
          • Create new Lunch Money connection
          • Get Lunch Money connection
          • Delete Lunch Money connection
          • Update Lunch Money connection
          • Refresh Lunch Money connection
        • Google Sheets Connections
          • Sheets
            • List destination spreadsheets for a connection
            • Register a destination spreadsheet
            • Get a destination spreadsheet
            • Update a destination spreadsheet
            • Delete a destination spreadsheet
            • List the worksheets (tabs) of a spreadsheet
            • Create a new worksheet (tab) in a spreadsheet
          • List all Google Sheets connections
          • Create new Google Sheets connection
          • Get Google Sheets connection
          • Delete Google Sheets connection
          • Update Google Sheets connection
          • Refresh Google Sheets connection
      • Transfer Links
        • List all transfer links
        • Create a new transfer link
        • Get transfer link
        • Update transfer link
        • Delete transfer link
        • Retry transfers for all transfer links
        • Retry transfers for a specific transfer link
      • Transfer Logs
        • List all transfer logs
        • Get transfer log
        • Undo a transfer
        • Undo multiple transfers
      • Rules
        • Create a new rule
        • List all rules
        • Get rule
        • Update rule
        • Delete rule
        • Attach rule to transfer link
        • Detach rule from transfer link
        • Reorder rules for a transfer link
        • Attach rule to a financial account
        • Detach rule from financial account
        • Reorder rules for a financial account
        • Preview a rule against transactions (dry-run)
      • Rule Logs
        • List all rule logs
        • Get rule log
        • Undo multiple rule actions
        • Undo a rule action
      • Webhooks
        • List all webhook events
        • List all webhook endpoints
        • Create new webhook endpoint
        • Get webhook endpoint
        • Update webhook endpoint
        • Delete webhook endpoint
        • Test webhook endpoint
        • Rotate webhook secret
    • ActualBudgetConnections
      • List all Actual Budget connections
      • Create new Actual Budget connection
      • Get Actual Budget connection
      • Update Actual Budget connection
      • Delete Actual Budget connection
      • Regenerate setup token
      • Revoke access credentials
      • List accounts linked in Actual
    • Schemas
      • AccountHoldingResource
      • ActualBudgetAccountResource
      • ActualBudgetConnectionResource
      • BalanceTypeEnum
      • BulkDeleteTransactionsRequest
      • BulkUndoRuleLogsRequest
      • BulkUndoTransferLogsRequest
      • CreateFinancialConnectionRequest
      • CreateGoogleSheetTabRequest
      • CreateGoogleSheetsConnectionRequest
      • CreateLunchMoneyConnectionRequest
      • CreateRuleRequest
      • CreateTransactionRequest
      • CreateTransferLinkRequest
      • CreateWebhookEndpointRequest
      • CreateYnabConnectionRequest
      • DestinationTypeEnum
      • EnrichmentProviderEnum
      • FinancialAccount
      • FinancialAccountBalanceResource
      • FinancialAccountResource
      • FinancialConnectionResource
      • GoogleSheetResource
      • GoogleSheetsConnectionResource
      • HealthResource
      • HealthStatusEnum
      • InstitutionConfigMappedDateEnum
      • InstitutionConfigMappedTextEnum
      • InstitutionConfigResource
      • InstitutionResource
      • IntegratorEnum
      • LunchMoneyAccountResource
      • LunchMoneyConnectionResource
      • PreviewRuleRequest
      • ReauthorizeFinancialConnectionRequest
      • RetryTransfersAllLinksRequest
      • RetryTransfersRequest
      • RuleActionResource
      • RuleActionTypeEnum
      • RuleConditionResource
      • RuleLogResource
      • RuleOperatorEnum
      • RuleResource
      • RuleTypeEnum
      • StoreActualBudgetConnectionRequest
      • StoreGoogleSheetRequest
      • SyncFinancialAccountRequest
      • TestWebhookRequest
      • TransactionResource
      • TransactionTypeEnum
      • TransferLink
      • TransferLinkResource
      • TransferLinkSyncModeEnum
      • TransferLogResource
      • TransferLogStatusEnum
      • UpdateActualBudgetConnectionRequest
      • UpdateFinancialAccountRequest
      • UpdateGoogleSheetRequest
      • UpdateGoogleSheetsConnectionRequest
      • UpdateLunchMoneyConnectionRequest
      • UpdateRuleRequest
      • UpdateTransactionRequest
      • UpdateTransferLinkRequest
      • UpdateWebhookEndpointRequest
      • UpdateYnabBudgetRequest
      • UpdateYnabConnectionRequest
      • WebhookEndpointPayloadVersion
      • WebhookEndpointResource
      • WebhookEventResource
      • WebhookEventTypeEnum
      • WebhookTypeEnum
      • YnabBudgetAccountResource
      • YnabBudgetAccountTypeEnum
      • YnabBudgetResource
      • YnabConnectionResource

    TransactionResource(TransactionResource)

    {
        "id": 0,
        "financial_account_id": 0,
        "financial_account": {
            "id": 0,
            "financial_connection_id": 0,
            "financial_connection": {
                "id": 0,
                "institution_id": 0,
                "institution": {
                    "id": 0,
                    "integrator": "UNKNOWN",
                    "country": "string",
                    "name": "string",
                    "bic": "string",
                    "external_id": "string",
                    "logo": "string",
                    "supported": true,
                    "supports_pending_transactions": true,
                    "supports_card_accounts": true,
                    "max_historical_days": 0,
                    "max_access_valid_for_days": 0,
                    "category": "string",
                    "updated_at": "2019-08-24T14:15:22.123Z"
                },
                "enabled": true,
                "health": {
                    "status": "HEALTHY",
                    "integrator_message": "string",
                    "failure_count": 0,
                    "last_attempt_at": "2019-08-24T14:15:22.123Z"
                },
                "status": "string",
                "status_message": "string",
                "sync_balances": true,
                "supports_reauthorization": "string",
                "supports_manage": "string",
                "max_historical_days": "string",
                "access_valid_for_days": "string",
                "consent_expires_at": "string",
                "accounts_last_synced_at": "2019-08-24T14:15:22.123Z",
                "financial_accounts": [
                    {}
                ],
                "financial_accounts_count": "string",
                "created_at": "2019-08-24T14:15:22.123Z",
                "updated_at": "2019-08-24T14:15:22.123Z"
            },
            "config": {
                "map_fields": {
                    "payee": "AUTO",
                    "description": "AUTO",
                    "date": "AUTO"
                },
                "enrichment": {
                    "enabled": "string",
                    "provider": "string",
                    "country": "string"
                },
                "sync_start_date": "2025-01-01",
                "sync_auto": true,
                "sync_pending_transactions": true,
                "sync_balances": true,
                "sync_frequency_in_minutes": 0,
                "fields_for_duplicate_filtering": [
                    "string"
                ]
            },
            "health": {
                "status": "HEALTHY",
                "integrator_message": "string",
                "failure_count": 0,
                "last_attempt_at": "2019-08-24T14:15:22.123Z"
            },
            "enabled": true,
            "integrator": "UNKNOWN",
            "account_category": "string",
            "raw_type": "string",
            "cash_balance": {
                "amount": "string",
                "currency": "string"
            },
            "meta": [
                null
            ],
            "account_number_masked": "string",
            "name": "string",
            "custom_name": "string",
            "display_name": "string",
            "bban": "string",
            "iban": "string",
            "owner_name": "string",
            "currency": "string",
            "product_name": "string",
            "details": "string",
            "msisdn": "string",
            "integrator_id": "string",
            "institution_id": "string",
            "details_last_synced_at": "2019-08-24T14:15:22.123Z",
            "transactions_last_synced_at": "2019-08-24T14:15:22.123Z",
            "balances_last_synced_at": "2019-08-24T14:15:22.123Z",
            "balance": {
                "available": null,
                "cleared": null
            },
            "rules": "string",
            "transfer_links": [
                {
                    "id": 0,
                    "financial_account_id": 0,
                    "financial_account": {},
                    "destination_type": "YNAB",
                    "destination_id": 0,
                    "destination": {
                        "id": 0,
                        "budget_id": 0,
                        "budget": {
                            "id": 0,
                            "connection_id": 0,
                            "connection": {
                                "id": 0,
                                "name": "string",
                                "health": {
                                    "status": "HEALTHY",
                                    "integrator_message": "string",
                                    "failure_count": 0,
                                    "last_attempt_at": "2019-08-24T14:15:22.123Z"
                                },
                                "enabled": true,
                                "auth_url": "string",
                                "sync_balances": true,
                                "ynab_user_id": "string",
                                "budgets": [
                                    {}
                                ],
                                "last_synced_at": "2019-08-24T14:15:22.123Z",
                                "created_at": "2019-08-24T14:15:22.123Z",
                                "updated_at": "2019-08-24T14:15:22.123Z"
                            },
                            "ynab_id": "string",
                            "enabled": true,
                            "name": "string",
                            "currency": "string",
                            "first_month": "string",
                            "last_month": "string",
                            "accounts": [
                                {}
                            ],
                            "last_synced_at": "2019-08-24T14:15:22.123Z",
                            "created_at": "2019-08-24T14:15:22.123Z",
                            "updated_at": "2019-08-24T14:15:22.123Z"
                        },
                        "ynab_id": "string",
                        "health": {
                            "status": "HEALTHY",
                            "integrator_message": "string",
                            "failure_count": 0,
                            "last_attempt_at": "2019-08-24T14:15:22.123Z"
                        },
                        "name": "string",
                        "type": "checking",
                        "on_budget": true,
                        "closed": true,
                        "note": "string",
                        "balance": "string",
                        "cleared_balance": "string",
                        "uncleared_balance": "string",
                        "transfer_payee_id": "string",
                        "direct_import_linked": true,
                        "last_reconciled_at": "string",
                        "rules": "string",
                        "transfer_links": [
                            {}
                        ],
                        "created_at": "2019-08-24T14:15:22.123Z",
                        "updated_at": "2019-08-24T14:15:22.123Z"
                    },
                    "transfer_start_date": "2025-01-01",
                    "active": true,
                    "sync_mode": "TRANSACTIONS",
                    "on_booked_change": {
                        "update_status": true,
                        "update_payee": true,
                        "update_description": true,
                        "update_amount": true
                    },
                    "rules": "string",
                    "created_at": "2019-08-24T14:15:22.123Z",
                    "updated_at": "2019-08-24T14:15:22.123Z"
                }
            ],
            "transfer_links_count": "string",
            "created_at": "2019-08-24T14:15:22.123Z",
            "updated_at": "2019-08-24T14:15:22.123Z"
        },
        "failed_transfers": "string",
        "attempted_transfers": "string",
        "amount": "string",
        "currency": "string",
        "booked": true,
        "mapped_fields": "string",
        "trade": {
            "activity_type": "string",
            "units": "string",
            "price_per_unit": 0,
            "fees": "string",
            "fx_rate": "string",
            "external_reference_id": "string",
            "instrument": {
                "symbol": "string",
                "name": "string",
                "exchange": "string",
                "type": "string",
                "figi_code": "string"
            },
            "option": {
                "ticker": "string",
                "type": "string",
                "strike_price": "string",
                "expiration_date": "string",
                "underlying_symbol": "string"
            }
        },
        "enriched": {
            "provider": "NTROPY",
            "counterparty": {
                "name": "string",
                "logo_url": "string",
                "website": "string",
                "mccs": [
                    null
                ]
            },
            "intermediary": {
                "name": "string",
                "logo_url": "string",
                "website": "string",
                "mccs": [
                    null
                ]
            },
            "category_general": "string",
            "location": {
                "raw_address": "string",
                "google_maps_url": "string",
                "apple_maps_url": "string"
            },
            "certainty_score": "string",
            "is_subscription": true,
            "is_personal": true
        },
        "booking_date": "string",
        "booking_datetime": "2019-08-24T14:15:22.123Z",
        "value_date": "string",
        "value_datetime": "2019-08-24T14:15:22.123Z",
        "debtor": {
            "name": "string",
            "bban": "string",
            "iban": "string",
            "pan": "string",
            "masked_pan": "string",
            "msisdn": "string",
            "currency": "string",
            "agent": "string"
        },
        "creditor": {
            "name": "string",
            "bban": "string",
            "iban": "string",
            "id": "string",
            "pan": "string",
            "masked_pan": "string",
            "msisdn": "string",
            "currency": "string",
            "agent": "string"
        },
        "ultimate_debtor": "string",
        "ultimate_creditor": "string",
        "remittance_information": {
            "structured": "string",
            "structured_array": "string",
            "unstructured": "string",
            "unstructured_array": "string"
        },
        "additional_data_structured": "string",
        "additional_information": "string",
        "additional_information_structured": "string",
        "balance_after_transaction": "string",
        "codes": {
            "bank_transaction_code": "string",
            "merchant_category_code": "string",
            "proprietary_bank_transaction_code": "string",
            "purpose_code": "string"
        },
        "currency_exchange": {
            "source_currency": "string",
            "exchange_rate": "string",
            "unit_currency": "string",
            "target_currency": "string",
            "quotation_date": "string",
            "contract_identification": "string"
        },
        "external_identifiers": {
            "institution_transaction_id": "string",
            "integrator_transaction_id": "string",
            "end_to_end_id": "string",
            "entry_reference": "string",
            "check_id": "string",
            "mandate_id": "string"
        },
        "transfer_logs": [
            {
                "id": 0,
                "transfer_link_id": 0,
                "transfer_link": {
                    "id": 0,
                    "financial_account_id": 0,
                    "financial_account": {
                        "id": 0,
                        "financial_connection_id": 0,
                        "financial_connection": {
                            "id": 0,
                            "institution_id": 0,
                            "institution": {
                                "id": 0,
                                "integrator": "UNKNOWN",
                                "country": "string",
                                "name": "string",
                                "bic": "string",
                                "external_id": "string",
                                "logo": "string",
                                "supported": true,
                                "supports_pending_transactions": true,
                                "supports_card_accounts": true,
                                "max_historical_days": 0,
                                "max_access_valid_for_days": 0,
                                "category": "string",
                                "updated_at": "2019-08-24T14:15:22.123Z"
                            },
                            "enabled": true,
                            "health": {
                                "status": "HEALTHY",
                                "integrator_message": "string",
                                "failure_count": 0,
                                "last_attempt_at": "2019-08-24T14:15:22.123Z"
                            },
                            "status": "string",
                            "status_message": "string",
                            "sync_balances": true,
                            "supports_reauthorization": "string",
                            "supports_manage": "string",
                            "max_historical_days": "string",
                            "access_valid_for_days": "string",
                            "consent_expires_at": "string",
                            "accounts_last_synced_at": "2019-08-24T14:15:22.123Z",
                            "financial_accounts": [
                                {}
                            ],
                            "financial_accounts_count": "string",
                            "created_at": "2019-08-24T14:15:22.123Z",
                            "updated_at": "2019-08-24T14:15:22.123Z"
                        },
                        "config": {
                            "map_fields": {
                                "payee": "AUTO",
                                "description": "AUTO",
                                "date": "AUTO"
                            },
                            "enrichment": {
                                "enabled": "string",
                                "provider": "string",
                                "country": "string"
                            },
                            "sync_start_date": "2025-01-01",
                            "sync_auto": true,
                            "sync_pending_transactions": true,
                            "sync_balances": true,
                            "sync_frequency_in_minutes": 0,
                            "fields_for_duplicate_filtering": [
                                "string"
                            ]
                        },
                        "health": {
                            "status": "HEALTHY",
                            "integrator_message": "string",
                            "failure_count": 0,
                            "last_attempt_at": "2019-08-24T14:15:22.123Z"
                        },
                        "enabled": true,
                        "integrator": "UNKNOWN",
                        "account_category": "string",
                        "raw_type": "string",
                        "cash_balance": {
                            "amount": "string",
                            "currency": "string"
                        },
                        "meta": [
                            null
                        ],
                        "account_number_masked": "string",
                        "name": "string",
                        "custom_name": "string",
                        "display_name": "string",
                        "bban": "string",
                        "iban": "string",
                        "owner_name": "string",
                        "currency": "string",
                        "product_name": "string",
                        "details": "string",
                        "msisdn": "string",
                        "integrator_id": "string",
                        "institution_id": "string",
                        "details_last_synced_at": "2019-08-24T14:15:22.123Z",
                        "transactions_last_synced_at": "2019-08-24T14:15:22.123Z",
                        "balances_last_synced_at": "2019-08-24T14:15:22.123Z",
                        "balance": {
                            "available": null,
                            "cleared": null
                        },
                        "rules": "string",
                        "transfer_links": [
                            {}
                        ],
                        "transfer_links_count": "string",
                        "created_at": "2019-08-24T14:15:22.123Z",
                        "updated_at": "2019-08-24T14:15:22.123Z"
                    },
                    "destination_type": "YNAB",
                    "destination_id": 0,
                    "destination": {
                        "id": 0,
                        "budget_id": 0,
                        "budget": {
                            "id": 0,
                            "connection_id": 0,
                            "connection": {
                                "id": 0,
                                "name": "string",
                                "health": {
                                    "status": "HEALTHY",
                                    "integrator_message": "string",
                                    "failure_count": 0,
                                    "last_attempt_at": "2019-08-24T14:15:22.123Z"
                                },
                                "enabled": true,
                                "auth_url": "string",
                                "sync_balances": true,
                                "ynab_user_id": "string",
                                "budgets": [
                                    {}
                                ],
                                "last_synced_at": "2019-08-24T14:15:22.123Z",
                                "created_at": "2019-08-24T14:15:22.123Z",
                                "updated_at": "2019-08-24T14:15:22.123Z"
                            },
                            "ynab_id": "string",
                            "enabled": true,
                            "name": "string",
                            "currency": "string",
                            "first_month": "string",
                            "last_month": "string",
                            "accounts": [
                                {}
                            ],
                            "last_synced_at": "2019-08-24T14:15:22.123Z",
                            "created_at": "2019-08-24T14:15:22.123Z",
                            "updated_at": "2019-08-24T14:15:22.123Z"
                        },
                        "ynab_id": "string",
                        "health": {
                            "status": "HEALTHY",
                            "integrator_message": "string",
                            "failure_count": 0,
                            "last_attempt_at": "2019-08-24T14:15:22.123Z"
                        },
                        "name": "string",
                        "type": "checking",
                        "on_budget": true,
                        "closed": true,
                        "note": "string",
                        "balance": "string",
                        "cleared_balance": "string",
                        "uncleared_balance": "string",
                        "transfer_payee_id": "string",
                        "direct_import_linked": true,
                        "last_reconciled_at": "string",
                        "rules": "string",
                        "transfer_links": [
                            {}
                        ],
                        "created_at": "2019-08-24T14:15:22.123Z",
                        "updated_at": "2019-08-24T14:15:22.123Z"
                    },
                    "transfer_start_date": "2025-01-01",
                    "active": true,
                    "sync_mode": "TRANSACTIONS",
                    "on_booked_change": {
                        "update_status": true,
                        "update_payee": true,
                        "update_description": true,
                        "update_amount": true
                    },
                    "rules": "string",
                    "created_at": "2019-08-24T14:15:22.123Z",
                    "updated_at": "2019-08-24T14:15:22.123Z"
                },
                "transaction_id": 0,
                "transaction": {
                    "id": 0,
                    "financial_account_id": 0,
                    "financial_account": {
                        "id": 0,
                        "financial_connection_id": 0,
                        "financial_connection": {
                            "id": 0,
                            "institution_id": 0,
                            "institution": {
                                "id": 0,
                                "integrator": "UNKNOWN",
                                "country": "string",
                                "name": "string",
                                "bic": "string",
                                "external_id": "string",
                                "logo": "string",
                                "supported": true,
                                "supports_pending_transactions": true,
                                "supports_card_accounts": true,
                                "max_historical_days": 0,
                                "max_access_valid_for_days": 0,
                                "category": "string",
                                "updated_at": "2019-08-24T14:15:22.123Z"
                            },
                            "enabled": true,
                            "health": {
                                "status": "HEALTHY",
                                "integrator_message": "string",
                                "failure_count": 0,
                                "last_attempt_at": "2019-08-24T14:15:22.123Z"
                            },
                            "status": "string",
                            "status_message": "string",
                            "sync_balances": true,
                            "supports_reauthorization": "string",
                            "supports_manage": "string",
                            "max_historical_days": "string",
                            "access_valid_for_days": "string",
                            "consent_expires_at": "string",
                            "accounts_last_synced_at": "2019-08-24T14:15:22.123Z",
                            "financial_accounts": [
                                {}
                            ],
                            "financial_accounts_count": "string",
                            "created_at": "2019-08-24T14:15:22.123Z",
                            "updated_at": "2019-08-24T14:15:22.123Z"
                        },
                        "config": {
                            "map_fields": {
                                "payee": "AUTO",
                                "description": "AUTO",
                                "date": "AUTO"
                            },
                            "enrichment": {
                                "enabled": "string",
                                "provider": "string",
                                "country": "string"
                            },
                            "sync_start_date": "2025-01-01",
                            "sync_auto": true,
                            "sync_pending_transactions": true,
                            "sync_balances": true,
                            "sync_frequency_in_minutes": 0,
                            "fields_for_duplicate_filtering": [
                                "string"
                            ]
                        },
                        "health": {
                            "status": "HEALTHY",
                            "integrator_message": "string",
                            "failure_count": 0,
                            "last_attempt_at": "2019-08-24T14:15:22.123Z"
                        },
                        "enabled": true,
                        "integrator": "UNKNOWN",
                        "account_category": "string",
                        "raw_type": "string",
                        "cash_balance": {
                            "amount": "string",
                            "currency": "string"
                        },
                        "meta": [
                            null
                        ],
                        "account_number_masked": "string",
                        "name": "string",
                        "custom_name": "string",
                        "display_name": "string",
                        "bban": "string",
                        "iban": "string",
                        "owner_name": "string",
                        "currency": "string",
                        "product_name": "string",
                        "details": "string",
                        "msisdn": "string",
                        "integrator_id": "string",
                        "institution_id": "string",
                        "details_last_synced_at": "2019-08-24T14:15:22.123Z",
                        "transactions_last_synced_at": "2019-08-24T14:15:22.123Z",
                        "balances_last_synced_at": "2019-08-24T14:15:22.123Z",
                        "balance": {
                            "available": null,
                            "cleared": null
                        },
                        "rules": "string",
                        "transfer_links": [
                            {
                                "id": 0,
                                "financial_account_id": 0,
                                "financial_account": {},
                                "destination_type": "YNAB",
                                "destination_id": 0,
                                "destination": {
                                    "id": 0,
                                    "budget_id": 0,
                                    "budget": {
                                        "id": 0,
                                        "connection_id": 0,
                                        "connection": {
                                            "id": 0,
                                            "name": "string",
                                            "health": {
                                                "status": "HEALTHY",
                                                "integrator_message": "string",
                                                "failure_count": 0,
                                                "last_attempt_at": "2019-08-24T14:15:22.123Z"
                                            },
                                            "enabled": true,
                                            "auth_url": "string",
                                            "sync_balances": true,
                                            "ynab_user_id": "string",
                                            "budgets": [
                                                {}
                                            ],
                                            "last_synced_at": "2019-08-24T14:15:22.123Z",
                                            "created_at": "2019-08-24T14:15:22.123Z",
                                            "updated_at": "2019-08-24T14:15:22.123Z"
                                        },
                                        "ynab_id": "string",
                                        "enabled": true,
                                        "name": "string",
                                        "currency": "string",
                                        "first_month": "string",
                                        "last_month": "string",
                                        "accounts": [
                                            {}
                                        ],
                                        "last_synced_at": "2019-08-24T14:15:22.123Z",
                                        "created_at": "2019-08-24T14:15:22.123Z",
                                        "updated_at": "2019-08-24T14:15:22.123Z"
                                    },
                                    "ynab_id": "string",
                                    "health": {
                                        "status": "HEALTHY",
                                        "integrator_message": "string",
                                        "failure_count": 0,
                                        "last_attempt_at": "2019-08-24T14:15:22.123Z"
                                    },
                                    "name": "string",
                                    "type": "checking",
                                    "on_budget": true,
                                    "closed": true,
                                    "note": "string",
                                    "balance": "string",
                                    "cleared_balance": "string",
                                    "uncleared_balance": "string",
                                    "transfer_payee_id": "string",
                                    "direct_import_linked": true,
                                    "last_reconciled_at": "string",
                                    "rules": "string",
                                    "transfer_links": [
                                        {}
                                    ],
                                    "created_at": "2019-08-24T14:15:22.123Z",
                                    "updated_at": "2019-08-24T14:15:22.123Z"
                                },
                                "transfer_start_date": "2025-01-01",
                                "active": true,
                                "sync_mode": "TRANSACTIONS",
                                "on_booked_change": {
                                    "update_status": true,
                                    "update_payee": true,
                                    "update_description": true,
                                    "update_amount": true
                                },
                                "rules": "string",
                                "created_at": "2019-08-24T14:15:22.123Z",
                                "updated_at": "2019-08-24T14:15:22.123Z"
                            }
                        ],
                        "transfer_links_count": "string",
                        "created_at": "2019-08-24T14:15:22.123Z",
                        "updated_at": "2019-08-24T14:15:22.123Z"
                    },
                    "failed_transfers": "string",
                    "attempted_transfers": "string",
                    "amount": "string",
                    "currency": "string",
                    "booked": true,
                    "mapped_fields": "string",
                    "trade": {
                        "activity_type": "string",
                        "units": "string",
                        "price_per_unit": 0,
                        "fees": "string",
                        "fx_rate": "string",
                        "external_reference_id": "string",
                        "instrument": {
                            "symbol": "string",
                            "name": "string",
                            "exchange": "string",
                            "type": "string",
                            "figi_code": "string"
                        },
                        "option": {
                            "ticker": "string",
                            "type": "string",
                            "strike_price": "string",
                            "expiration_date": "string",
                            "underlying_symbol": "string"
                        }
                    },
                    "enriched": {
                        "provider": "NTROPY",
                        "counterparty": {
                            "name": "string",
                            "logo_url": "string",
                            "website": "string",
                            "mccs": [
                                null
                            ]
                        },
                        "intermediary": {
                            "name": "string",
                            "logo_url": "string",
                            "website": "string",
                            "mccs": [
                                null
                            ]
                        },
                        "category_general": "string",
                        "location": {
                            "raw_address": "string",
                            "google_maps_url": "string",
                            "apple_maps_url": "string"
                        },
                        "certainty_score": "string",
                        "is_subscription": true,
                        "is_personal": true
                    },
                    "booking_date": "string",
                    "booking_datetime": "2019-08-24T14:15:22.123Z",
                    "value_date": "string",
                    "value_datetime": "2019-08-24T14:15:22.123Z",
                    "debtor": {
                        "name": "string",
                        "bban": "string",
                        "iban": "string",
                        "pan": "string",
                        "masked_pan": "string",
                        "msisdn": "string",
                        "currency": "string",
                        "agent": "string"
                    },
                    "creditor": {
                        "name": "string",
                        "bban": "string",
                        "iban": "string",
                        "id": "string",
                        "pan": "string",
                        "masked_pan": "string",
                        "msisdn": "string",
                        "currency": "string",
                        "agent": "string"
                    },
                    "ultimate_debtor": "string",
                    "ultimate_creditor": "string",
                    "remittance_information": {
                        "structured": "string",
                        "structured_array": "string",
                        "unstructured": "string",
                        "unstructured_array": "string"
                    },
                    "additional_data_structured": "string",
                    "additional_information": "string",
                    "additional_information_structured": "string",
                    "balance_after_transaction": "string",
                    "codes": {
                        "bank_transaction_code": "string",
                        "merchant_category_code": "string",
                        "proprietary_bank_transaction_code": "string",
                        "purpose_code": "string"
                    },
                    "currency_exchange": {
                        "source_currency": "string",
                        "exchange_rate": "string",
                        "unit_currency": "string",
                        "target_currency": "string",
                        "quotation_date": "string",
                        "contract_identification": "string"
                    },
                    "external_identifiers": {
                        "institution_transaction_id": "string",
                        "integrator_transaction_id": "string",
                        "end_to_end_id": "string",
                        "entry_reference": "string",
                        "check_id": "string",
                        "mandate_id": "string"
                    },
                    "transfer_logs": [],
                    "created_at": "2019-08-24T14:15:22.123Z",
                    "updated_at": "2019-08-24T14:15:22.123Z"
                },
                "destination_transaction_id": "string",
                "status": "SCHEDULED",
                "message": "string",
                "undone_at": "string",
                "undone_log_id": 0,
                "created_at": "2019-08-24T14:15:22.123Z",
                "updated_at": "2019-08-24T14:15:22.123Z"
            }
        ],
        "created_at": "2019-08-24T14:15:22.123Z",
        "updated_at": "2019-08-24T14:15:22.123Z"
    }
    Built with