# Hyperline ## Docs - [Currency amounts](https://docs.hyperline.co/api-reference/docs/amount): Technical representation of monetary values in Hyperline - [Authentication](https://docs.hyperline.co/api-reference/docs/authentication): Learn how to authenticate to use Hyperline's API - [Getting started](https://docs.hyperline.co/api-reference/docs/getting-started): Welcome to the Hyperline technical documentation 🤖 - [Pagination and filtering](https://docs.hyperline.co/api-reference/docs/pagination) - [Rate limiting](https://docs.hyperline.co/api-reference/docs/rate-limiting) - [React components](https://docs.hyperline.co/api-reference/docs/react-components): Learn how to embed Hyperline directly into your React application - [Third-party app](https://docs.hyperline.co/api-reference/docs/third-party-app): Enable your app to access Hyperline accounts using OAuth flows - [API upgrades](https://docs.hyperline.co/api-reference/docs/upgrades): Keep track of changes and deprecation to the Hyperline API - [Webhooks](https://docs.hyperline.co/api-reference/docs/webhooks): Receive webhook messages - [Get analytics](https://docs.hyperline.co/api-reference/endpoints/analytics/get-analytics): Retrieve your pre-computed account's analytics (ARR, revenues, churn, etc). - [Create billable event](https://docs.hyperline.co/api-reference/endpoints/billable-events/create-billable-event): Create a new billable event. - [Create billable events](https://docs.hyperline.co/api-reference/endpoints/billable-events/create-billable-events): Create several billable events in batch (limited to max 5000 events per request). - [Ingest and calculate billable event prices](https://docs.hyperline.co/api-reference/endpoints/billable-events/ingest-and-calculate-billable-event-prices): Ingest and calculate prices for a single billable event. This endpoint is in beta, please contact us if you want to know more. - [simulate billable event prices](https://docs.hyperline.co/api-reference/endpoints/billable-events/simulate-billable-event-prices): Simulate prices for a single billable event. This endpoint is in beta, please contact us if you want to know more. - [Create company](https://docs.hyperline.co/api-reference/endpoints/companies/create-company): Create a new company to which the authentication token will have access to. - [Get companies](https://docs.hyperline.co/api-reference/endpoints/companies/get-companies): Retrieve all companies that the authentication token has access to. - [Create coupon](https://docs.hyperline.co/api-reference/endpoints/coupons/create-coupon): Create a new coupon. - [Delete coupon](https://docs.hyperline.co/api-reference/endpoints/coupons/delete-coupon): Delete an existing coupon. - [Get coupon](https://docs.hyperline.co/api-reference/endpoints/coupons/get-coupon): Retrieve the details of an existing coupon. - [Get coupons](https://docs.hyperline.co/api-reference/endpoints/coupons/get-coupons): Retrieve all existing coupons. - [Update coupon](https://docs.hyperline.co/api-reference/endpoints/coupons/update-coupon): Update the details of an existing coupon. - [Create custom property](https://docs.hyperline.co/api-reference/endpoints/custom-properties/create-custom-property): Create a new custom property. - [Delete custom property](https://docs.hyperline.co/api-reference/endpoints/custom-properties/delete-custom-property): Delete an existing custom property. - [Get custom properties](https://docs.hyperline.co/api-reference/endpoints/custom-properties/get-custom-properties): Retrieve all custom properties previously created. - [Update custom property](https://docs.hyperline.co/api-reference/endpoints/custom-properties/update-custom-property): Update an existing custom property. - [Create credit product](https://docs.hyperline.co/api-reference/endpoints/customers->-credits/create-credit-product): Create a credit entity for a given product with an optional balance for a customer. - [Create credits usage](https://docs.hyperline.co/api-reference/endpoints/customers->-credits/create-credits-usage): Create a usage entry for a credit product. This will impact the balance of the customer by `usage_retained`. - [Get credit product](https://docs.hyperline.co/api-reference/endpoints/customers->-credits/get-credit-product): Retrieve the details of an existing credit product for a customer. - [List credit products](https://docs.hyperline.co/api-reference/endpoints/customers->-credits/list-credit-products): List all credits products attached to a customer. - [List credit transactions](https://docs.hyperline.co/api-reference/endpoints/customers->-credits/list-credit-transactions): Retrieve all credit transactions associated with a credit product for a specific customer. - [Purchase credits](https://docs.hyperline.co/api-reference/endpoints/customers->-credits/purchase-credits): Purchase a number of credits. This action will generate an invoice and charge the customer. Can take a few seconds to complete. - [Topup credits](https://docs.hyperline.co/api-reference/endpoints/customers->-credits/topup-credits): Topup a number of free credits. This action will not charge the customer. - [Delete payment method](https://docs.hyperline.co/api-reference/endpoints/customers->-payment-methods/delete-payment-method): Delete an existing customer payment method. - [Get payment method](https://docs.hyperline.co/api-reference/endpoints/customers->-payment-methods/get-payment-method): Retrieve the details of an existing customer payment method. - [List payment methods](https://docs.hyperline.co/api-reference/endpoints/customers->-payment-methods/list-payment-methods): List all payment methods attached to a customer. - [Archive customer](https://docs.hyperline.co/api-reference/endpoints/customers/archive-customer): Archive an existing customer. - [Bulk update providers/customers mapping](https://docs.hyperline.co/api-reference/endpoints/customers/bulk-update-providerscustomers-mapping): Bulk update providers/customers mapping, make sure to check the query response to see if all customers were updated. - [Create customer](https://docs.hyperline.co/api-reference/endpoints/customers/create-customer): Create a new customer. - [Delete customer](https://docs.hyperline.co/api-reference/endpoints/customers/delete-customer): Delete an existing customer. The customer must be archived prior to the deletion. - [Get customer](https://docs.hyperline.co/api-reference/endpoints/customers/get-customer): Retrieve the details of an existing customer. - [Get customer portal](https://docs.hyperline.co/api-reference/endpoints/customers/get-customer-portal): Retrieve the URL of the customer portal. - [Get customer tax rates](https://docs.hyperline.co/api-reference/endpoints/customers/get-customer-tax-rates): Retrieve the eligible tax rates for a customer. - [Get customers](https://docs.hyperline.co/api-reference/endpoints/customers/get-customers): Retrieve all existing customers. - [Unarchive customer](https://docs.hyperline.co/api-reference/endpoints/customers/unarchive-customer): Unarchive an archived customer. - [Update customer](https://docs.hyperline.co/api-reference/endpoints/customers/update-customer): Update the details of an existing customer. - [Create component token](https://docs.hyperline.co/api-reference/endpoints/integrations/create-component-token): Create a new token for embedded components. - [Create invoice](https://docs.hyperline.co/api-reference/endpoints/invoices/create-invoice): Create a new invoice. - [Create transaction](https://docs.hyperline.co/api-reference/endpoints/invoices/create-transaction): Manually create a transaction linked to an existing invoice to mark it as paid/partially paid - [Download invoice](https://docs.hyperline.co/api-reference/endpoints/invoices/download-invoice): Download the PDF of an existing invoice. - [Get invoice](https://docs.hyperline.co/api-reference/endpoints/invoices/get-invoice): Retrieve the details of an existing invoice. - [Get invoices](https://docs.hyperline.co/api-reference/endpoints/invoices/get-invoices): Retrieve all existing invoices. By default, invoices with status `open` are not included. - [Update invoice](https://docs.hyperline.co/api-reference/endpoints/invoices/update-invoice): Update an invoice in draft or grace_period status. - [Validate draft invoice](https://docs.hyperline.co/api-reference/endpoints/invoices/validate-draft-invoice): Send a draft invoice for payment, set the status to `to_pay` and its number. This is not reversible. - [Void invoice](https://docs.hyperline.co/api-reference/endpoints/invoices/void-invoice): Void an invoice in a `to_pay` status. This action generates a corresponding credit note. - [Create invoicing entity](https://docs.hyperline.co/api-reference/endpoints/invoicing-entities/create-invoicing-entity): Create a new invoicing entity to send invoices from. - [Delete invoicing entity](https://docs.hyperline.co/api-reference/endpoints/invoicing-entities/delete-invoicing-entity): Soft deletes an invoicing entity. This action won't delete the associated invoices. - [Get invoicing entities](https://docs.hyperline.co/api-reference/endpoints/invoicing-entities/get-invoicing-entities): Retrieve all invoicing entities for your current client. - [Get invoicing entity](https://docs.hyperline.co/api-reference/endpoints/invoicing-entities/get-invoicing-entity): Retrieve a specific invoicing entity. - [Update invoicing entity](https://docs.hyperline.co/api-reference/endpoints/invoicing-entities/update-invoicing-entity): Update an existing invoicing entity. - [Authorize](https://docs.hyperline.co/api-reference/endpoints/oauth2/authorize): Redirects the user to the Hyperline's login page, and grants authorization to your integration. - [Generate tokens](https://docs.hyperline.co/api-reference/endpoints/oauth2/generate-tokens): Exchange an auth code received at the authorize endpoint for an actual access token, or refresh it. - [Get user info](https://docs.hyperline.co/api-reference/endpoints/oauth2/get-user-info): Returns the user information associated with an access token. - [Revoke token](https://docs.hyperline.co/api-reference/endpoints/oauth2/revoke-token): Revoke a refresh token. Once revoked the token can not be used anymore. - [Get organisation](https://docs.hyperline.co/api-reference/endpoints/organisations/get-organisation): Retrieve the details of an existing organisation. - [Patch organisation](https://docs.hyperline.co/api-reference/endpoints/organisations/patch-organisation): Update the details of an existing organisation. - [Create payment](https://docs.hyperline.co/api-reference/endpoints/payments/create-payment): Initiate a new payment (limited to one-time): generate an invoice and charge it directly or with a checkout session - [Get plan](https://docs.hyperline.co/api-reference/endpoints/plans/get-plan): Retrieve the details of an existing plan. - [Get plans](https://docs.hyperline.co/api-reference/endpoints/plans/get-plans): Retrieve all existing plans. - [Update prices](https://docs.hyperline.co/api-reference/endpoints/price-configurations/update-prices): Update prices of an existing price configuration. - [Create product](https://docs.hyperline.co/api-reference/endpoints/products/create-product): Create a new product. - [Get product](https://docs.hyperline.co/api-reference/endpoints/products/get-product): Retrieve the details of an existing product. - [Get products](https://docs.hyperline.co/api-reference/endpoints/products/get-products): Retrieve all existing products. - [Update product](https://docs.hyperline.co/api-reference/endpoints/products/update-product): Update the details of an existing product. - [Create quote](https://docs.hyperline.co/api-reference/endpoints/quotes/create-quote): Create a new quote. - [Download quote](https://docs.hyperline.co/api-reference/endpoints/quotes/download-quote): Download an existing quote. - [Download quote file](https://docs.hyperline.co/api-reference/endpoints/quotes/download-quote-file): Download a file (attachment or manually signed file) attached to an existing quote. - [Get quote](https://docs.hyperline.co/api-reference/endpoints/quotes/get-quote): Retrieve the details of an existing quote. - [Get quotes](https://docs.hyperline.co/api-reference/endpoints/quotes/get-quotes): Retrieve all existing quotes. - [Send quote](https://docs.hyperline.co/api-reference/endpoints/quotes/send-quote): Send an existing quote by email for signature. - [Sign quote](https://docs.hyperline.co/api-reference/endpoints/quotes/sign-quote): Manually mark the quote as signed externally. Built-in Hyperline signature flow won't be used. - [Void quote](https://docs.hyperline.co/api-reference/endpoints/quotes/void-quote): Void an existing quote. - [Activate subscription](https://docs.hyperline.co/api-reference/endpoints/subscriptions/activate-subscription): Manually start a subscription for the first time. - [Cancel subscription](https://docs.hyperline.co/api-reference/endpoints/subscriptions/cancel-subscription): Cancel an existing subscription. - [Create subscription](https://docs.hyperline.co/api-reference/endpoints/subscriptions/create-subscription): Create a new subscription and assign it to a customer. - [Create subscription update](https://docs.hyperline.co/api-reference/endpoints/subscriptions/create-subscription-update): Create an update to apply on an existing subscription. - [Create subscription updates](https://docs.hyperline.co/api-reference/endpoints/subscriptions/create-subscription-updates): Create multiple updates to apply at once to an existing subscription. - [Get subscription](https://docs.hyperline.co/api-reference/endpoints/subscriptions/get-subscription): Retrieve the details of an existing subscription. - [Get subscriptions](https://docs.hyperline.co/api-reference/endpoints/subscriptions/get-subscriptions): Retrieve all existing subscriptions. - [Pause subscription](https://docs.hyperline.co/api-reference/endpoints/subscriptions/pause-subscription): Pause a subscription. - [Reactivate subscription](https://docs.hyperline.co/api-reference/endpoints/subscriptions/reactivate-subscription): Reactivate a paused subscription. - [Refresh seat products](https://docs.hyperline.co/api-reference/endpoints/subscriptions/refresh-seat-products): Triggers 'count' updates on connected seat products within the subscription. This action will use the dataloader query to retrieve and update the number of units for each seat product. - [Refresh subscriptions](https://docs.hyperline.co/api-reference/endpoints/subscriptions/refresh-subscriptions): Triggers refresh of subscriptions usage data and related open invoices. This action is used when the automatic billing update upon ingestion option is disabled for the account. - [Reinstate subscription](https://docs.hyperline.co/api-reference/endpoints/subscriptions/reinstate-subscription): Reinstate an existing subscription scheduled for cancellation. - [Transition subscription to next phase](https://docs.hyperline.co/api-reference/endpoints/subscriptions/transition-subscription-to-next-phase): Update a subscription and transition it to the next available phase. - [Update subscription](https://docs.hyperline.co/api-reference/endpoints/subscriptions/update-subscription): Update parameters for a subscription. - [Get tax rate](https://docs.hyperline.co/api-reference/endpoints/taxes/get-tax-rate): Retrieve the details of an existing custom tax rate. - [Get tax rates](https://docs.hyperline.co/api-reference/endpoints/taxes/get-tax-rates): Retrieve all existing custom tax rates. - [Create app](https://docs.hyperline.co/api-reference/endpoints/third-party-apps/create-app): Create a new third-party app. - [Delete app](https://docs.hyperline.co/api-reference/endpoints/third-party-apps/delete-app): Delete an existing third-party app. - [Get apps](https://docs.hyperline.co/api-reference/endpoints/third-party-apps/get-apps): Retrieve all existing third-party apps. - [Update app](https://docs.hyperline.co/api-reference/endpoints/third-party-apps/update-app): Update an existing third-party app. - [Create wallet](https://docs.hyperline.co/api-reference/endpoints/wallets/create-wallet): Create a new wallet. - [Get wallet](https://docs.hyperline.co/api-reference/endpoints/wallets/get-wallet): Retrieve the details of an existing wallet. - [Get wallet settings](https://docs.hyperline.co/api-reference/endpoints/wallets/get-wallet-settings): Retrieve the wallet settings. - [Get wallet transactions](https://docs.hyperline.co/api-reference/endpoints/wallets/get-wallet-transactions): Retrieve all transactions of an existing wallet. - [Get wallets](https://docs.hyperline.co/api-reference/endpoints/wallets/get-wallets): Retrieve all existing wallets. - [Load wallet](https://docs.hyperline.co/api-reference/endpoints/wallets/load-wallet): Load credits on an existing wallet. - [Update wallet](https://docs.hyperline.co/api-reference/endpoints/wallets/update-wallet): Update the details of an existing wallet. - [Update wallet settings](https://docs.hyperline.co/api-reference/endpoints/wallets/update-wallet-settings): Update the wallet settings. - [Create webhook endpoint](https://docs.hyperline.co/api-reference/endpoints/webhooks/create-webhook-endpoint): Create a new webhook endpoint. - [Delete webhook endpoint](https://docs.hyperline.co/api-reference/endpoints/webhooks/delete-webhook-endpoint): Delete an existing webhook endpoint. - [Get webhook endpoint](https://docs.hyperline.co/api-reference/endpoints/webhooks/get-webhook-endpoint): Retrieve an existing webhook endpoint. - [Get webhook endpoints](https://docs.hyperline.co/api-reference/endpoints/webhooks/get-webhook-endpoints): Retrieve all webhook endpoints. - [Get webhook messages](https://docs.hyperline.co/api-reference/endpoints/webhooks/get-webhook-messages): Retrieve all webhook messages sent. Please note that, by default, this endpoint is limited to retrieving 90 days' worth of data relative to now. Messages that date back more than 90 days are still accessible, but their payloads are expunged. If an iterator is provided, the endpoint retrieves data spanning 90 days before/after the time indicated by the iterator ID. If you require data beyond those time ranges, you will need to explicitly set the before or after parameter as appropriate. - [Update webhook endpoint](https://docs.hyperline.co/api-reference/endpoints/webhooks/update-webhook-endpoint): Update an existing webhook endpoint. - [Product updates May, 2023](https://docs.hyperline.co/changelog/2023-05) - [Product updates June, 2023](https://docs.hyperline.co/changelog/2023-06) - [Product updates July, 2023](https://docs.hyperline.co/changelog/2023-07) - [Product updates August, 2023](https://docs.hyperline.co/changelog/2023-08) - [Product updates October, 2023](https://docs.hyperline.co/changelog/2023-10) - [Product updates November, 2023](https://docs.hyperline.co/changelog/2023-11) - [Product updates December, 2023](https://docs.hyperline.co/changelog/2023-12) - [Product updates January, 2024](https://docs.hyperline.co/changelog/2024-01) - [Product updates February, 2024](https://docs.hyperline.co/changelog/2024-02) - [Product updates March, 2024](https://docs.hyperline.co/changelog/2024-03) - [Product updates April, 2024](https://docs.hyperline.co/changelog/2024-04) - [Product updates May, 2024](https://docs.hyperline.co/changelog/2024-05) - [Product updates June, 2024](https://docs.hyperline.co/changelog/2024-06) - [Product updates July, 2024](https://docs.hyperline.co/changelog/2024-07) - [Product updates August, 2024](https://docs.hyperline.co/changelog/2024-08) - [Product updates September, 2024](https://docs.hyperline.co/changelog/2024-09) - [Dashboard](https://docs.hyperline.co/docs/analytics/dashboard) - [Reports](https://docs.hyperline.co/docs/analytics/reports) - [Create & apply coupons](https://docs.hyperline.co/docs/coupons/overview) - [Set-up credits on your account](https://docs.hyperline.co/docs/credits/overview): Learn how to set-up customer credit ledgers - [Create customers](https://docs.hyperline.co/docs/customers/create) - [Customer exports](https://docs.hyperline.co/docs/customers/exports): Learn how to export your customers - [Organisation-based billing](https://docs.hyperline.co/docs/customers/organisation-based): Learn how to bill customers together - [Public customer portal](https://docs.hyperline.co/docs/customers/portal): Learn about the hosted customer portal page - [Configure your account](https://docs.hyperline.co/docs/get-started/configure-account) - [Supported currencies](https://docs.hyperline.co/docs/get-started/currencies): Learn about supported currencies and different types - [Email settings](https://docs.hyperline.co/docs/get-started/emails): Learn about your account email settings - [Multiple accounts](https://docs.hyperline.co/docs/get-started/multiple-accounts): Manage multiple companies on Hyperline - [Testing mode](https://docs.hyperline.co/docs/get-started/sandbox): Learn how you can experiment with billing safely before going to production - [Users & permissions](https://docs.hyperline.co/docs/get-started/users): Invite team members and set permissions to collaborate on Hyperline - [Glossary](https://docs.hyperline.co/docs/introduction/glossary): Billing can get **quite complex**. Learn more about Hyperline's key concepts and what they mean in the context of the platform. - [Welcome to Hyperline!](https://docs.hyperline.co/docs/introduction/welcome): Hyperline is the most flexible billing platform for B2B SaaS businesses. - [Why building your billing system in-house is not a good idea](https://docs.hyperline.co/docs/introduction/why-billing-is-complex) - [Invoice configuration](https://docs.hyperline.co/docs/invoices/configuration): How to configure your invoices - [Create invoice manually](https://docs.hyperline.co/docs/invoices/create): Learn how to create an invoice manually - [Custom documents](https://docs.hyperline.co/docs/invoices/documents): How to customize your custom documents - [Duplicate invoice](https://docs.hyperline.co/docs/invoices/duplicate): Learn how to duplicate an existing invoice and edit it - [Edit invoice](https://docs.hyperline.co/docs/invoices/edit): Learn how to edit an existing invoice before being sent for payment - [E-invoicing](https://docs.hyperline.co/docs/invoices/einvoicing): Learn about electronic invoicing compliance in Hyperline - [Invoice emails](https://docs.hyperline.co/docs/invoices/emails): Overview about customer email notifications for invoices - [Invoice exports](https://docs.hyperline.co/docs/invoices/exports): Learn how to export your invoices - [Public invoice page](https://docs.hyperline.co/docs/invoices/invoice-page): Easily share a dedicated invoice page with your customers - [Overview](https://docs.hyperline.co/docs/invoices/overview): Overview of the invoice concept - [Credit notes & refunds](https://docs.hyperline.co/docs/invoices/refunds): How to issue credit notes and refund a paid invoice - [Invoice reminders & dunning](https://docs.hyperline.co/docs/invoices/reminders): Learn how to automate your payment reminders and dunning process - [Tax management](https://docs.hyperline.co/docs/invoices/tax-management): Taxes computation can drive a lot of complexity into your invoicing process. Luckily, Hyperline can manage this for you, at no extra cost. - [Invoice payment term](https://docs.hyperline.co/docs/invoices/term): Learn about invoices payment term settings - [Payment orchestration](https://docs.hyperline.co/docs/payments/orchestration): Learn how Hyperline orchestrates payment providers - [Handling payment errors](https://docs.hyperline.co/docs/payments/payment-errors): How to handle invoice payment errors - [Payment methods](https://docs.hyperline.co/docs/payments/payment-methods): Learn about supported payment methods - [Transactions and reconciliation](https://docs.hyperline.co/docs/payments/reconciliations) - [Manage plans](https://docs.hyperline.co/docs/plans/overview): Create plans to make it easier to assign subscriptions - [Price books](https://docs.hyperline.co/docs/price-books/overview): Learn about extending your product catalog with price books and fine-grained pricing attribution - [Metering options](https://docs.hyperline.co/docs/products/metering): Learn about metering in Hyperline - [Products catalog](https://docs.hyperline.co/docs/products/overview): Learn about product types and pricing in Hyperline - [Custom properties](https://docs.hyperline.co/docs/properties/overview): Learn how to adapt Hyperline to your extra needs using custom properties - [Quotes](https://docs.hyperline.co/docs/quotes/overview): Learn about Hyperline quoting module - [Quote signature](https://docs.hyperline.co/docs/quotes/signature): Learn about Hyperline quote signature process - [Quote templates](https://docs.hyperline.co/docs/quotes/templates): Learn how to configure quote templates - [Public checkout page](https://docs.hyperline.co/docs/subscriptions/checkout-page): Learn about the hosted checkout page to let your customers subscribe - [Subscription basic setup](https://docs.hyperline.co/docs/subscriptions/create): Assign subscriptions to customers in Hyperline - [Subscription exports](https://docs.hyperline.co/docs/subscriptions/exports): Learn how to export your subscriptions - [Manage a subscription](https://docs.hyperline.co/docs/subscriptions/manage): Manage a subscription lifecycle, pause or cancel it - [How do subscriptions work?](https://docs.hyperline.co/docs/subscriptions/overview): Overview of the subscription concept - [Update a subscription](https://docs.hyperline.co/docs/subscriptions/update): Update aspects of a subscription, such as products, quantities, and coupons. - [Connect with BigQuery](https://docs.hyperline.co/docs/usage/bigquery): Pull data automatically from your BigQuery project - [Configure your first usage-based subscription](https://docs.hyperline.co/docs/usage/configure-your-first-usage-based-plan) - [Automated seat-based billing](https://docs.hyperline.co/docs/usage/connected-seats): We're improving our seat-based products by integrating metering capabilities. - [Explore your data usage](https://docs.hyperline.co/docs/usage/explore-usage-consumption): Exploring your data usage to understand how your customers are consuming your products - [Import events with a CSV file](https://docs.hyperline.co/docs/usage/import-events-csv) - [Connect with MongoDB](https://docs.hyperline.co/docs/usage/mongodb): Pull data automatically from your MongoDB database - [Send your usage data](https://docs.hyperline.co/docs/usage/send-your-usage-data) - [Connect with Snowflake](https://docs.hyperline.co/docs/usage/snowflake): Pull data automatically from your Snowflake warehouse - [Pull usage data with connectors](https://docs.hyperline.co/docs/usage/usage-data-with-connectors): No-code usage based with Hyperline connectors and automatic data pulling - [Overview](https://docs.hyperline.co/docs/wallets/overview): Overview of the wallet concept - [Manage wallet balances](https://docs.hyperline.co/docs/wallets/top-up): Learn about top up, debit and balances - [Exact Online](https://docs.hyperline.co/integrations/exact-online): Learn how to push your invoicing data in your accounting tool - [GoCardless](https://docs.hyperline.co/integrations/gocardless): Learn how to collect payments through GoCardless on Hyperline - [Hightouch](https://docs.hyperline.co/integrations/hightouch): Learn how to sync data from Hightouch - [HubSpot component](https://docs.hyperline.co/integrations/hubspot/component): Learn how to benefit from Hyperline UIs right into your CRM - [HubSpot](https://docs.hyperline.co/integrations/hubspot/overview): Learn how to connect HubSpot with Hyperline - [Mollie](https://docs.hyperline.co/integrations/mollie): Learn how to collect payments through Mollie on Hyperline - [Integrations overview](https://docs.hyperline.co/integrations/overview): Learn how Hyperline integrates with your tools stack - [Pennylane](https://docs.hyperline.co/integrations/pennylane): Learn how to push your invoicing data in your accounting tool - [Salesforce component](https://docs.hyperline.co/integrations/salesforce/component): Learn how to benefit from Hyperline UIs right into your CRM - [Salesforce](https://docs.hyperline.co/integrations/salesforce/overview): Learn how to connect Salesforce with Hyperline - [Segment](https://docs.hyperline.co/integrations/segment): Learn how to ingest events from Segment - [Slack](https://docs.hyperline.co/integrations/slack): Learn how to send automated messages to Slack - [Stripe](https://docs.hyperline.co/integrations/stripe): Learn how to collect payments through Stripe on Hyperline - [Xero](https://docs.hyperline.co/integrations/xero): Learn how to push your invoicing data in your accounting tool - [Automate using Zapier](https://docs.hyperline.co/integrations/zapier): Overview about Zapier no-code integration ## Optional - [Blog](https://www.hyperline.co/resources/blog)