Look up a participant by COMPE or ISPB
Same row as in GET /v1/banks. {code} accepts a 3-digit COMPE
(341), a padded COMPE (0341) or an 8-digit ISPB (60701190).
Unknown or disabled codes return 404 bank_not_found. A value that is
not 3, 4 or 8 digits returns 400 invalid_bank_code.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
code
COMPE (3 digits) or ISPB (8 digits).
Headers
X-Tenant-Id
Tenant context used for authorization and routing.
Response
The participant.
name
bankCode
3-digit COMPE. Empty when the participant has no COMPE.
ispb
8-digit ISPB. Leading zeros are significant (Banco do Brasil is 00000000).
ted
Can be a TED destination (has a COMPE that POST .../ted/out accepts).
pix
Offered in the PIX-by-bank-account dropdown.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error