Verify incomes

POST {{baseUrl}}/api/enrich/incomes/

Documentation 😍

Read up on our Income verification resource on our DevPortal! And for information about all the HTTP calls (required fields, response documentation, and so on) check out our API Reference .

Request Body

{"language"=>"pt", "date_from"=>"YYYY-MM-DD", "date_to"=>"YYYY-MM-DD", "allowed_income_types"=>["SALARY", "FREELANCE"], "minimum_confidence_level"=>"MEDIUM", "transactions"=>[{"transaction_id"=>"transaction_unique_id", "account_holder_type"=>"INDIVIDUAL", "account_holder_id"=>"account_holder_uuid", "account_id"=>"account_unique_id", "account_category"=>"either_CHECKING_ACCOUNT/SAVINGS_ACCOUNT", "value_date"=>"YYYY-MM-DD", "description"=>"transaction_description", "type"=>"INFLOW", "amount"=>"transaction_amount", "currency"=>"BRL", "institution"=>"Erebor Bank Brazil"}]}

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: ``