Codat · Example Payload

Codat Get Banking Account Example

Unified_API

Codat Get Banking Account Example is an example object payload from Codat, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "get-banking-account",
  "method": "GET",
  "path": "/companies/{companyId}/connections/{connectionId}/data/banking-accounts/{accountId}",
  "summary": "Get account",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Basiq",
      "example": {
        "id": "4811e776-6187-48d9-afee-635fb0d89d93",
        "name": "Hooli Saver",
        "holder": "david smith",
        "type": "Debit",
        "balance": {
          "available": 2932.85,
          "current": 2932.85
        },
        "identifiers": {
          "type": "Account",
          "number": "14293919644182",
          "bankCode": "416-982"
        },
        "currency": "AUD",
        "institution": {
          "id": "AU00000",
          "name": "Hooli Bank"
        },
        "modifiedDate": "2022-10-28T07:14:48Z",
        "sourceModifiedDate": "2022-10-27T13:00:00Z",
        "accountName": "Hooli Saver",
        "accountHolder": "david smith",
        "accountType": "Debit",
        "accountNumbers": {
          "type": "Account",
          "number": "14293919644182",
          "bankCode": "416-982"
        }
      }
    },
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Plaid",
      "example": {
        "id": "3opGv6XXNeHPEgNVbQpyCr8MAKQ3noC8Qz1zB",
        "name": "Plaid Silver Standard 0.1% Interest Saving",
        "informalName": "Plaid Saving",
        "type": "Debit",
        "balance": {
          "available": 200,
          "current": 210
        },
        "identifiers": {
          "type": "Depository",
          "number": "1111222233331111",
          "bankCode": "00021",
          "maskedAccountNumber": "1111"
        },
        "currency": "CAD",
        "institution": {
          "id": "ins_100533",
          "name": "American Express (CA)"
        },
        "modifiedDate": "2022-10-27T10:50:16Z",
        "accountName": "Plaid Silver Standard 0.1% Interest Saving",
        "accountType": "Debit",
        "accountNumbers": {
          "type": "Depository",
          "number": "1111222233331111",
          "bankCode": "00021",
          "maskedAccountNumber": "1111"
        }
      }
    }
  ]
}