RyzeDeskRyzeDesk

Stripe

4105 articles

Adds forms to Terminal readers to collect user information


Adds forms to Terminal readers to collect user information

What’s new

Adds the ability for Terminal readers to collect customer information using the collect_inputs endpoint. Also adds the testing endpoints succeed_input_collection and timeout_input_collection, which don’t require a physical Terminal reader.

Impact

You can now display forms on Terminal readers to collect information from customers, such as signature, selection, email address, phone number, text, and other numeric values.

See Collect on-screen inputs to learn more.

Changes

EndpointsChangeResources
collect_inputsAddedTerminal. Reader
succeed_input_collection timeout_input_collectionAddedTerminal. Reader
ParameterChangeResources or endpoints
collect_inputsAddedTerminal. Reader. action
ValueChangeEnum
collect_inputsAddedTerminal. 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: 2025-05-28. basil
  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 .

Learn more about Stripe API upgrades.

Last verified 2026-09-27

Is this helpful?