Basiq · JSON Structure

Createconnectionrequest

Type: record Properties: 0
AustraliaBankingCDRFinancial DataFintechOpen BankingTransactions

Createconnectionrequest is a JSON Structure definition published by Basiq. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/basiq/refs/heads/main/json-structure/createconnectionrequest.json",
  "title": "CreateConnectionRequest",
  "type": "record",
  "fields": [
    {
      "name": "institutionId",
      "type": "xs:string",
      "description": "Basiq institution ID for the bank"
    },
    {
      "name": "loginId",
      "type": "xs:string",
      "description": "User's bank login ID"
    },
    {
      "name": "password",
      "type": "xs:string",
      "description": "User's bank password (encrypted in transit)"
    }
  ]
}