Skip to main content

listClientBankAccounts

GET 

/api/clients/:document/bank-accounts

List all bank accounts of a client

Request

Path Parameters

    document stringrequired

    Client document

    Example: 12345678901

Responses

Ok

Schema
    data object[]

    Array of client bank accounts)

  • Array [
  • anyOf
    id id (integer)

    Client Bank Account id

    bank_ispb bank_ispb (string)

    Bank ISPB

    account_number account_number (string)

    Account number

    account_branch account_branch (string)

    Account branch

  • ]
  • links object

    Links

    first first (string)

    Show first page link

    last last (string)

    Show last page link

    prev prev (string)

    Show previous page link

    next next (string)

    Show next page link

    meta object

    Links

    current_page current_page (integer)

    Current page number

    from from (integer)

    From page number

    last_page last_page (integer)

    Last page number

    links object[]

    Array of links to navigate the pages

  • Array [
  • anyOf
    url url (string)required

    url

    label label (string)required

    label

    active active (boolean)required

    active

  • ]
  • path path (string)

    Pagination path

    per_page per_page (integer)

    Pagination per_page number of items

    to to (integer)

    Pagination to page

    total total (integer)

    Total number of items per page

Loading...