v1
latestOpenAPI 3.0.12026-07-245303882.5 MBApplication Accounts
Get creditor account details
Retrieves detailed information about a specific creditor account by its unique identifier. Returns complete account data including owner information, payment account details, and associated metadata.
get/baas/v1/open/itp/applications/{applicationId}/accounts/{accountId}
Path parameters
applicationIdstring required
accountIdstring required
Response
retornou com sucesso.
Example response
{
"createdAt": "2024-01-01T20:32:44.581Z",
"updatedAt": "2024-01-01T20:32:44.581Z",
"deletedAt": "2024-01-01T20:32:44.581Z",
"owner": {
"cpfCnpj": "58764789000137",
"personType": "PESSOA_JURIDICA",
"name": "Marco Antonio de Brito"
},
"paymentAccount": {
"accountType": "CACC",
"ispb": "12345678",
"issuer": "1774",
"number": "1234567890"
},
"paymentKey": {
"keyType": "CPF",
"key": "12345678901"
}
}