- DATE:
- AUTHOR:
- The Metronome team
Links
Edit recurring commits and credits
It’s now possible to edit the following fields on recurring commits and credits:
ending_before
access_amount
invoice_amount
(for commits)
When a recurring commit or credit is updated, all child commits with future-dated access schedules will also be updated automatically. Active or expired child commits will remain unchanged and can be modified individually using the edit contract flow.
This feature makes it easier to keep customer contracts aligned with evolving pricing strategies—without needing to create new recurring commits or duplicate contract logic.
Example:
A pricing tier may currently charge $30 a month for 50 credits. This is represented on customer contracts as a recurring commit with an
access_amount
of 50 credits and aninvoice_amount
of $30.If the cost of delivering the service decreases and the plan is to offer more credits at the same price, the contract can be edited to increase the access amount from 50 to 70 credits per month—without creating a new recurring commit.
Editing recurring commits and credits is available in the UI and API to all customers on Contracts who have contract editing enabled. See docs here.
If you do not have contract editing enabled and would like to have access, please reach out to your growth representative.
Links