This API enables Virtual Data Provider to fetch the FIP data from AA.

API URL: /FI/fetch/{sessionID}

METHOD: GET


Headers

Authorization: API Key


Output

The response will be in JSON: Here's a sample response:

{
  "ver": "1.0",
  "FI": [
    {
      "data": [
        {
          "linkRefNumber": "",
          "maskedAccNumber": "XXXXXXXX4020",
          "encryptedFI": [
            {
              "mode": "FT",
              "reference": "RFN00013383",
              "amount": "100000.00",
              "balance": "100000.00",
              "narration": "TOWARDS FD OPENING",
              "valueDate": "2019-12-22T05:04:14.000Z",
              "type": "OPENING",
              "transactionTimestamp": "2019-12-22T05:04:14.000Z",
              "txnId": "M4785435"
            },
            {
              "mode": "FT",
              "reference": "RFN00013383",
              "amount": "100000.00",
              "balance": "100000.00",
              "narration": "TOWARDS FD OPENING",
              "valueDate": "2019-12-22T05:04:14.000Z",
              "type": "OPENING",
              "transactionTimestamp": "2019-12-22T05:04:14.000Z",
              "txnId": "M4785435"
            }
          ]
        }
      ],
      "fipID": "",
      "KeyMaterial": {
        "Nonce": "R4s6vNI7I/JfdeA3/6dMMQ==",
        "curve": "Curve25519",
        "DHPublicKey": {
          "Parameters": "string",
          "KeyValue": "683938505ec529a700fcceab66273d1aa78d494208a4769930f0818872159265",
          "expiry": "2020-12-06T11:39:57.153Z"
        },
        "Signature": "jFJcYCOTVV6iiLPlM7qY+Zz+3PF8oUPFg1byb1GNr+k=",
        "cryptoAlg": "ECDHE",
        "params": "string"
      }
    }
  ],
  "sessionID": "5269a6f8-5787-41b5-9e25-2e03015807d6",
  "timestamp": "2020-07-28T19:08:32.720Z",
  "txnid": "38f5b746-45d4-401a-bfc0-c6d8ec30bcc2"
}