Updates the category field of Credit Grants to be optional
What’s new
Updates the category field of the Credit Grant to be optional.
Impact
You can omit the category field of a new credit grant without impacting your existing Stripe integration. Stripe defaults the category to paid if omitted.
Changes
| Field | Change | From → to |
|---|---|---|
| Billing. CreditGrant#create. category | Changed | required → optional |
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: 2025-10-29. clover
- 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.
