#yelseW
1 messages · Page 1 of 1 (latest)
Yes! This is possible with Subscription Schedule. You can refer to installment plan as an example: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#installment-plans
This is super useful. Are there ways to make subscriptions to buy a specific crypto using the crypto onramp at a set interval?
Subscription doesn't support crypto onramp currently
Thanks!
Unlike creating a Subscription, it doesn't seem to charge immediately although it makes the Subscription active. Is there a field I'm missing?
Can you share the subscription ID (sub_xxx)?
sub_1NDeI6DBF4LGcRTgJjIQZ9ox
In https://dashboard.stripe.com/test/subscriptions/sub_1NDeI6DBF4LGcRTgJjIQZ9ox, the invoice of the subscription was created, but still remained in draft status and will be finalised and charged in 1 hour.
If you wish to charge the subscription immediately upon creating subscription, I'd recommend:
- Create a normal subscription
- Create a subscription schedule on existing subscription: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#existing-subscription
- Then update subscription schedule to have it cancel after x number of iterations
Awesome thanks!