Options
All
  • Public
  • Public/Protected
  • All
Menu

A Location is used to group readers in the Stripe Terminal ecosystem. The Location to which a reader is registered can control regional behavior for that particular reader.

You cannot create locations through the SDK. Instead, use the Stripe API from your backend to manage your account’s locations.

To fetch the Location objects associated with your account, call listLocations().

see

https://stripe.com/docs/api/terminal/locations

Hierarchy

  • Location

Index

Properties

address?: Address

The address of this Location

displayName?: string

The display name of this Location

livemode: boolean

Whether this Location was created in livemode

stripeId: string

The ID of the Location

Generated using TypeDoc