Recurring
Invoice Creation
For subscription, auto-generated invoices are associated with the subscription in each billing cycle. That’s why it is termed as recurring invoice
. So you don’t need to create any invoice explicitly.
Line items and payment amount are determined by the properties of the subscription, as well as by any one-off items added to the subscription.
- For subscription with
billing_method = manual
, the due date is the invoice creation date plus the value of the subscription’sdays_until_due
attribute. - For subscription with
billing_method = automatic
, the due date doesn’t have any significance.
Payment Collection
Recurring invoice can be paid in the following ways :
- For subscription with
billing_method = manual
, it is exactly similar to Payment Collection of One-Off invoice. - For subscription with
billing_method = automatic
, please refer to Invoices > Payment Collection > Automatic Payment