get
https://api.staging.bancocdc.com.br/partner/client/biometry/
Route to obtain the current status of a biometry
Response parameters
| Parameters | Format | Description |
|---|---|---|
| return | Boolean | Response status (true/false) |
| message | String | Response message |
| data | Object | Data Object |
| account | Object | Account Object |
| code | String | Account identification code |
| name | String | Account name |
| document | String | Account document |
| biometry | Object | Biometry Object |
| code | String | Biometry identification code |
| status_biometry | Boolean | Status biometry |
| status_face_match | Integer | Status face match |
| status_liveness | Integer | Status liveness |
| score | Integer | Biometry Score |
| url | String | Biometry Url |
| code_transaction_type | Number | Transaction Type Code |
| transaction_type | String | Transaction Type |
| created_at | String | Biometry Created At |
| updated_at | String | Biometry Updated At |
Status Liveness
| Identification | Description |
|---|---|
| 0 | off |
| 1 | approved |
| 2 | reproved |
Status Face Match
| Identification | Description |
|---|---|
| 0 | off |
| 1 | approved |
| 2 | reproved |
Status Biometry
| Identification | Description |
|---|---|
| 1 | Pending |
| 2 | in disagreement |
| 3 | complete |
| 4 | canceled |
| 5 | error |
| 6 | sending message |
| 7 | pending message capture |
| 8 | resending message |
Transaction Type
| value | Description |
|---|---|
| 1 | PIX |
| 2 | TED |
| 3 | DOC |
| 4 | P2P |
| 5 | BOLETO |