Skip to main content

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

    distributor object required

    Distributor and channel details initiating the proposal status request.

    distributorID string required

    Unique distributor identifier.

    agentID string

    Agent identifier (if applicable).

    agentType string

    Agent type/category (if applicable).

    salesChannel string

    Sales channel name.

    channelType string required

    Channel classification (e.g., B2C/B2B).

    varFields object[]

    Additional distributor-level attributes.

  • Array [
  • fieldName string

    Name of additional field.

    fieldValue string

    Value of additional field.

  • ]
  • insuranceCompanyCode string required

    Insurer/manufacturer code.

    productCode string required

    Product code for which proposal status is requested.

    customerId string

    Unique customer identifier (if available).

    applicationNo string required

    Proposal/application number for which status is being fetched.

    UITrackingRefNo string required

    UI tracking reference number generated during proposal submission.

    policyNo string nullable

    Policy number if already issued; otherwise null.

    quoteId string required

    Quote identifier associated with the proposal.

    memberDetails object

    Member/customer validation details.

    dateOfBirth date

    Date of birth of the insured/customer.

    varFields object[]

    Additional request-level attributes.

  • Array [
  • fieldName string

    Name of additional field.

    fieldValue string

    Value of additional field.

  • ]
Responses

Successful Response


Schema
    reqId string required

    Unique request identifier generated for the proposal status request.

    errors object[] required

    List of errors returned during execution. Empty array indicates success.

  • Array [
  • code string

    Error code identifier.

    message string

    Error message description.

  • ]
  • data object required

    Response payload containing proposal status details. This object may contain proposal, underwriting, payment, or policy issuance information depending on insurer response.

Loading...