Overview
Returns the status of the most recent bank statement request. Poll this afterPOST /v1/loans/:applicationId/bank-statement until the status is COMPLETED.
Request
Method:GETURL:
/v1/loans/:applicationId/bank-statement/status
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve the status of the most recent bank statement request for a loan application.
POST /v1/loans/:applicationId/bank-statement until the status is COMPLETED.
GET/v1/loans/:applicationId/bank-statement/status
| Name | In | Type | Required | Description |
|---|---|---|---|---|
x-carbon-key | Header | string | Yes | API key for authentication. |
applicationId | Path | string | Yes | Application ID. |
{
"status": "success",
"message": "Bank statement status retrieved",
"data": {
"requestId": "stmt_abc123",
"status": "COMPLETED"
}
}
| Status | Message | Cause |
|---|---|---|
| 400 | Application not found | Invalid applicationId |
| 422 | Application has no loan ID | Application not yet registered |