# Tento Docs Documentation > Documentation for Tento Docs Append .md to any documentation page URL to get its markdown version. ## Guides - [Quick Start](https://docs.tento.com/docs/tento-api-quick-start.md): Everything you need to integrate with Tento - widgets or API. - [Staging Setup](https://docs.tento.com/docs/staging-setup.md) - [Guide for Embedding Tento BCM Score Card](https://docs.tento.com/docs/guide-for-embedding-score-card.md) - [Guide for Integrating Tento Onboarding Buttons](https://docs.tento.com/docs/guide-for-integrating-tento-onboarding-buttons.md) - [Partner API Set Up](https://docs.tento.com/docs/partner-api-set-up.md) - [Using the Submit Financing API ](https://docs.tento.com/docs/using-the-submit-financing-api.md) - [Quick Start Guide for Equipment Financing Embed](https://docs.tento.com/docs/equipment-financing-eq-embed-implementation-guide.md): This guide provides comprehensive instructions for embedding Tento's Equipment Financing experience into your website, e-commerce store, or application. While Tento offers multiple embeddable products, this guide focuses specifically on the Equipment Financing button and the "As low as" monthly estimate — the pieces you place next to a product to let a business buyer finance it. ## API Reference - [Overview and Installation](https://docs.tento.com/reference/tento-embedded-experience.md) - [Wordpress and WooCommerce plugin](https://docs.tento.com/reference/wordpress-and-woocommerce-plugin.md) - [Custom IDs](https://docs.tento.com/reference/custom-ids.md) - [Identify Events - save IDs for usage with Tento API](https://docs.tento.com/reference/identify-events-save-ids-for-usage-with-tento-api.md) - [Partner Id - Record Referral](https://docs.tento.com/reference/partner-id-record-referral.md) - [Setup](https://docs.tento.com/reference/adding-bcm-to-your-website.md) - [Configure](https://docs.tento.com/reference/configure.md) - [Pre-filling Options](https://docs.tento.com/reference/pre-filling-options.md) - [Examples](https://docs.tento.com/reference/examples.md) - [React and Typescript](https://docs.tento.com/reference/react-and-typescript.md) - [HTML and JavaScript](https://docs.tento.com/reference/html-and-javascript.md) - [appendBcmButton](https://docs.tento.com/reference/appendbcmbutton.md) - [appendBcmScoreCard](https://docs.tento.com/reference/appendbcmscorecard.md) - [loadBcmWidget](https://docs.tento.com/reference/loadbcmwidget.md) - [Setup](https://docs.tento.com/reference/adding-loan-process-to-your-website.md) - [Configure](https://docs.tento.com/reference/configure-1.md) - [Pre-filling Options](https://docs.tento.com/reference/pre-filling-options-1.md) - [Examples](https://docs.tento.com/reference/examples-1.md) - [PHP](https://docs.tento.com/reference/guide-to-setting-up-with-woo-commerce.md): If you use Wordpress with the Woo Commerce plugin, you're in the right place - [React and Typescript](https://docs.tento.com/reference/react-and-typescript-1.md) - [HTML and JavaScript](https://docs.tento.com/reference/html-and-javascript-1.md) - [appendFinancingButton](https://docs.tento.com/reference/appendloanbutton.md) - [appendEQFinancingButton](https://docs.tento.com/reference/appendeqfinancingbutton.md) - [loadFinancingWidget](https://docs.tento.com/reference/loadloanwidget.md) - [appendAsLowAsEstimate](https://docs.tento.com/reference/appendaslowasestimate.md) - [Quick Start](https://docs.tento.com/reference/quick-start.md) - [API Overview](https://docs.tento.com/reference/api-overview.md) - [Authentication](https://docs.tento.com/reference/authentication-1.md): The Tento API uses API tokens to authenticate requests. All API requests must include your partner API token in the request header. - [Submit Financing Application](https://docs.tento.com/reference/submit_financing_application.md): Submit a new financing application for processing - [Upload a file to a financing application](https://docs.tento.com/reference/uploadfinancingfile.md): Upload a document file and automatically link it to a financing application via application_id. The file is uploaded directly to S3, validated, and linked to the corresponding application in the database. An optional Salesforce attachment can be created. **Maximum file size:** 50 MB **Allowed file types:** PDF, DOC, DOCX, JPG, JPEG, PNG, GIF, WEBP, XLS, XLSX, CSV, TXT - [Get Application Details](https://docs.tento.com/reference/getfinancingapplication.md): Retrieve full details for a specific financing application by ID. Partners can only access applications they have referred. Supports lookup by Tento application ID or your custom external partner-assigned ID. - [Business BCS Dashboard](https://docs.tento.com/reference/get_business_credit_insights.md): Retrieve comprehensive BCS (Business Credit Scores) dashboard data for a specific business. This endpoint provides credit score, payment history, cash flow data, and other business health metrics. - [Business Credit Score](https://docs.tento.com/reference/get_bcsscorebusinessid.md): Retrieve the credit score for a specific business. Partners can only access scores for businesses they have referred. - [Recent Past Due Average](https://docs.tento.com/reference/get_bcs_past_due_average_recent.md): Retrieve the recent past due average data for a specific business. Partners can only access data for businesses they have referred. - [Historical Past Due Average](https://docs.tento.com/reference/get_bcs_past_due_average_historical.md): Retrieve the historical past due average data for a specific business. Partners can only access data for businesses they have referred. - [Scheduled Payments](https://docs.tento.com/reference/get_bcs_scheduled_payments.md): Retrieve the scheduled payments data for a specific business. Partners can only access data for businesses they have referred. - [Losses and Write-offs](https://docs.tento.com/reference/get_bcs_losses_and_write_offs.md): Retrieve the losses and write-offs data for a specific business. Partners can only access data for businesses they have referred. - [Business Credit Score History](https://docs.tento.com/reference/get_bcs_score_history.md): Retrieve the credit score history over time for a specific business. Partners can only access data for businesses they have referred. - [Business Credit Derived Insights](https://docs.tento.com/reference/get_bcs_insights.md): Derived BCS insights for one business — turns the raw Equifax/PayNet source fields into actionable signals. Returns three sections: * `singlePull` — derivations from the most recent snapshot only: payment trend, most severe active delinquency, total delinquent exposure, days since last delinquency, recent-12-month delinquency flag, active tradeline count, write-off flag. * `timeSeries` — month-over-month and trend derivations that require historical snapshots. Fields are `null` until enough history has accumulated: * `scoreChange` available after Month 2 * `newTradelineAdded` available after Month 2 * `scoreVelocity` / `cleanStreakMonths` / `scoreOnStreak` available after Month 3 * `scoreTrend6Mo` available after Month 6 * `profile` — assigned customer-profile segment derived from the single-pull signals: `clean-but-thin`, `clean-and-established`, `recent-delinquency-improving`, `active-delinquency-or-writeoff`. May be `null` for accounts with no score data. Partners can only access businesses they have referred. - [Past Due Payments](https://docs.tento.com/reference/get_bcs_payments_past_due.md): Retrieve the past due payments data for a specific business. Partners can only access data for businesses they have referred. - [Receivables Outstanding](https://docs.tento.com/reference/get_bcs_receivables_outstanding.md): Retrieve the receivables outstanding data for a specific business. Partners can only access data for businesses they have referred. - [Submit BCS Application](https://docs.tento.com/reference/submit_bcs_application.md): Submit a new business credit monitoring application for processing - [Tento Partner Webhooks](https://docs.tento.com/reference/tento-partner-webhooks.md)