Authorizations
JWT Bearer token authentication. Obtain token from /v1/login/oauth/access_token endpoint
using client credentials (clientId and clientSecret).
Include token in Authorization header:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Token expires after 3600 seconds (1 hour).
Response
List of participating banks retrieved successfully
Bank ISPB code (8 digits).
Example:
"12345678"
Bank name.
Example:
"Banco Example S.A."
Payment Service Provider type. Values: 1 = Direct participant, 2 = Indirect participant
Example:
1
Participation status in Pix system. Values: 1 = Active and operational
Example:
1

