Breaking changes
Renames a purchase_details attribute of the Transaction object Breaking changes
What’s new
Renames purchase_details.fuel.volume_decimal to purchase_details.fuel.quantity_decimal on the Issuing Transaction resource and related test_helper APIs.
Impact
Renames a purchase_details attribute of the Transaction object from volume_decimal to quantity_decimal to more precisely describe the number of items purchased.
Changes
| Parameters | Change | Resources or endpoints |
|---|---|---|
| purchase_details. fuel. volume_decimal | Changed | Issuing. Transaction |
| quantity_decimal | Added | Issuing. Transaction. purchase_details. fuel |
Upgrade
- View your current API version in Workbench.
- If you use an SDK, upgrade to the corresponding SDK version for this API version.
- If you don’t use an SDK, update your API requests to include Stripe-Version: 2024-06-20
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
Learn more about Stripe API upgrades.