Analysis Overview

The Analysis entity represents various types of customer profile verification and risk assessments. Multiple analyses are performed to evaluate customer eligibility for purchases and financing.

To skip all analyses in sandbox environment, use the following customer_document: 000.000.001-91

Analysis Schema

FieldDescriptionType
idUnique identifier (UUID)String
kindType of analysis performedString
statusAnalysis result status. Can be approved, denied, or failedString
denied_reasonReason why the analysis was denied (only present when status is denied)String
created_atIndicates when the record was created in ISO8601 formatString
updated_atIndicates when the record was last updated in ISO8601 formatString

Analysis Kind Values

ValueDescription
financialFinancial analysis to assess the customer’s creditworthiness and ability to pay
identityIdentity verification analysis to confirm the customer’s identity is valid
defaulting_customerAnalysis to check if the customer has any outstanding debts or payment defaults
blacklist_customerAnalysis to check if the customer is on a blacklist due to fraud or severe payment violations

Analysis Status Values

StatusDescription
approvedThe analysis passed successfully and the customer is approved
deniedThe analysis failed and the customer was denied. Check denied_reason for details
failedThe analysis could not be completed due to technical issues or missing data

Common Denied Reasons

ReasonDescription
invalid_dataThe customer data provided is invalid or incomplete
irregular_cpfThe customer’s CPF (Brazilian tax ID) is irregular or flagged in government systems