Project

General

Profile

Actions

Feature proposal #8569

closed

Stripe: implement support for setup intents

Added by krileon about 3 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
11 June 2021
Due date:
% Done:

100%

Estimated time:

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.

Actions #1

Updated by krileon about 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.

Actions #2

Updated by krileon about 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

Actions #3

Updated by krileon about 3 years ago

  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by beat over 2 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF