PUT /merchants/{merchantID}
Authentication
Accepts a Bearer token (Authorization: Bearer <token>) or an API key (X-Api-Key: <key>).
Path parameters
The UUID of the merchant to update.
Request body
The updated display name for the merchant.
Response fields
A200 OK response is returned on success.
The UUID of the updated merchant.
Example request
Example response
Error responses
| Status | Description |
|---|---|
400 | Invalid request body. The detail field describes the validation error. |
401 | Missing or invalid credentials. |
403 | Valid credentials but insufficient permissions. |
404 | No merchant found with the given merchantID. |