Project

General

Profile

Actions

Feature proposal #7537

closed

Stripe: replace initial charge usage with one-off invoice

Added by krileon almost 5 years ago. Updated almost 4 years ago.

Status:
Rejected
Priority:
Low
Assignee:
Target version:
-
Start date:
24 April 2019
Due date:
% Done:

100%

Estimated time:

Description

Currently for initial price/duration usage the subscription start date is pushed using the trial_date then the initial charge is done using a normal /charge request. This instead should create a one-off invoice before creating the subscription, but still need to set trial_date. This will cause the one-off invoice to happen same time as the subscriptions initial invoice instead of being a charge + invoice you have just a singular invoice.

Note this doesn't impact functionality either way, but is the correct way to do it according to API.

https://stripe.com/docs/billing/invoices/one-off

Actions #1

Updated by beat almost 5 years ago

  • Target version changed from 4.3.1 to 4.4.0
Actions #2

Updated by beat almost 4 years ago

  • Target version changed from 4.4.0 to 4.5.0
Actions #3

Updated by krileon almost 4 years ago

  • Status changed from Assigned to Rejected
  • Target version deleted (4.5.0)
  • % Done changed from 0 to 100

Initial payment is always handled by the payment intent, which generates an invoice when it comes to subscriptions.

Actions

Also available in: Atom PDF