The Update Merchant endpoint modifies an existing merchant’s details. Send the fields you want to update in the request body. The endpoint returns the merchant’s UUID on a successful update.Documentation Index
Fetch the complete documentation index at: https://docs.iterapay.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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. |