v1
latestOpenAPI 3.0.12026-07-245303882.5 MBParticipants
Get Open Finance Brasil participant institution brand by ID
Retrieves detailed information about a specific financial institution brand participating in the Open Finance Brasil ecosystem. Returns comprehensive data including authorization server details, supported API capabilities, account type support flags, organization information, OpenID Connect configuration, and branding elements. This endpoint provides complete institutional metadata required for payment initiation and consent flows.
get/open-keys/itp/api/v2/participants/brands/{id}
Path parameters
idstring required
Unique identifier of the brand to retrieve detailed information
Response
Detailed Open Finance Brasil participant institution brand information successfully returned.
Example response
{
"createdAt": "2024-01-01T20:32:44.581Z",
"updatedAt": "2024-01-01T20:32:44.581Z",
"deletedAt": "2024-01-01T20:32:44.581Z",
"settings": {
"brandId": "66f4d9e296f18bc4606e1618",
"sandboxUsersTests": [
{
"username": "usuario_teste",
"password": "senha1234",
"document": {
"identification": "11122233344",
"rel": "CPF"
}
}
],
"updatedAt": "2024-09-26T03:51:03.642Z",
"uptimeStatus": "OPERATIONAL",
"id": "66f4da2796f18bc4606e2b87"
}
}