#_nicolel_

1 messages · Page 1 of 1 (latest)

short templeBOT
crimson mantle
robust vine
#

hi yes, I did read the docs for this under the update_subscription endpoint which is slightly different than the create_subscriptiondocs that you linked. The docs you linked specifically say "the first invoice" and have a different status than the update docs.

crimson mantle
robust vine
#

The descriptions are almost exactly the same for them, I am struggling to understand what the difference is when reading these docs. Both switch the invoice to status=past_due and say that it allows for addistional user actions. It is unclear to me when I would use one vs the other

crimson mantle
#

Use allow_incomplete to transition the subscription to status=past_due if a payment is required but cannot be paid

Use default_incomplete to transition the subscription to status=past_due when payment is required and await explicit confirmation of the invoice’s payment intent.

I'd recommend running a quick test with both. I think the difference is in how the payment is handled