#nickmcr123

1 messages · Page 1 of 1 (latest)

warped leafBOT
toxic knoll
#

Hello! If you need to use pay_immediately unfortunately there's no way to create an "incomplete" subscription (like you would get with default_incomplete)

soft nimbus
#

Thank you for the reply. Using the embeded payments element, how would a customers subscription invoice be charged?

toxic knoll
#

You'd take the Payment Intent tied to the Invoice, which gives you a client secret to use with the Payment Element

odd tulip
#

Hi Karbi! I'm working with nickmcr. Because "default_incomplete" isn't an option when we have to use the pay_immediately = false flag, our subscriptions are now active as soon as they are created. We would like them to not be active until the invoice is paid. Is there a way to do that?

toxic knoll
#

Riight now there's no way to do that - they're completely incompatible

#

We look at the subscription's most recent finalized invoice when determining if a subscription is active or not, and since pay_immediately results in the Invoice not being finalized immediately there are no finalized invoices for us to check to determine whether it's active or not (so we consider it active)