Adds support for printing images on Terminal readers with embedded printers
What’s new
Adds the print_content enum value to the action.type enum on the Terminal Reader object. Also adds the print_content hash to the action hash.
You can use this action to print images on Terminal readers with embedded printers, such as the Verifone V660p. The API method accepts the related setting and PNG images through multipart/form-data uploads to files.stripe.com.
Impact
You can now print content (such as receipts, coupons, queue tickets, and more) in your Terminal payment flows. See the integration guide for more details.
Changes
| Parameter | Change | Resources or endpoints |
|---|---|---|
| print_content | Added | Terminal. Reader. action |
| Value | Change | Enum |
| print_content | Added | Terminal. Reader. action. type |
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: 2026-05-27. dahlia
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
