Update Location
Last updated
curl -X PUT "https://api.test.devs.beadpay.io/Locations/{locationId}" \
-H "X-Api-Key: {adminApiKey}" \
-H "Content-Type: application/json" \
-d '{
"name": "Downtown Flagship Renovated",
"address": {
"address1": "123 Main St",
"address2": "Suite 300",
"city": "Springfield",
"region": "MA",
"country": "US",
"postalCode": "01109"
},
"businessType": "physical",
"merchantCategoryCode": "5812",
"additionalMerchantCategoryCodes": [],
"descriptionOfServices": "Quick service restaurant",
"grossAnnualVolume": 1200000,
"highestMonthlyVolume": 150000,
"averageTicketSize": 25.00,
"maximumTicketSize": 2000.00,
"contactPhone": "508-555-1234",
"contactEmail": "ops@downtownflagship.com",
"website": null,
"tenderTypes": ["usdcBase", "ethereum"],
"externalId": "store-001"
}'{
"id": "loc_bfdc6a7f",
"created": "2025-06-04T16:08:03.226Z",
"updated": "2025-09-02T16:22:11.015Z",
"merchantId": "mer_4e5a13aa",
"name": "Downtown Flagship Renovated",
"isEnabled": true,
"externalId": "store-001",
"address": {
"address1": "123 Main St",
"address2": "Suite 300",
"city": "Springfield",
"region": "MA",
"country": "US",
"postalCode": "01109"
},
"businessType": "physical",
"merchantCategoryCode": "5812",
"additionalMerchantCategoryCodes": [],
"descriptionOfServices": "Quick service restaurant",
"grossAnnualVolume": 1200000,
"highestMonthlyVolume": 150000,
"averageTicketSize": 25.0,
"maximumTicketSize": 2000.0,
"contactPhone": "508-555-1234",
"contactEmail": "ops@downtownflagship.com",
"website": null,
"tenderTypes": ["usdcBase", "ethereum"],
"terminals": ["term_123", "term_456"]
}