#elianbraja
1 messages · Page 1 of 1 (latest)
You'd just create a Price object with unit_amount: 0 and then use that price_xxx when subscribing
Is a must for the customer to provide a payment method for the invoice to be paid?
in case of a $0.0 price
How are you integrating?
If Checkout, you need to pass an additional parameter when creating your session: https://stripe.com/docs/connect/webhooks
Otherwise if you're using a custom flow then the Subscription will just transition immediately to an active state as there'll be no payment due
Is that not the case?
The price specified is set to type=one_time but this field only accepts prices with `type=recurring
I get this error when I try to create a subscription and passing subscrption items
I want to create a subscription but make it "Forever"