square.createTerminalCheckout creates a Terminal checkout request and sends it to the specified device to take a payment for the requested amount.
Example
automations/square-create-terminal-checkout.automation.ts
Inputs
Every input accepts a compatible signal. It requiresPAYMENTS_WRITE.
Use the official CreateTerminalCheckout reference for provider field semantics and limits.
Output
Returns the officialSquare.CreateTerminalCheckoutResponse response as a codec-safe object. Square integer money amounts remain bigint values.