POST /subscriptions
with header Create-Pending-Subscription-Change: true
pending_subscription_change
ID/subscription_changes/{id}/apply
once payment is successful, usually providing the previously_collected_amount
to cover the initial invoice.pending_subscription_change
in the subscription responsepreviously_collected_amount
when applying a change
if payment has been collected for the initial invoice to ensure that Orb’s initial
invoice is a $0 charge that is automatically marked as paid.previously_collected_amount
will be added to the customer balance, and is important if you’d like to avoid
a double charge for the initial invoice (or any subsequent invoices that should be covered by the balance).
changed_resources
field on the subscriptioncreated_invoices
, which include both immediate and lookahead (upcoming beyond that) invoiceschanged_resources
are a preview of the invoicing changes that will be made.
After applying, you can expect the shape of newly created invoices to match but not the id
.