PreApprovalResponse

Response after submitting a preapproval request

  • accountQuoteData
    Type: object · LoanDetailsResponse

    Account quote details for the offered amount and rate, present when decision is Approved

    • Amount
      Type: number Format: double
    • CreditLimit
      Type: number Format: double
    • InterestCycle
      Type: string
    • InterestRate
      Type: number Format: double
    • LastPayment
      Type: number Format: double
    • PaymentBalloon
      Type: number Format: double
    • PaymentCycle
      Type: string
    • RegularPayment
      Type: number Format: double
    • Schedule
      Type: array object[] · Schedule[]
    • StartDate
      Type: string Format: date-time

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • StartupInterestPeriod
      Type: string
    • StartupInterestType
      Type: string
    • TermNumberOfPayments
      Type: integer Format: int32

      Signed 32-bit integers (commonly used integer type).

    • TotalInterest
      Type: number Format: double
    • TotalPayments
      Type: number Format: double
    • TotalPrincipal
      Type: number Format: double
    • TotalRepayment
      Type: number Format: double
  • contactId
    Type: integer Format: int32

    The contact ID — required to confirm or abandon the preapproval

  • decision
    Type: string

    Preapproval decision: Approved, Referred, Declined, or Failed

  • offeredAmount
    Type: number

    Amount offered, present when decision is Approved

  • offeredRate
    Type: number

    Interest rate offered, present when decision is Approved

  • reason
    Type: string

    Reason for the decision, present when decision is not Approved

  • success
    Type: boolean

    Indicates if the preapproval request was processed successfully