Retrieve balance
Surface not available yet
The finance endpoints described in this section are not published on the external gateway yet. This section describes the target contract and may change before release — confirm availability with the Integration team (api@qitech.com.br) before building against it.
Returns the balance of your commission position: the amount pending release, the amount available for the next payout and the expected date of the next transfer.
Request
ENDPOINT
/finance/v1/balanceMETHOD
GETResponse
STATUS
200Response Body
{
"account_key": "7a1b2c3d-0e4f-4a5b-8c6d-9e0f1a2b3c4d",
"pending_amount": "1250.40",
"available_amount": "980.10",
"next_transfer_date": "2026-07-21"
}
Response attributes
| Field | Type | Description |
|---|---|---|
account_key | string | Key of your commission account at QI Tech. |
pending_amount | string | Total credited that has not yet reached the release date of the payout schedule. |
available_amount | string | Released net amount (credits minus clawbacks), which will enter the next payout. |
next_transfer_date | string | Expected date of the next payout, according to your account's configured cadence. |
Negative balance
Cancellation clawbacks may leave the position temporarily negative. In that case no payout is executed until new credits offset the balance — QI Tech never debits your account.
Possible errors
| Status | Description |
|---|---|
401 / 403 | Authentication or authorization failure. |
500 / 503 | Internal error or service unavailable — safe to retry. |