Charges now specify the ID for the rule blocking a transaction, which can be expandedBreaking changes
What’s new![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
Updates the outcome[rule]
property on the Charge
object to contain the ID of the rule that blocked the charge. Previously, outcome[rule]
contained the entire Rule
object. You can expand this property when retrieving charges to render the full Rule
object as before.
Impact![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
The Charge
object outcome[rule]
and dispute
properties now contain IDs instead of full objects, supporting expandable fields.