Developer Docs
Hubex
Version 1.1.19

API Docs Version 1.1.19

What's Changed

POST /tradein/get-tradein-vehicle

Request:

Changed content type : application/json

  • Changed property filter (object)

    All, Decoded Only. Indicates the scope of options returned. If not specified, all options are returned

    • Added property modelName (string)

      Limit the output to only those vehicle available for the specific model name.

POST /payment/payment-intents

Parameters:

Added: x-service-provider in header

Payment service to use

POST /fraud-identification/email-auth-score

Parameters:

Added: x-service-provider in header

Fraud service to use

Request:

Changed content type : application/json

  • Added property phone_number (string)

    The user's phone number in the E.164 format written (e.g. +12015551234 or +1-201-555-1234). A phone number is preferred.

POST /configuration

Request:

Changed content type : application/json

  • Changed property payment (object)

    Configuration for the Payment

    • Added property payment_service (object)

      Customer Default Payment Service

      Enum values:

      • Stripe
      • Nuvei
    • Deleted property payment_gateway (string)

      Customer Default Payment Gateway

  • Changed property account_verification (object)

    Configuration for the Account Verification

    • Added property account_verification_service (object)

      Customer Default Account Verification Service

      Enum value:

      • Plaid
    • Deleted property account_verification_gateway (string)

      Customer Default Account Verification Gateway

  • Changed property fraud_identification (object)

    Configuration for Fraud Identification

    • Added property fraud_identification_service (object)

      Fraud Identification Gateway

      Enum values:

      • Socure
      • Innovis
    • Added property innovis (object)

      Innovis Integration

      • Property api_key (string)

        Innovis Api Key

      • Property api_url (string)

        Innovis API URL (Sandbox or Production)

      • Property innovis_customer_id (string)

        Innovis Customer Id

  • Changed property credit_application (object)

    Configuration for Credit Application

    New optional properties:

    • credit_provider

    • Added property credit_service (string)

      Customer Default Credit Service

    • Deleted property credit_provider (string)

      Credit Service Provider

    • Changed property experian (object)

      Experian Configurations

      New required properties:

      • base_url
      • client_id
      • client_reference_id
      • client_secret
      • password
      • username
  • Changed property license_verification (object)

    Configuration for License Verification

    • Changed property mitek (object)

      Mitek account integration

      • Changed property mitek_account (object)

        Mitek Account

        New required properties:

        • identity_client_id
        • identity_client_secret
        • manual_client_id
        • manual_client_secret
        • retries_duration

PATCH /configuration

Request:

Changed content type : application/json

New required properties:

  • configuration
  • Changed property configuration (object)

    Hubex Configuration Updation Model

    • Changed property payment (object)

      Configuration for the Payment

      • Added property payment_service (object)

        Customer Default Payment Service

      • Deleted property payment_gateway (string)

        Customer Default Payment Gateway

    • Changed property account_verification (object)

      Configuration for the Account Verification

      • Added property account_verification_service (object)

        Customer Default Account Verification Service

      • Deleted property account_verification_gateway (string)

        Customer Default Account Verification Gateway

    • Changed property fraud_identification (object)

      Configuration for Fraud Identification

      • Added property fraud_identification_service (object)

        Fraud Identification Gateway

      • Added property innovis (object)

        Innovis Integration

    • Changed property credit_application (object)

      Configuration for Credit Application

      New optional properties:

      • credit_provider

      • Added property credit_service (string)

        Customer Default Credit Service

      • Deleted property credit_provider (string)

        Credit Service Provider

      • Changed property experian (object)

        Experian Configurations

        New required properties:

        • base_url
        • client_id
        • client_reference_id
        • client_secret
        • password
        • username
    • Changed property license_verification (object)

      Configuration for License Verification

      • Changed property mitek (object)

        Mitek account integration

        • Changed property mitek_account (object)

          Mitek Account

          New required properties:

          • identity_client_id
          • identity_client_secret
          • manual_client_id
          • manual_client_secret
          • retries_duration

POST /credit/check

Parameters:

Added: x-service-provider in header

Credit service to use

Request:

Changed content type : application/json

New required properties:

  • customer_id
  • time_to_live
  • Added property customer_id (string)

    Unique identifier for the customer to cache the record against.

  • Added property ignore_cache (boolean)

    If True, the cached data will be ignored and fresh data will be fetch from third party.

  • Added property time_to_live (integer)

    Time in days the cache will be valid to, can't be greater than 60 days.

POST /tradein/get-tradein-decodevin

Request:

Changed content type : application/json

New required properties:

  • optionFilter