curl --request POST \
  --url https://api.bmpdigital.moneyp.dev.br/Proposta/IncluirManualSimplificado \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'IdempotencyKey: <idempotencykey>' \
  --data '{
  "dto": {
    "documentoCliente": "<string>",
    "documentoPromotor": "<string>",
    "documentoParceiroCorrespondente": "<string>",
    "observacoesVendedor": "<string>",
    "codigoOperacao": "<string>",
    "codigoVersaoCCB": 123,
    "tipoIndiceFinan": 123,
    "percIndiceFinan": 5000000000000,
    "vlrSolicitado": 5000000000000000,
    "prazo": 123,
    "percJurosNegociado": 5000000000000,
    "vlrIOF": 5000000000000000,
    "percIOF": 5000000000000,
    "percIOFAdicional": 5000000000000,
    "vlrParcela": 5000000000000000,
    "vlrTAC": 5000000000000000,
    "vlrBoleto": 5000000000000000,
    "dtPrimeiroVencto": "2023-11-07T05:31:56Z",
    "vlrOutrasDespesas": 5000000000000000,
    "vlrOutrosServicos": 5000000000000000,
    "vlrSeguro": 5000000000000000,
    "vlrCorban": 5000000000000000,
    "vlrAvaliacao": 5000000000000000,
    "vlrDespachante": 5000000000000000,
    "vlrRegistro": 5000000000000000,
    "vlrServTerceiro": 5000000000000000,
    "vlrRegistroCartorio": 5000000000000000,
    "vlrTxAdmMensal": 5000000000000000,
    "vlrSeguroMensal1": 5000000000000000,
    "vlrSeguroMensal2": 5000000000000000,
    "hotMoney": true,
    "nroDiasAcrescimoHotMoney": 123,
    "rotativo": true,
    "tipoContrato": "<string>",
    "percRetencao": 5000000000000,
    "vlrRetencao": 5000000000000000,
    "vlrBlindagem": 5000000000000000,
    "vlrAcessorios": 5000000000000000,
    "vlrVistoria": 5000000000000000,
    "vlrCertiDocs": 5000000000000000,
    "propostaContaPagamentoDTO": {
      "codigoBanco": 123,
      "tipoConta": 123,
      "agencia": "<string>",
      "agenciaDig": "<string>",
      "conta": "<string>",
      "contaDig": "<string>",
      "numeroBanco": "<string>",
      "documentoFederalPagamento": "<string>",
      "nomePagamento": "<string>"
    },
    "propostaLancamentos": [
      {
        "campoID": "<string>",
        "vlrTransacao": 123,
        "dtPagamento": "2023-11-07T05:31:56Z",
        "linhaDigitavel": "<string>",
        "codigoBanco": 123,
        "numeroBanco": "<string>",
        "tipoConta": 123,
        "agencia": "<string>",
        "agenciaDig": "<string>",
        "conta": "<string>",
        "contaDig": "<string>",
        "documentoFederal": "<string>",
        "nomePagamento": "<string>",
        "documentoFederalCedente": "<string>",
        "nomeCedente": "<string>"
      }
    ]
  },
  "parametros": [
    {
      "nome": "<string>",
      "valor": "<string>"
    }
  ]
}'
{
  "msg": "<string>",
  "hasError": true,
  "messages": [
    {
      "messageType": 1,
      "code": "<string>",
      "context": "<string>",
      "description": "<string>",
      "field": "<string>"
    }
  ],
  "codigo": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "numero": 123
}

Through this endpoint, the partner can manually and simply include proposals for individuals and legal entities. It is allowed for the integrator to send the proposal fields, which are not altered by our internal calculation engine. Validations:

  • Verification if the installment value matches the rate and amount sent.
  • Verification if the IOF (Tax on Financial Operations) exceeds 3% for individuals and 1.5% for legal entities.

Authorizations

Authorization
string
header
required

Informe o token

Headers

IdempotencyKey
string
required

Body

dto
object
parametros
object[] | null

Response

200
text/plain
OK
msg
string | null
hasError
boolean
messages
object[] | null
codigo
string
numero
integer