#corwindev

1 messages · Page 1 of 1 (latest)

dapper talonBOT
unborn pawn
#

Hi, let me help you with this.

#

What do you mean by "different intervals" exactly?

long briar
#

monthly/yearly

unborn pawn
#

Do you mean you want to start 2 subscriptions at the same time, one yearly and one monthly?

long briar
#

Yes

unborn pawn
#

You can't do it in a straightforward way. You will need to first collect the Payment Method for future usage with Checkout Session in mode: "setup", and then create 2 separate Subscriptions on the backend.

long briar
unborn pawn
#

Sure

#

... I mean, the proposed workaround would work. You still can't create a single Subscription with 2 Prices of different billing periods.

long briar
#

Okay, so:

  • Redirect customer to checkout using setup intent
  • Once recieved the webhook, create 2 diffrent subscriptions
unborn pawn
#

Correct.

long briar
#

Great thank you 🙂

unborn pawn
#

Happy to help.