#mavlife_76234
1 messages · Page 1 of 1 (latest)
Happy to help. Is this a one time charge for the first payment on the subscription?
Exactly
Also how are you creating the subscriptions? Directly with the API? With Checkout? A plugin?
Checkout
In that case you can just include an item with a one time price in your line_items array. https://stripe.com/docs/api/checkout/sessions/create?lang=node#create_checkout_session-line_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.
Checkout will only apply it to the first payment, it will disappear from subsequent ones
I know this is going to sound stupid - but where to add this code? How do I access the section to add the code?
I understand code - but don't know how to find the area within Stripe to add it
Taking a step back, is this Checkout code that you are already running somewhere?
The thing I linked to would be something you would add to the code running on your server. That code isn't "in Stripe" so it would be a change somewhere on your side if that is how you are creating sessions
Oh, currently I'm billing clients using the Stripe link I create on the site. There's no way to do this all on the Stripe platform?
The dashboard is letting me mix recurring and one-time prices when creating a Payment Link