Mortgage Order
Get the current status of the order
Returns the current status of the order. An order can be in accepted rejected or pending status. In addition, further details regarding the status can be transferred.
get/mortgages/orders/{orderId}/status
Path parameters
orderIdstring uuid required
Uuid v4 of the order defined by FI.
Example:4bf92636-14a0-4511-98e2-acfde576e644
Uuid v4 of an order.
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
{
"detail": "Waiting for details",
"status": "pending"
}