CreateTerminalReader
Source:
src/Stripe/CreateTerminalReader.ts
Create a Stripe Terminal Reader over HTTP. Account-scoped — binds the API key onto the host, not a specific reader resource.
Creating a Reader at runtime
Section titled “Creating a Reader at runtime”const create = yield* Stripe.CreateTerminalReader();const reader = yield* create({ registration_code: "simulated-wpe", label: "Front counter", location: locationId,});