#khan - subscription with initial payment
1 messages · Page 1 of 1 (latest)
Yes! You can do this with add_invoice_items to put additional prices for payment on the first invoice only.
Are you creating subscriptions directly with the API, or using Checkout?
I imagine it would be "checkout"
Why do you say imagine?
How are you creating subscriptions?
I want to do this via clickfunnel
Ah, are you making any Stripe APi requests yourself?
yes .. there is subscription option in clickfunnel for stripe and its working fine but I can't add upfront payment to it .. that's the issue
Using Checkout you can provide up to 20 "one time" prices alongside the recurring Price to have those on the first invoice only:
https://stripe.com/docs/api/checkout/sessions/create#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.
I did create subscription in stripe and then add it to clickfunnel
I can't say whether Clickfunnels supports this feature, though, you'd need to reach out to them for help with that.
What do you mean you create subscription in stripe?
Can you share the API requests?
either your code or the request IDs:
https://stripe.com/docs/api/request_ids eg req_123
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok Thanks
NP!