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
string
required
Your Thiqwave API key.
string
required
Must be
application/json.Path parameters
string
required
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.string
The updated legal business name.
string
The updated primary contact email address. Must be a valid email and unique across the platform.
string
The updated business type. Common values include
"fintech", "marketplace", "ecommerce", and "remittance".Example request
Response
A200 OK response returns the full updated partner object.
string
The partner’s unique identifier.
string
The updated business name.
string
The updated contact email address.
string
The updated business type.
string
The partner’s current account status:
"pending", "active", or "suspended".string
The ISO 8601 timestamp of when the partner was originally created.
string
The ISO 8601 timestamp of this update.