Skip to main content

Search for Pix limit usage

Request

ENDPOINT
/baas/pix/limits/ACCOUNT_KEY/usage
METHOD
GET

Path Params

FieldTypeDescriptionCharacters
account_keystringIdentification key of the QI Account36

Response

STATUS
200
Response Body
{
"daily_amount_limit": "800012.67",
"daily_amount_percentage": null,
"daily_amount_used": "0",
"nightly_amount_limit": "100000.00",
"nightly_amount_percentage": null,
"nightly_amount_used": "0",
"self_daily_amount_limit": "500.03",
"self_daily_amount_percentage": null,
"self_daily_amount_used": "0",
"self_nightly_amount_limit": "100000.00",
"self_nightly_amount_percentage": null,
"self_nightly_amount_used": "0"
}
STATUS
403
Response Body: User does not have credentials
{
"title": "Unauthorized",
"description": "User is not allowed to do this transaction",
"translation": "Usuário não tem autorização para fazer essa transação",
"code": "PIT000001"
}