Skip to main content
Finalizar o preenchimento da solicitação e enviar as informações para análise.
curl --request POST \
  --url https://api.ext.dbs.moneyp.dev.br/v1/api/OnboardingContas/ContaSolicitacaoCriacao/{codigo}/Finalizar \
  --header 'Authorization: <api-key>' \
  --header 'IdempotencyKey: <idempotencykey>' \
  --header 'IgnoraHandshake: <ignorahandshake>'
{
  "sucesso": true,
  "mensagem": "<string>"
}

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.

Use this request to complete the application and submit the information for analysis.

Authorizations

Authorization
string
header
required

Copie 'Bearer ' + token

Headers

IdempotencyKey
string
required
IgnoraHandshake
boolean
default:true
required

(somente em homologação)

Path Parameters

codigo
string<uuid>
required

Response

Success