Skip to main content
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. 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

A 200 OK response is returned on success.
string
required
The UUID of the updated merchant.

Example request

Example response

Error responses