Endpoint
Description
Register a new sub-partner in the platform. When you create a sub-partner, Thiqwave provisions an account for that business and returns an API key they can use to call the Thiqwave API directly under your partner umbrella.Request
Headers
string
required
Your Thiqwave API key.
string
required
Must be
application/json.Body
string
required
The legal business name of the sub-partner.
string
required
Primary contact email address for the sub-partner. Must be a valid email and unique across the platform.
string
required
The type of business. Common values include
"fintech", "marketplace", "ecommerce", and "remittance".string
required
The sub-partner’s country of operation. Must be an ISO 3166-1 alpha-2 code. Supported values:
"AE" (United Arab Emirates). Additional countries are added based on corridor expansion — contact your account manager for current availability.Example request
Response
A201 Created response returns the newly created partner object.
string
The unique identifier for the partner. Use this ID to reference the partner in subsequent API calls.
string
The business name of the sub-partner.
string
The primary contact email address.
string
The current onboarding status of the partner. Possible values:
"pending", "active", "suspended".string
The API key provisioned for the new sub-partner. Share this securely with the sub-partner — it is only returned once.
string
The ISO 8601 timestamp of when the partner was created.