curl --request GET \
  --url https://api.bmpdigital.moneyp.dev.br/api/Conta/Encerramento \
  --header 'Authorization: <api-key>'
{
  "codigo": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "motivoEncerramento": 1,
  "complementoEncerramento": "<string>",
  "situacao": 1,
  "motivoRejeicao": "<string>",
  "dtInclusao": "2023-11-07T05:31:56Z"
}

Through this endpoint, partners can verify the account closure requests, restricted only to the account of the integrator making the query.

Authorizations

Authorization
string
header
required

Copie 'Bearer ' + token

Query Parameters

codigoSolicitacao
string

UUID da solicitação.

Response

200 - application/json
Success
codigo
string
motivoEncerramento
enum<integer>
Available options:
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
complementoEncerramento
string | null
situacao
enum<integer>
Available options:
1,
2,
3,
4,
5
motivoRejeicao
string | null
dtInclusao
string