Project

General

Profile

Actions

Feature proposal #9861

open

Stripe: improve one time payment line items when bundled with recurring payments

Feature proposal #9861: Stripe: improve one time payment line items when bundled with recurring payments

Added by krileon about 2 hours ago.

Status:
Assigned
Priority:
Low
Assignee:
Target version:
Start date:
11 May 2026
Due date:
% Done:

0%

Estimated time:

Description

Instead of doing differential math to determine pricing offset from initial recurring payment with bundled single payments and having a different recurring amount to just generate additional one time payment line items. Example as follows.

Plan 1 (recurring)
Initial Price: $25
Recurring Price: $50

Plan 2 (non-recurring)
Regular Price: $100

This should mean the following.

Initial Payment: $125
Recurring Payment: $50

It does however at Stripe it'll be invoiced as follows.

Line 1: $50 (the recurring amount)
Line 2: $75 (the difference)
Total: $125

It should instead be.

Line 1: $25
Line 2: $100
Total: $125

This will likely require 3 products instead of 2 to be generated at stripe.

No data to display

Actions

Also available in: PDF Atom