v1

latestOpenAPI 3.0.12026-07-245303882.5 MB
Application Accounts

List creditor accounts

Lists all creditor accounts associated with a given application identifier. The results include relevant account metadata such as account numbers, types, and associated banking institutions.

get/baas/v1/open/itp/applications/{applicationId}/accounts

Path parameters

applicationIdstring required

Response

retornou com sucesso.

Example response

{
  "data": [
    {
      "createdAt": "2024-01-01T20:32:44.581Z",
      "updatedAt": "2024-01-01T20:32:44.581Z",
      "deletedAt": "2024-01-01T20:32:44.581Z",
      "owner": {
        "cpfCnpj": "58764789000137",
        "personType": "PESSOA_JURIDICA",
        "name": "Marco Antonio de Brito"
      },
      "paymentAccount": {
        "accountType": "CACC",
        "ispb": "12345678",
        "issuer": "1774",
        "number": "1234567890"
      },
      "paymentKey": {
        "keyType": "CPF",
        "key": "12345678901"
      }
    }
  ]
}