Mortgage Financing Request
List all required documents / information for processing specific Financial request at FI
All required documents for a specific FinancingRequestId can be retrieved herewith.
get/mortgages/applications/{applicationId}/financing-requests/{financingRequestId}/required-information
Path parameters
applicationIdstring uuid required
The application identifier (UUID v4) defined by FI.
Example:4bf92636-14a0-4511-98e2-acfde576e644
Uuid v4 of the application request.
financingRequestIdstring uuid required
Uuid v4 of the financing request defined by FI.
Example:4bf92636-14a0-4511-98e2-acfde576e644
Uuid v4 of the financing request.
Headers
X-CorAPI-Client-IDstring required
ID of the client forwarded to the provider.
X-Correlation-IDstring required
Unique ID (defined by the caller) which will be reflected back in the response.
User-Agentstring required
Name and version of the of the Client software.
Response
OK.
Example response
{
"documents": [
"tax_statement"
],
"financingRequestId": "550e8400-e29b-41d4-a716-446655440000"
}