#mira-subscription
1 messages · Page 1 of 1 (latest)
I mean it's recurring subscription so the flat amount will always be charged right?
correct, flat fee will be charged
How can I make this to charge the 995kr for the 1st time only?
In the subscription plan?
when do you want to charge it. At the beginning of the first month or at the end of the first month?
what you can do is
- create a separate price with amount of the onetime charge you want to charge your customer
- when you create subscription, add a onetime invoice item using this parameter https://stripe.com/docs/api/subscriptions/create?lang=node#create_subscription-add_invoice_items
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
the add_invoice_item contains the onetime price, and it will only be charged once at the subscription creation