Skip to main content

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/balance
METHOD
GET

Response

STATUS
200
Response Body
{
"account_key": "7a1b2c3d-0e4f-4a5b-8c6d-9e0f1a2b3c4d",
"pending_amount": "1250.40",
"available_amount": "980.10",
"next_transfer_date": "2026-07-21"
}

Response attributes

FieldTypeDescription
account_keystringKey of your commission account at QI Tech.
pending_amountstringTotal credited that has not yet reached the release date of the payout schedule.
available_amountstringReleased net amount (credits minus clawbacks), which will enter the next payout.
next_transfer_datestringExpected 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

StatusDescription
401 / 403Authentication or authorization failure.
500 / 503Internal error or service unavailable — safe to retry.