Skip to main content

Fetch a list of insurance credit requests

GET 

/v1/insurance-credit-requests

Get all previously created insurance credit requests

Request

Query Parameters

    status string

    Possible values: [completed, pending]

    Filter the results by the status of the credit request

    currency string

    Filter the results by currency

Responses

OK

Schema
    data object[]
  • Array [
  • ref string

    unique ref of the credit request

    credits_earned float

    The amount of insurance credits earned

    currency string

    Default value: NGN

    The currency used to purchase the credits

    original_price float

    The orginal price of the item purchased by the user

    markup_amount number

    Extra amount added to the original price. This is used to purchase the insurance credit.

    status string

    Possible values: [completed, pending]

    The status of the request

    created_at date

    The date the request was made

    customer object

    The the customer's information

    ref stringrequired

    Unique identifier for the customer on your system

    email stringrequired

    The customer's email address

    phone string
    first_name stringrequired
    last_name stringrequired
  • ]
Loading...