Endpoint
Description
Update the details of an existing sub-partner. You only need to include the fields you want to change — all body fields are optional. Fields you omit remain unchanged.Request
Headers
Your Thiqwave API key.
Must be
application/json.Path parameters
The unique identifier of the sub-partner you want to update.
Body
All body fields are optional. Include only the fields you want to update.The updated legal business name.
The updated primary contact email address. Must be a valid email and unique across the platform.
The updated business type. Common values include
"fintech", "marketplace", "ecommerce", and "remittance".Example request
Response
A200 OK response returns the full updated partner object.
The partner’s unique identifier.
The updated business name.
The updated contact email address.
The updated business type.
The partner’s current account status:
"pending", "active", or "suspended".The ISO 8601 timestamp of when the partner was originally created.
The ISO 8601 timestamp of this update.
Example response
Error responses
| Status | Code | Description |
|---|---|---|
400 | VALIDATION_ERROR | One or more fields are invalid. The response body includes a details array. |
401 | UNAUTHORIZED | Your API key is missing or invalid. |
403 | FORBIDDEN | You do not have permission to update this partner. |
404 | PARTNER_NOT_FOUND | No partner exists with the given ID. |
409 | DUPLICATE_EMAIL | The provided email is already associated with another partner. |