Know your customer
Get financial limits for an identity
Retrieves the financial limits and usage information for a specific identity. This includes monthly limits, PIX QR Code limits, and remaining balances.
x-api-key<token>
In: header
Path Parameters
identityIdstring
The ID of the identity to get financial limits for. Must be a valid business or individual ID.
Response Body
curl -X GET "https://api.notus.team/api/v1/kyc/identities/string/financial-limits"{
"identityId": "string",
"identityType": "individual",
"projectId": "string",
"limits": [
{
"type": "PIX_DEPOSIT",
"currency": "string",
"limits": {
"monthly": {
"limit": 0,
"used": 0,
"remaining": 0
},
"daily": {
"limit": 0,
"used": 0,
"remaining": 0
},
"quarterly": {
"limit": 0,
"used": 0,
"remaining": 0
},
"perTransaction": {
"limit": 0
}
}
}
]
}Get a enhanced individual verification session result GET
Retrieves the current status and results of an enhanced individual verification session. This endpoint allows you to check the progress and outcome of a KYC verification process.
Get a standard business verification session result GET
Retrieves the current status and results of a standard business verification session. This endpoint allows you to check the progress and outcome of a business KYC verification process.