Motor Proposal Status
This API allows consumers to retrieve the current status of a submitted motor insurance proposal, including underwriting status, payment status, policy issuance details, and related tracking identifiers.
Request Body required
1SB Payment URL request
- Array [
- ]
- Array [
- ]
distributor object required
Distributor and channel details initiating the proposal status request.
Unique distributor identifier.
Agent identifier (if applicable).
Agent type/category (if applicable).
Sales channel name.
Channel classification (e.g., B2C/B2B).
varFields object[]
Additional distributor-level attributes.
Name of additional field.
Value of additional field.
Insurer/manufacturer code.
Product code for which proposal status is requested.
Unique customer identifier (if available).
Proposal/application number for which status is being fetched.
UI tracking reference number generated during proposal submission.
Policy number if already issued; otherwise null.
Quote identifier associated with the proposal.
memberDetails object
Member/customer validation details.
Date of birth of the insured/customer.
varFields object[]
Additional request-level attributes.
Name of additional field.
Value of additional field.
- 200
Successful Response
Schema
- Array [
- ]
Unique request identifier generated for the proposal status request.
errors object[] required
List of errors returned during execution. Empty array indicates success.
Error code identifier.
Error message description.
Response payload containing proposal status details. This object may contain proposal, underwriting, payment, or policy issuance information depending on insurer response.
{
"reqId": "bc79e25d-d92d-4824-a1d4-8688be232624",
"errors": [],
"data": {}
}