---
title: "Solicitar Background Check"
method: POST
path: "/v1/transaction/{Id}/backgroundcheck"
tags: ["BackgroundCheck"]
---

# Solicitar Background Check

`POST /v1/transaction/{Id}/backgroundcheck`

## Path parameters

- `Id` string, required

## Request body

- CheckRequest
  - `checkParams` CheckParams
    - `cpf` string, nullable
    - `cnpj` string, nullable
    - `fullName` string, nullable
    - `birthDate` string, nullable
    - `mothersName` string, nullable
    - `fathersName` string, nullable
    - `rg` string, nullable
    - `issuanceDateRg` string, nullable
  - `services` string[], nullable

## Response `201`

Created

- BCheckPostResponse
  - `transactionId` string, uuid
  - `backgroundCheckId` string, uuid

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/serasaexperian/apis/autentica-o.md) · [All operations](https://skmtc.net/serasaexperian/apis/autentica-o/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serasaexperian/autentica-o/versions/c5a1661afd1f/schema)
