Create a terminal Location
Creates a Location in the authenticated key’s test or live mode. Use
the returned loc_… when creating a simulated Terminal or requesting
physical hardware for this business location.
external_reference is an optional identifier from your system. When
present, it must be unique for the Merchant within this key mode.
Authorizations
Merchant secret key, or an authorized Platform secret key with delegation.
Headers
Merchant ID when an authorized Platform acts for a connected Merchant. Omit when authenticating directly as that Merchant.
^mer_[0-9A-Za-z]{14}$Reuse only when retrying the same route and request body.
1 - 255Body
1 - 100Valid IANA timezone name, such as America/Chicago.
1Four-digit Merchant Category Code.
^[0-9]{4}$Optional identifier from your system, unique per Merchant and key mode.
128Up to 50 string keys; keys are at most 40 characters and values are at most 500 characters.
Response
The created Location.
^loc_[0-9A-Za-z]{14}$terminal.location ^mer_[0-9A-Za-z]{14}$Derived from the secret key; it cannot be set in the request body.
^[0-9]{4}$Empty when no external reference is assigned.
Up to 50 string keys; keys are at most 40 characters and values are at most 500 characters.
Unix epoch seconds.
Unix epoch seconds.

