PUT /merchants/{merchantID}
Authentication
Accepts a Bearer token (Authorization: Bearer <token>) or an API key (X-Api-Key: <key>).
Path parameters
string
required
The UUID of the merchant to update.
Request body
string
The updated display name for the merchant.
Response fields
A200 OK response is returned on success.
string
required
The UUID of the updated merchant.