chaves
) associadas à contas através de seu identificador (idConta
).Authorization: Bearer ********************
curl --location --request GET 'https://horizon-api-sb.app.rpe.tech/api/v1/pixcard/chaves/validacoes//contas/' \
--header 'Accept: */*' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
{
"ispb": "12345678",
"bankName": "Banco 002",
"bankAccountNumber": "0008323",
"bankBranchNumber": "007",
"bankAccountType": "CC",
"dateAccountCreated": "2023-01-23T22:10:05.025Z",
"beneficiaryType": "F",
"nationalRegistration": "11967703045",
"name": "Maria Silva",
"tradeName": "M Sousa LTDA",
"key": "88976503210",
"keyType": "nationalRegistration",
"dateKeyCreated": "2023-01-23T22:10:05.025Z",
"dateKeyOwnership": "2025-01-23T22:10:05.025Z",
"idEndToEnd": "E34038166201907261559y6j6mt9l0pi"
}