#andreas.pabst-subscriptions

1 messages ยท Page 1 of 1 (latest)

wide star
#

hi there

visual drum
#

hi ๐Ÿ™‚ - i forgot we are using stripe connect express accounts

wide star
#

so you mean, for example, create the subscription today , no payment for 30 days until March, then a payment of $50, and then from April onwards, $100 a month, for instance?

visual drum
#

yes!

wide star
#

you might need 2 usages on the coupon(not sure how this works with trials and would have to test), but overall that's the easiest way

visual drum
#

oh that is exactly what I was looking for!!

#

thanks mate ๐Ÿ™‚ !!

#

right now I am developing a checkout form

#

and the customer can choose if he wants to one time pay or x months settlements

#

how is the best way to implement this on a one page checkout

#

do you know what I mean?

inner bramble
#

Hi Andreas. Gathering some resources for you

#

You will have to have an option on your webpage, where the user will select either the one-time payment option or the subscription option. Based on that selection, you will pass either payment or subscription in when creating the checkout session: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-mode. You would also pass in the separate price object for either the subscription or one-time-payment: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-price

#

Apologies, do you mean you are using Stripe Checkout or your own, custom Checkout page made with Elements?

visual drum
#

stripe checkout with custom accounts

#

and my own custom checkout page

#

we are using custom checkout pages, using express connect accounts

inner bramble
#

So if you are using stripe checkout sessions, then my above recommendation works

lean falcon
#

Hi @visual drum does that answer your question?