Actions
Feature proposal #8569
closedStripe: implement support for setup intents
Description
When creating a recurring subscription and the first month is free it should push the start date of the recurring payment and put it into a trialing mode. Currently it does not do this and Stripe does not allow for $0 recurring subscriptions, which it attempts to create.
Updated by krileon over 3 years ago
This is due to it trying to create a payment intent with an amount of 0, but Stripe does not allow payment intents with a value below $0.50. May need to use a different endpoint when the result is $0 payment intent. Probably a SetupIntent to establish the payment method, but not bill anything.
Updated by krileon over 3 years ago
- Tracker changed from Bug to Feature proposal
- Subject changed from Stripe: free initial payment with recurring subscriptions fails to Stripe: implement support for setup intents
Implemented in MR !237
Updated by krileon over 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions