Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.05 KB

merchant.md

File metadata and controls

32 lines (24 loc) · 1.05 KB

Merchant

Represents a Square seller.

Structure

Merchant

Fields

Name Type Tags Description
Id string Optional The Square-issued ID of the merchant.
BusinessName string Optional The business name of the merchant.
Country string Indicates the country associated with another entity, such as a business.
Values are in ISO 3166-1-alpha-2 format.
LanguageCode string Optional The language code associated with the merchant account, in BCP 47 format.
Currency string Optional Indicates the associated currency for an amount of money. Values correspond
to ISO 4217.
Status string Optional -

Example (as JSON)

{
  "id": null,
  "business_name": null,
  "country": "FO",
  "language_code": null,
  "currency": null,
  "status": null
}