Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for pending_invoice_item_interval #685

Merged
merged 1 commit into from
Jan 7, 2020

Conversation

joshcass
Copy link
Collaborator

@joshcass joshcass commented Jan 7, 2020

  • This feature allows a subscription to be modified
    but delays sending out the invoice for the new invoice items.

  • For example you can update the subscription quanitity with
    prorate: true and allow the invoice items for the proration
    adjustment to be generated but rather than invoicing for those
    new items within a few hours they can accumulate and be invoiced
    all at once on a chosen cadence like once-per-month

  • https://stripe.com/docs/api/subscriptions/object#subscription_object-pending_invoice_item_interval

* This feature allows a subscription to be modified
  but delays sending out the invoice for the new invoice items.

* For example you can update the subscription quanitity with
  `prorate: true` and allow the invoice items for the proration
  adjustment to be generated but rather than invoicing for those
  new items within a few hours they can accumulate and be invoiced
  all at once on a chosen cadence like once-per-month

* https://stripe.com/docs/api/subscriptions/object#subscription_object-pending_invoice_item_interval
@joshcass joshcass force-pushed the add-pending-invoice-item-interval branch from 2559165 to 35e3cc5 Compare January 7, 2020 16:19
@joshcass joshcass merged commit 9e343a5 into master Jan 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant