LogoLogo
HomeBlogLoginSignup
  • Get started
  • Guides
  • Reference
  • Banking API
    • Entities
    • Counterparties
    • Institutions
    • Bank accounts
    • Virtual accounts
    • Collecting
      • Dynamic QR codes
      • Static QR codes
      • Refund
    • Payment
      • Pix Key
      • Pix Brcode
    • Transfer
    • Documents
      • Collecting
      • Collecting - Refund
      • Payment
      • Payment - Refund
      • Transfer
    • Checkout
    • Developers
      • Webhooks
Powered by GitBook
On this page

Was this helpful?

  1. Banking API

Institutions

PreviousCounterpartiesNextBank accounts

Last updated 4 months ago

Was this helpful?

List institutions

get

List institutions - Banking

Query parameters
ispbstringOptional

Bank ISPB

numberstringOptional

Bank Number

Responses
200
Participants
application/json
401
Unauthorized
application/json
500
Internal server error
application/json
get
GET /banking/institutions HTTP/1.1
Host: api.sandbox.trio.com.br
Accept: */*
{
  "data": [
    {
      "display_name": "001 - 000000001 - Nome do Banco Ltda",
      "full_name": "Nome do Banco Ltda",
      "id": "41234d60-f6a9-4c9c-8cc3-5769ce9bbea2",
      "ispb": "00000001",
      "name": "Nome do Banco",
      "number": "001"
    }
  ]
}