#rzzz | Real Deal

1 messages ยท Page 1 of 1 (latest)

echo cloudBOT
midnight hound
#

Hi there ๐Ÿ‘‹ what's the question you're looking for assistance with?

simple axle
#

just want to clarify for subscription. Before setting a subscription for a customer it requires a payment method right?

midnight hound
#

It depends on the payment_behavior you're using and whether the first Invoice will require payment:
https://stripe.com/docs/api/subscriptions/create#create_subscription-payment_behavior

Collecting payment method details first is a good idea to help ensure the Subscription will be able to automatically charge and renew, but may cause customer friction if your Subscription starts with a free trial period.

simple axle
#

I see. My client wants the customer to try their products/subscription for free without setting up a trial period.

simple axle
midnight hound
midnight hound
simple axle
#

It will depend on the client if he/she wants to upgrade to a start plan

midnight hound
#

If the initial Subscription is for a product with a price of zero, then no payments will be processed and no payment method is required.

simple axle
midnight hound
#

None

simple axle
#

So we just need to create a product with 0 price?

winged osprey
#

Hello ๐Ÿ‘‹
Taking over as toby needs to step away soon

#

Yes for a free plan, $0 product is what you need

simple axle
#

I see. Got it now. Thanks team. Will ask again if some questions will surface.