Home
Square
Location Example
Location Example
Sample Square record.
Restaurant Bookings Catalog Checkout Customers Disputes E-Commerce Financial Technology Gift Cards Inventory Invoicing Labor Locations Loyalty Merchants Order Payments Point-of-Sale Refunds Retail Subscription Team Terminal Webhook
Location Example is an example object payload from Square, with 27 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
id name address timezone capabilities status created_at merchant_id country language_code currency phone_number business_name type website_url business_hours business_email description twitter_username instagram_username facebook_url coordinates logo_url pos_background_url mcc full_format_logo_url tax_ids
Example Payload
{
"id": "A1B2C3D4E5F6",
"name": "Annie\u2019s Hot Sauce",
"address": {
"address_line_1": "sample-value",
"address_line_2": "sample-value",
"address_line_3": "sample-value",
"locality": "sample-value",
"sublocality": "sample-value",
"administrative_district_level_1": "sample-value",
"postal_code": "sample-value",
"country": "US"
},
"timezone": "SAMPLESAMPLE",
"capabilities": [
"AUTOMATIC_TRANSFERS"
],
"status": "INACTIVE",
"created_at": "2026-03-15T14:30:00Z",
"merchant_id": "A1B2C3D4E5F6",
"country": "US",
"language_code": "SAMPL",
"currency": "USD",
"phone_number": "SAMPLESAMPLE",
"business_name": "SAMPLESAMPLE",
"type": "MOBILE",
"website_url": "https://squareup.com/receipt/abc123",
"business_hours": {
"periods": [
{
"day_of_week": "WED",
"start_local_time": "sample-value",
"end_local_time": "sample-value"
},
{
"day_of_week": "MON",
"start_local_time": "sample-value",
"end_local_time": "sample-value"
}
]
},
"business_email": "buyer@example.com",
"description": "Sample Square record.",
"twitter_username": "SAMPLESAMPLE",
"instagram_username": "SAMPLESAMPLE",
"facebook_url": "https://squareup.com/receipt/abc123",
"coordinates": {
"latitude": 60.66,
"longitude": 49.15
},
"logo_url": "https://squareup.com/receipt/abc123",
"pos_background_url": "https://squareup.com/receipt/abc123",
"mcc": "SAMP",
"full_format_logo_url": "https://squareup.com/receipt/abc123",
"tax_ids": {
"eu_vat": "sample-value",
"fr_siret": "sample-value",
"fr_naf": "sample-value",
"es_nif": "sample-value"
}
}