The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital.
The Finance API is a closed API that is only available to those that have an established (usually, but not limited to, financial services) partnership with Xero.
If you're an existing partner that wants access, contact your local Partner Manager.
If you're a financial institution or other partner who wants to leverage the Finance API for your business customers, contact us to become a financial services partner.
FinanceAPI adds
get_accounting_activity_account_usage
get_accounting_activity_lock_history
get_accounting_activity_report_history
get_accounting_activity_user_activities
get_cash_validation
get_financial_statement_balance_sheet
get_financial_statement_cashflow
get_financial_statement_profit_and_loss
get_financial_statement_trial_balance
XeroRuby::Finance:: adds
AccountUsage
AccountUsageResponse
BalanceSheetAccountDetail
BalanceSheetAccountGroup
BalanceSheetAccountType
BalanceSheetResponse
BankStatementResponse
CashAccountResponse
CashBalance
CashValidationResponse
CashflowAccount
CashflowActivity
CashflowResponse
CashflowType
CurrentStatementResponse
DataSourceResponse
HistoryRecordResponse
LockHistoryModel
LockHistoryResponse
PnlAccount
PnlAccountClass
PnlAccountType
PracticeResponse
ProblemProblemType
ProfitAndLossResponse
ReportHistoryModel
ReportHistoryResponse
StatementBalanceResponse
StatementLinesResponse
TrialBalanceAccount
TrialBalanceEntry
TrialBalanceMovement
TrialBalanceResponse
UserActivitiesResponse
UserResponse
Types of Changes
[x] New feature (non-breaking change that adds functionality)
Implements the endpoints available in Xero's API spec.
Description
https://developer.xero.com/documentation/api/finance/overview
Release Notes
The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital.
The Finance API is a closed API that is only available to those that have an established (usually, but not limited to, financial services) partnership with Xero.
If you're an existing partner that wants access, contact your local Partner Manager.
If you're a financial institution or other partner who wants to leverage the Finance API for your business customers, contact us to become a financial services partner.
FinanceAPI adds
get_accounting_activity_account_usage
get_accounting_activity_lock_history
get_accounting_activity_report_history
get_accounting_activity_user_activities
get_cash_validation
get_financial_statement_balance_sheet
get_financial_statement_cashflow
get_financial_statement_profit_and_loss
get_financial_statement_trial_balance
XeroRuby::Finance:: adds
Types of Changes