Skip to main content
Endpoint responsável por consultar o status de uma solicitação de encerramento de conta bancária.
curl --request GET \
  --url https://api.ext.dbs.moneyp.dev.br/api/Conta/Encerramento \
  --header 'Authorization: <api-key>'
{
  "codigo": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "complementoEncerramento": "<string>",
  "motivoRejeicao": "<string>",
  "dtInclusao": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://bmpdocs.moneyp.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Through this endpoint, the partner can check the account closure request, being restricted only to the account of the integrator making the query.

Authorizations

Authorization
string
header
required

Copie 'Bearer ' + token

Query Parameters

codigoSolicitacao
string<uuid>

UUID da solicitação.

Response

Success

codigo
string<uuid>
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<date-time>