#srn - Subscriptions + Eleemnts

1 messages · Page 1 of 1 (latest)

pastel shadow
#

Hello! It depends on your flow and what exactly you're doing. Can you provide more details?

craggy herald
#

I am using stripe connect with standard account and direct charges. Buyers can subscribe to third party merchants.

#

Each merchant will have 1 product with multiple prices (monthly, annual plans etc.)

#
  1. if a checkout flow doesn't complete, should i reuse the same subscription object between buyer and merchant? 2) if a subscription is paid for, and later canceled, do i reuse the same subscription object if the buyer wants to resume?
pastel shadow
#

For #1, that depends on what you mean by "doesn't complete".

craggy herald
#

the buyer starts the payment process but doesn't enter credit card info or payment doesnt succeed

pastel shadow
#

Right, but then what happens? What series of events would lead you to potentially using the existing Subscription, and how much time passes?

craggy herald
#

the buyer restarts the checkout/payment flow. it can be at any indeterminate time in the future

pastel shadow
#

You should create a new Subscription in that case.

craggy herald
#

ok, so to summarize for each payment flow that is started, i should be creating a new subscription?

#

is this also the case with a customer object? or should that be reused for the same buyer?

pastel shadow
#

You should probably reuse the Customer objects.