Skip to main content

LocationUpdateRequest

businessNamestring
externalIdstring
dbastring
mccstring
contactNamestring
contactEmailstring<email>
contactPhonestring
address object
streetstring
citystring
statestring
zipstring
countrystring
branding object
logoUrlstring<uri>
primaryColorstring
webhookUrlstring<uri>
metadata object
property name*any
defaultCurrencystring
supportedCurrenciesstring[]
googlePayMerchantIdstring

Possible values: <= 64 characters

LocationUpdateRequest
{
"businessName": "string",
"externalId": "string",
"dba": "string",
"mcc": "string",
"contactName": "string",
"contactEmail": "user@example.com",
"contactPhone": "string",
"address": {
"street": "string",
"city": "string",
"state": "string",
"zip": "string",
"country": "string"
},
"branding": {
"logoUrl": "string",
"primaryColor": "string"
},
"webhookUrl": "string",
"metadata": {},
"defaultCurrency": "string",
"supportedCurrencies": [
"string"
],
"googlePayMerchantId": "string"
}