Skip to content

Consumer Alert

izqalan edited this page Nov 15, 2019 · 1 revision

Financial Consumer Alert

A list of known companies and websites which are neither authorised nor approved under the relevant laws and regulations administered by BNM. (Based on information received by BNM).

Usage

consumerAlert()

by latest

bnm.consumerAlert().then(response => console.log(response))

consumerAlert(company)

by company name. may use space.

bnm.consumerAlert('_company_').then(response => console.log(response))

Output

{
  "meta": {
    "last_updated": "2019-11-15T08:34:38Z",
    "total_result": 0
  },
  "data": [
    {
      "name": "string",
      "registration_number": "string",
      "added_date": "2019-11-15",
      "websites": [
        "http://example.com"
      ]
    }
  ]
}

Clone this wiki locally