Analyze income stability
curl --request POST \
--url https://api.txcloud.io/v1/lending/income/analyze \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"applicant_id": "<string>",
"statement_ids": [
"<string>"
]
}
'Income
Analyze income stability
POST
/
lending
/
income
/
analyze
Analyze income stability
curl --request POST \
--url https://api.txcloud.io/v1/lending/income/analyze \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"applicant_id": "<string>",
"statement_ids": [
"<string>"
]
}
'⌘I