Skip to content

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.

const create = yield* Stripe.CreateTerminalReader();
const reader = yield* create({
registration_code: "simulated-wpe",
label: "Front counter",
location: locationId,
});