curl --request GET \
  --url https://api.ext.dbs.moneyp.dev.br/api/v3/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
required

Código UUID da solicitação de encerramento da conta.

Response

200 - application/json

Success

The response is of type object.