Project

General

Profile

Actions

Feature proposal #9108

closed

Stripe: redo how recurring subscriptions are paid

Added by krileon over 1 year ago. Updated 10 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
12 January 2023
Due date:
% Done:

100%

Estimated time:

Description

Currently a PaymentIntent is created, paid, then a subscription is created and attached to the payment method of that payment intent. However this has been improved between the time this was implemented and now. Now appears the recommended approach is first create the subscription and let the subscription create the payment intent.

https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements#how-to-model-it-on-stripe

Redoing this will solve the issue of having to use start_date to defer the recurring payments and avoid $0 invoices.

Actions

Also available in: Atom PDF