Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds support for printing images on Terminal readers with embedded printers


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

ParameterChangeResources or endpoints
print_contentAddedTerminal. Reader. action
ValueChangeEnum
print_contentAddedTerminal. Reader. action. type

Upgrade

  1. View your current API version in Workbench.
  2. 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
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?