Skip to main content
cURL
curl --request POST \
  --url https://api.bmpdigital.moneyp.dev.br/FGTS/IncluirProposta \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'IdempotencyKey: <idempotencykey>' \
  --data '
{
  "dto": {
    "CodigoOperacao": "<string>",
    "VlrEmprestimo": 123,
    "Periodo": 123,
    "DtAniversario": "2023-11-07T05:31:56Z",
    "TaxaMensal": 123,
    "VlrTAC": 123,
    "PercTAC": 123,
    "VlrSeguro": 123,
    "CpfTrabalhador": "<string>",
    "TipoContrato": "<string>",
    "DocumentoParceiroCorrespondente": "<string>",
    "PropostaContaPagamento": {
      "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>"
      }
    ],
    "ConsultaCache": true,
    "Periodos": [
      {
        "DataRepasse": "2023-11-07T05:31:56Z",
        "VlrRepasse": 123
      }
    ]
  }
}
'
{
  "Msg": "<string>",
  "HasError": true,
  "Messages": [
    {
      "Code": "<string>",
      "Context": "<string>",
      "Description": "<string>",
      "Field": "<string>"
    }
  ],
  "CodigoProposta": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Documentation Index

Fetch the complete documentation index at: https://bmpmoneyplus-sandbox.mintlify.app/llms.txt

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

Through this endpoint, the partner includes the proposal, after the search and simulation process of the loan amounts guaranteed by the FGTS withdrawal Rules:
  • The month of birth must be correct;
  • The CPF of the operation must be the same as the holder of the bank account informed for the disbursement.

Tables

Authorizations

Authorization
string
header
required

Informe o token

Headers

IdempotencyKey
string
required

Body

dto
object

Response

OK

Msg
string | null
HasError
boolean
Messages
object[] | null
CodigoProposta
string<uuid>