Skip to content
Create account
or
Sign in
The Stripe Docs logo
/
Ask AI
Create account
Sign in
Get started
Payments
Revenue
Platforms and marketplaces
Money management
Developer resources
Overview
Billing
OverviewAbout the Billing APIs
Subscriptions
Invoicing
Usage-based billing
Quotes
Customer management
Billing with other products
Revenue recovery
Automations
Test your integration
Tax
Overview
Use Stripe tax
Manage compliance
Reporting
Overview
Select a report
Configure reports
Reports API
Reports for multiple accounts
Revenue recognition
    Overview
    Get started
    How Revenue Recognition works
      Subscriptions and Invoicing
      One-time payments
      Refunds and disputes
    Data freshness
    Pricing
    Multi-currency
    Connect platforms
    Revenue Recognition for Usage-Based Billing
    Revenue contracts
    Reports
    Overrides
    Audit your numbers
    Examples
    Revenue recognition rules
    Revenue Recognition settings
    Map to your chart of accounts
    Performance obligations API
    Import data to Stripe
    Export data from Stripe
Data
OverviewSchema
Custom reports
Data Pipeline
Data management
HomeRevenueRevenue recognitionHow Revenue Recognition works

Revenue Recognition with one-time payments

Manage revenue recognition for one-time payments by importing custom service periods.

With one-time payments created in the Dashboard or through the Charges or Payment Intents APIs, Stripe has data on the transaction amount and payment time, but no explicit service period data. By default, Stripe Revenue Recognition immediately recognizes the revenue from one-time payments, but you can override this behavior by importing a custom service period.

This example is for a one time payment of 10 USD.

The journal entries generated might look like the following:

DebitCreditAmount
AccountsReceivableDeferredRevenue+10.00
CashAccountsReceivable+10.00
DeferredRevenueRevenue+10.00

This nets out to leave the following end state:

AccountAmount
Cash+10.00
Revenue+10.00

Caution

To incorporate a fulfillment schedule into your revenue recognition reports, you must first import the data.

Was this page helpful?
YesNo
  • Need help? Contact Support.
  • Join our early access program.
  • Check out our changelog.
  • Questions? Contact Sales.
  • LLM? Read llms.txt.
  • Powered by Markdoc