Accéder directement au contenu
Créez un compte
ou
connecter-vous
Logo de la documentation Stripe
/
Demander à l'assistant IA
Créez un compte
Connectez-vous
Démarrer
Paiements
Revenus
Plateformes et places de marché
Gestion de fonds
Ressources pour les développeurs
Aperçu
Gestion des versions
Journal des modifications
Mettre à niveau votre version de l'API
Actualiser votre version du SDK
Essentials
SDK
API
Tests
CLI Stripe
Outils
Workbench
Dashboard des développeurs
Shell Stripe
Stripe pour Visual Studio Code
Fonctionnalités
Workflows
Destinations d'événements
Alertes d'intégrité de StripeChargements de fichiers
Solutions d'IA
Boîte à outils des agents
Sécurité et confidentialité
Sécurité
Confidentialité
Extensions Stripe
Build Stripe apps
Use apps from Stripe
    Présentation
    Stripe-built apps
    Adobe Commerce
    Cegid
    Commercetools
    Mirakl
    NetSuite
      Pôle comptabilité
      Application de paiement personnalisée
      Page de paiement du client
      Automatiser les versements
      Pôle développeurs
      Automatiser les factures
        Configurer les taxes
        Avoirs et notes de crédit
        Solde client dans NetSuite
        Clients dans NetSuite
        Factures dans NetSuite
        Tarifs et bons de réduction dans NetSuite
        Comptabilisation des revenus
      Lien de paiement des factures
      Page de paiement de facture
      Plusieurs devises
      Plusieurs filiales
      Inscription des utilisateurs
      Résolution des problèmes
    Oracle Opera
    PrestaShop
    Salesforce
    SAP
    Shopware 6
    Stripe Tax pour BigCommerce
    Stripe Tax for WooCommerce
    Partner apps
    Build your own app
Partenaires
Partner ecosystem
Certification des partenaires
AccueilRessources pour les développeursUse apps from StripeNetSuiteInvoice automation

Remarque

Cette page n'est pas encore disponible dans cette langue. Nous faisons tout notre possible pour proposer notre documentation dans davantage de langues et nous vous fournirons la version traduite dès qu'elle sera disponible.

Revenue recognition

Learn about using the NetSuite revenue recognition engine with Stripe Billing.

The Stripe Connector for NetSuite automatically syncs data from subscription invoices to NetSuite to enable revenue recognition calculation. The connector passes the start and end dates from the Stripe subscription periods to the NetSuite invoice lines.

Remarque

The app supports NetSuite Advanced Revenue Management (ARM) only. NetSuite classic revenue recognition (also called legacy revenue recognition) and Stripe Revenue Recognition aren’t supported. If you don’t use NetSuite ARM, no action is needed from you.

How it works

  1. During onboarding, you specify a revenue recognition rule that the app uses when it creates an item. You can set up this rule using a field mapping.
  2. When the app creates an invoice from a Stripe subscription, it specifies a period start and end date. The app copies these dates to the NetSuite invoice at the line item level.
  3. When the app creates a full or partial refund for an invoice, the credit memo created against the invoice uses the same revenue recognition schedule as the invoice.
  4. At the end of each accounting period, you manually create a revenue recognition journal entry. When this occurs, revenue moves from the deferred revenue account to your earned income account.

Revenue date range

Stripe and NetSuite define the revenue date range differently. While Stripe defines the date range as up to but not including the end date, NetSuite defines the date range as up to and including the end date.

This means the last day of the revenue period in NetSuite is one day less than the corresponding end date of the revenue period in Stripe. The app handles this difference to comply with the NetSuite date range definition by adding a day to the Stripe end date and using that value as the NetSuite end date.

Invoice and line item dates

Each line item on a Stripe invoice contains a period start and end date. These dates get copied to the NetSuite invoice line item’s Stripe start and end dates, by default. If you require another set of start and end date fields in NetSuite, you can create a script or workflow to copy the dates from the Stripe start and end dates.

Modified revenue recognition dates

When the app creates a NetSuite transaction based on another transaction (for example, a credit memo created from an invoice), the revenue recognition schedule copies directly from the original transaction. Because this is a point-in-time copy, any subsequent changes to the revenue recognition schedule on the new transaction won’t reflect on the original source transaction. This applies even if a revenue recognition journal entry hasn’t generated for the original transaction.

For example, you have an invoice in your NetSuite account with a revenue recognition schedule of January 1 to June 1. If you create a credit memo for the invoice on February 15 and manually update the revenue recognition dates, the dates on the invoice won’t change.

Closed accounting periods and earned revenue

When using revenue recognition, open accounting periods affect how refund revenue for credit memos earn over time.

For example, if the September accounting period closes before you can create the credit memo, the September refund revenue moves to October. Two identical entries for October appear in the credit memos revenue recognition schedule.

You must create the revenue recognition journal entries before closing the period. If you don’t, the following occurs:

  • Refund revenue for credit memos created after the last journal entry for invoices with revenue earned in the closing period won’t be accounted for.
  • Revenue in the period about to close won’t move out of the deferred revenue account.
  • Revenue recognition looks like it’s attempting to book revenue for a month that’s already closed.

Coupons

Coupons appear as non-posting discount items. Instead of posting to an income account, these items bundle with the applicable NetSuite item. When calculating the revenue recognition impact for a product item in a NetSuite invoice, the non-posting discount amount subtracts from the total.

Refunds and credit memos

When the app creates a full or partial refund for a Stripe subscription invoice, it also creates a credit memo and customer refund. The credit memo uses the same revenue recognition schedule as the invoice, regardless of the revenue already earned on the invoice.

For example, in September you created an invoice for 120 USD with a 12 month straight-line by accounting period revenue recognition schedule. The current date is October 15, and the September accounting period isn’t closed yet. The app creates a credit memo for the total amount of the invoice created in September. The revenue recognition schedule for the credit memo is the same as the invoice schedule, despite different creation months. This means the credit memo contains a refund of 10 USD for September and 10 USD for October.

Credit memos created by customer balance

Credit memos represent the payments against an invoice by a customer balance. You can recognize the credit against the invoice because the credit memo copies the invoice’s revenue recognition schedule.

Manual revenue recognition

You can use the app’s revenue recognition system without using NetSuite Advanced Revenue Management (ARM). The app can import revenue recognition data (the revenue period for a specific line item) into NetSuite. Then you can set up manual or custom automated systems to recognize revenue.

Customize the deferred revenue account

You can customize the deferred revenue account using field mappings. For example, you might integrate the following, where the metadata value is the internal ID of the deferred revenue account:

service_sale_item: { "metadata.netsuite_deferred_revenue_account" : "deferred_revenue_account_id" }
Cette page vous a-t-elle été utile ?
OuiNon
Besoin d'aide ? Contactez le service Support.
Rejoignez notre programme d'accès anticipé.
Consultez notre log des modifications.
Des questions ? Contactez l'équipe commerciale.
LLM ? Lire llms.txt.
Propulsé par Markdoc