- BMP SOCIEDADE DE CRÉDITO DIRETO S.A;
- MONEY PLUS SOCIEDADE DE CRÉDITO AO MICROEMPREENDEDOR E A EMPRESA DE PEQUENO PORTE LTDA.
1 - Simulations
At this stage, you can check the amounts available for withdrawal from the FGTS and run simulations. After that, you can take out loans with FGTS collateral and the amounts will be included in a proposal. Below, we will detail the simulation options available. Check which one best fits the needs of your operation:Show 1.1 - /FGTS/BuscarSimulacao
Show 1.1 - /FGTS/BuscarSimulacao
Show Simulation with the BMP Calculator (without consulting the CEF)
Show Simulation with the BMP Calculator (without consulting the CEF)
Show Simulation with number of periods
Show Simulation with number of periods
curl --location 'https://api.bmpdigital.moneyp.dev.br/FGTS/BuscarSimulacao' \
--header 'Idempotencykey: identificador Unico' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer token' \
--data '
{
"dto": {
"Saldo": 0, // Valor que o seu cliente tem disponível para saque na CEF | NÃO OBRIGATÓRIO
"VlrEmprestimo": 0, // Valor desejado pelo seu cliente | NÃO OBRIGATÓRIO
"Periodo": 0, // Quantidade de períodos que deseja consultar | NÃO OBRIGATÓRIO
"TaxaMensal": 1.79, // Taxa parametrizada no sistema (deixar padrão) | NÃO OBRIGATÓRIO
"VlrTAC": "150", // Informar ou VlrTAC ou PercTAC | NÃO OBRIGATÓRIO
"PercTAC": "5", // Informar ou VlrTAC ou PercTAC | NÃO OBRIIGATÓRIO
"DtAniversario": "2024-09-30T18:30:50.905Z" // Data de nascimento do cliente | NÃO OBRIGATÓRIO
}
}'
Show Simulation with predefined periods by date and value
Show Simulation with predefined periods by date and value
curl --location 'https://api.bmpdigital.moneyp.dev.br/FGTS/BuscarSimulacao' \
--header 'Idempotencykey: identificador Unico' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer token' \
--data '
{
"dto": {
"Saldo": 0, // Valor que o seu cliente tem disponível para saque na CEF | NÃO OBRIGATÓRIO
"VlrEmprestimo": 0, // Valor desejado pelo seu cliente | NÃO OBRIGATÓRIO
"Periodos": [ // Datas e valores dos repasses | NÃO OBRIGATÓRIO
{
"DataRepasse": "2026-04-01", // Data que a Caixa realizará o repasse ao cliente | OBRIGATÓRIO
"VlrRepasse": 1500 // Valor do repasse do cliente na data do repasse | OBRIGATÓRIO
},
{
"DataRepasse": "2027-04-01", // Data que a Caixa realizará o repasse ao cliente | OBRIGATÓRIO
"VlrRepasse": 1000 // Valor do repasse do cliente na data do repasse | OBRIGATÓRIO
}
],
"TaxaMensal": 1.79, // Taxa parametrizada no sistema (deixar padrão) | NÃO OBRIGATÓRIO
"VlrTAC": "150", // Informar ou VlrTAC ou PercTAC | NÃO OBRIGATÓRIO
"PercTAC": "5", // Informar ou VlrTAC ou PercTAC | NÃO OBRIIGATÓRIO
"DtAniversario": "2024-09-30T18:30:50.905Z" // Data de nascimento do cliente | NÃO OBRIGATÓRIO
}
}'
Show Balance Check by CPF (with CEF check)
Show Balance Check by CPF (with CEF check)
curl --location 'https://api.bmpdigital.moneyp.dev.br/FGTS/BuscarSimulacao' \
--header 'Idempotencykey: identificador Unico' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer token' \
--data '
{
"dto": {
"CpfTrabalhador": "string", // CPF do cliente que deseja realizar a consulta de saldo | NÃO OBRIGATÓRIO
}
}'
Show Balance simulation by CPF (with CEF consultation)
Show Balance simulation by CPF (with CEF consultation)
Show Balance simulation by CPF with number of periods
Show Balance simulation by CPF with number of periods
curl --location 'https://api.bmpdigital.moneyp.dev.br/FGTS/BuscarSimulacao' \
--header 'Idempotencykey: identificador Unico' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer token' \
--data '
{
"dto": {
"VlrEmprestimo": 0, // Valor desejado pelo seu cliente | NÃO OBRIGATÓRIO
"Periodo": 0, // Quantidade de períodos deseja consultar | NÃO OBRIGATÓRIO
"TaxaMensal": 1.79, // Taxa parametrizada no sistema (deixar padrão) | NÃO OBRIGATÓRIO
"VlrTAC": "150", // Informar ou VlrTAC ou PercTAC | NÃO OBRIGATÓRIO
"PercTAC": "5", // Informar ou VlrTAC ou PercTAC | NÃO OBRIIGATÓRIO
"DtAniversario": "2024-09-30T18:30:50.905Z" , // Data de nascimento do cliente | NÃO OBRIGATÓRIO
"CpfTrabalhador": "string", // CPF do cliente que deseja realizar a consulta de saldo | NÃO OBRIGATÓRIO
}
}'
Show Balance simulation by CPF with predefined periods
Show Balance simulation by CPF with predefined periods
curl --location 'https://api.bmpdigital.moneyp.dev.br/FGTS/BuscarSimulacao' \
--header 'Idempotencykey: identificador Unico' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer token' \
--data '
{
"dto": {
"VlrEmprestimo": 0, // Valor desejado pelo seu cliente | NÃO OBRIGATÓRIO
"Periodos": [ // Datas e valores dos repasses | NÃO OBRIGATÓRIO
{
"DataRepasse": "2026-04-01", // Data que a Caixa realizará o repasse ao cliente | OBRIGATÓRIO
"VlrRepasse": 1500 // Valor do repasse do cliente na data do repasse | OBRIGATÓRIO
},
{
"DataRepasse": "2027-04-01", // Data que a Caixa realizará o repasse ao cliente | OBRIGATÓRIO
"VlrRepasse": 1000 // Valor do repasse do cliente na data do repasse | OBRIGATÓRIO
}
],
"TaxaMensal": 1.79, // Taxa parametrizada no sistema (deixar padrão) | NÃO OBRIGATÓRIO
"VlrTAC": "150", // Informar ou VlrTAC ou PercTAC | NÃO OBRIGATÓRIO
"PercTAC": "5", // Informar ou VlrTAC ou PercTAC | NÃO OBRIIGATÓRIO
"DtAniversario": "2024-09-30T18:30:50.905Z" , // Data de nascimento do cliente | NÃO OBRIGATÓRIO
"CpfTrabalhador": "string", // CPF do cliente que deseja realizar a consulta de saldo | NÃO OBRIGATÓRIO
}
}'
Show 1.2 - /FGTS/BuscarSimulacaoMultiPeriodo
Show 1.2 - /FGTS/BuscarSimulacaoMultiPeriodo
- Search parameters: CPF, TAC value or percentage and monthly rate (the period field is not filled in).
- Return: simulation for several periods (years).
- The system will bring up a list of all possible years for withdrawal, informing:
- The balance available in each period.
- The possible amounts and installment values for each period.
- This allows the client to see the maximum possibility of installments and the total amount available for withdrawal in each year.
Show Multi-Period Loan Simulation with the BMP Calculator (without consulting the CEF)
Show Multi-Period Loan Simulation with the BMP Calculator (without consulting the CEF)
curl --location 'https://api.bmpdigital.moneyp.dev.br/FGTS/BuscarSimulacao' \
--header 'Idempotencykey: identificador Unico' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer token' \
--data '
{
"dto": {
"Saldo": 0, // Valor que o seu cliente tem disponível para saque na CEF | NÃO OBRIGATÓRIO
"VlrEmprestimo": 0, // Valor desejado pelo seu cliente | NÃO OBRIGATÓRIO
"Periodo": 0, // Quantidade de períodos deseja consultar | NÃO OBRIGATÓRIO
"TaxaMensal": 1.79, // Taxa parametrizada no sistema (deixar padrão) | NÃO OBRIGATÓRIO
"VlrTAC": "150", // Informar ou VlrTAC ou PercTAC | NÃO OBRIGATÓRIO
"PercTAC": "5", // Informar ou VlrTAC ou PercTAC | NÃO OBRIIGATÓRIO
"DtAniversario": "2024-09-30T18:30:50.905Z" , // Data de nascimento do cliente | NÃO OBRIGATÓRIO
}
}'
Show Multi-Period Balance Query by CPF (with CEF query)
Show Multi-Period Balance Query by CPF (with CEF query)
curl --location 'https://api.bmpdigital.moneyp.dev.br/FGTS/BuscarSimulacao' \
--header 'Idempotencykey: identificador Unico' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer token' \
--data '
{
"dto": {
"CpfTrabalhador": "string", // CPF do cliente que deseja realizar a consulta de saldo | NÃO OBRIGATÓRIO
}
}'
Show Multi-Period Balance Simulation by CPF (with CEF consultation)
Show Multi-Period Balance Simulation by CPF (with CEF consultation)
curl --location 'https://api.bmpdigital.moneyp.dev.br/FGTS/BuscarSimulacao' \
--header 'Idempotencykey: identificador Unico' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer token' \
--data '
{
"dto": {
"VlrEmprestimo": 0, // Valor desejado pelo seu cliente | NÃO OBRIGATÓRIO
"Periodo": 0, // Quantidade de períodos deseja consultar | NÃO OBRIGATÓRIO
"TaxaMensal": 1.79, // Taxa parametrizada no sistema (deixar padrão) | NÃO OBRIGATÓRIO
"VlrTAC": "150", // Informar ou VlrTAC ou PercTAC | NÃO OBRIGATÓRIO
"PercTAC": "5", // Informar ou VlrTAC ou PercTAC | NÃO OBRIIGATÓRIO
"DtAniversario": "2024-09-30T18:30:50.905Z" , // Data de nascimento do cliente | NÃO OBRIGATÓRIO
"CpfTrabalhador": "string", // CPF do cliente que deseja realizar a consulta de saldo | NÃO OBRIGATÓRIO
}
}'
ConsultaCache field is false, the request will query the updated FGTS balance directly at Caixa Econômica Federal (CEF); when it is true, the balance will be obtained from the BMP cache. This field is not mandatory; if it is not provided, the system assumes the true value as default.2 - Onboarding
In this step, the customer is registered via request, where the loan with FGTS guarantee will be requested. To do this, it will be necessary to:Registration of the customer's personal data
curl --location 'https://api.bmpdigital.moneyp.dev.br/Pessoa/Salvar' \
--header 'IdempotencyKey: GUID UNICO PARA CADA CHAMADA' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer token gerado no 1º passo' \
--data-raw '{
"dto": {
"Codigo": "1", // Código para identificar o cliente em seu sistema | NÃO OBRIGATÓRIO
"Nome": "CLIENTE TESTE", // Nome do seu cliente | OBRIGATÓRIO
"DocumentoFederal": "75000000000", // Documento federal (CPF: 11 dígitos | CNPJ: 14 dígitos | temos um validador, então precisa ser um documento válido) | OBRIGATÓRIO
"PF": {
"rg": "string", // RG do seu cliente | OBRIGATÓRIO
"dtNasc": "2024-02-26T16:33:57.775Z" // Data de nascimento do seu cliente | OBRIGATÓRIO
},
"PessoaDadosContato": {
"Email": "teste@email.com.br", // E-mail do seu cliente | OBRIGATÓRIO
"TelefoneCelular1": "11923456781" // Celular do seu cliente | OBRIGATÓRIO
}
}
}'
Registering or updating the customer's full address
curl --location 'https://api.bmpdigital.moneyp.dev.br/Pessoa/SalvarEndereco' \
--header 'IdempotencyKey: GUID UNICO PARA CADA CHAMADA' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer token gerado no 1º passo' \
--data '{
"dto": {
"codigo": "string", // Código para identificar o endereço em seu sistema | NÃO OBRIGATÓRIO
"cep": "string" // CEP do endereço | OBRIGATÓRIO
},
"param": {
"documentoCliente": "string" // Documento federal CPF: 11 dígitos | temos um validador, então precisa ser um documento válido | OBRIGATÓRIO
}
}'
3 - Hiring
At this stage, the proposal is sent, inserting the requested data:- Loan amount;
- Amount or percentage of the TAC (if applicable);
- Anniversary date;
- CPF;
- Interest rate applied;
- Destination account for payment;
- Number of periods desired.
Inclusion of Proposal
Show Contracting with number of periods
Show Contracting with number of periods
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", // Identificador Unico Por proposta | OBRIGATÓRIO
"VlrEmprestimo": 0, // Valor solicitado | OBRIGATÓRIO
"TipoContrato": "string", // Tipo de contrato informado pelo time de implantação | OBRIGATÓRIO
"Periodo": 0, // Prazo (de 1 a 10) | OBRIGATÓRIO
"DtAniversario": "2023-08-10T18:04:36.349Z", // Data de aniversário do seu cliente | OBRIGATÓRIO
"TaxaMensal": 1.79, // Taxa parametrizada no sistema | OBRIGATÓRIO
"CpfTrabalhador": "string", // CPF do seu cliente | OBRIGATÓRIO
"VlrTAC": "150", // Informar ou VlrTAC ou PercTAC | NÃO OBRIGATÓRIO
"PercTAC": "10", // Informar ou VlrTAC ou PercTAC | NÃO OBRIIGATÓRIO
"propostaContaPagamento": { // Nesse objeto voce informa os dados bancários do desembolso | OBRIGATÓRIO
"tipoConta": 0, // 1 = Conta poupança 2 = Conta Corrente | OBRIGATÓRIO
"agencia": "string", // Agência bancária do emitente | OBRIGATÓRIO
"agenciaDig": "string", // Digíto da conta bancária do emitente | OBRIGATÓRIO
"conta": "string", // Conta bancária do emitente | OBRIGATÓRIO
"contaDig": "string", // Digito bancário da conta do emitente | OBRIGATÓRIO
"NumeroBanco": "string" // Código bancário de acordo com a tabela do BACEN | OBRIGATÓRIO
}
}
}'
Show Contracting with predefined periods
Show Contracting with predefined periods
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", // Identificador Unico Por proposta | OBRIGATÓRIO
"VlrEmprestimo": 0, // Valor solicitado | OBRIGATÓRIO
"TipoContrato": "string", // Tipo de contrato informado pelo time de implantação | OBRIGATÓRIO
"Periodos": [ // Datas e valores dos repasses | OBRIGATÓRIO
{
"DataRepasse": "2026-04-01", // Data que a Caixa realizará o repasse ao cliente | OBRIGATÓRIO
"VlrRepasse": 1500 // Valor do repasse do cliente na data do repasse | OBRIGATÓRIO
},
{
"DataRepasse": "2027-04-01", // Data que a Caixa realizará o repasse ao cliente | OBRIGATÓRIO
"VlrRepasse": 1000 // Valor do repasse do cliente na data do repasse | OBRIGATÓRIO
}
],
"DtAniversario": "2023-08-10T18:04:36.349Z", // Data de aniversário do seu cliente | OBRIGATÓRIO
"TaxaMensal": 1.79, // Taxa parametrizada no sistema | OBRIGATÓRIO
"CpfTrabalhador": "string", // CPF do seu cliente | OBRIGATÓRIO
"VlrTAC": "150", // Informar ou VlrTAC ou PercTAC | NÃO OBRIGATÓRIO
"PercTAC": "10", // Informar ou VlrTAC ou PercTAC | NÃO OBRIIGATÓRIO
"propostaContaPagamento": { // Nesse objeto voce informa os dados bancários do desembolso | OBRIGATÓRIO
"tipoConta": 0, // 1 = Conta poupança 2 = Conta Corrente | OBRIGATÓRIO
"agencia": "string", // Agência bancária do emitente | OBRIGATÓRIO
"agenciaDig": "string", // Digíto da conta bancária do emitente | OBRIGATÓRIO
"conta": "string", // Conta bancária do emitente | OBRIGATÓRIO
"contaDig": "string", // Digito bancário da conta do emitente | OBRIGATÓRIO
"NumeroBanco": "string" // Código bancário de acordo com a tabela do BACEN | OBRIGATÓRIO
}
}
}'
dto array:Show TED Split
Show TED Split
"propostaLancamentos": [
{
"campoID": "string",
"vlrTransacao": 0,
"tipoConta": 0,
"agencia": "string",
"agenciaDig": "string",
"conta": "string",
"contaDig": "string",
"numeroBanco": "string"
}
]
dto array:Show Bank slip split
Show Bank slip split
"propostaLancamentos": [
{
"campoID": "string",
"vlrTransacao": 0,
"dtPagamento": "2024-02-21T17:48:40.110Z",
"linhaDigitavel": "string",
"documentoFederalCedente": "string",
"nomeCedente": "string"
}
]
4 - Collecting Signatures
After completing the proposal inclusion, it is necessary to sign the CCB, as this is the formalization of a loan and proves responsibility for due payment.Show 4.1 Electronic Signature
Show 4.1 Electronic Signature
Electronic Signature
curl --location 'https://api.bmpdigital.moneyp.dev.br/Proposta/IncluirAssinaturaCCB' \
--header 'accept: text/plain' \
--header 'Authorization: Bearer qXdZot13a6EbJkAbjpZ5ep_eTKH2F5ZHOwZrYZVN1lw' \
--header 'IdempotencyKey: GUID UNICO PARA CADA CHAMADA' \
--header 'Content-Type: application/json' \
--data '{
"dto": { // Apenas um dos campos abaixo deve ser informado
"codigoProposta": "3fa85f64-5717-4562-b3fc-2c963f66afa6", // Colocar GUID da proposta gerado no response da inclusão da proposta
"codigoOperacao": "string" // Colocar codigo da operação utilizado na inclusão da proposta
},
"assinantes": [
{
"nome": "string", // Informe o nome do assinante | OBRIGATÓRIO
"email": "string", // Informe o email do assinante | OBRIGATÓRIO
"documento": "string", // Informe o documento federal do assinante | OBRIGATÓRIO
"descricao": "string", // Informe o papel desse assinante na operação | OBRIGATÓRIO
"telefoneCelular": "string", // Informe o telefone celular do assinante | OBRIGATÓRIO
"notificarPorEmail": true, // Esse campo controle se o cliente receberá a CCB por email para a assinatura | OBRIGATÓRIO
"notificarPorWhatsApp": true, // Se o cliente for receber o token de assinatura via WhatsApp, deixar esse campo como true. Se não, colocar false | NÃO OBRIGATÓRIO
"notificarPorSMS": true, // Se o cliente for receber o token de assinatura via SMS, deixar esse campo como true. Se não, colocar false | NÃO OBRIGATÓRIO
"codigoIdentificador": "string", // Código identificador do assinante dentro da proposta (caso queira realizar alguma alteração nesse assinante, informe esse código na outra chamada da API) | NÃO OBRIGATÓRIO
"dtLimiteAssinatura": "2024-02-21T19:47:38.567Z" // Data limite para que o assnante realize a assinatura | OBRIGATÓRIO
}
]
}'
Show 4.2 Relogon Signature
Show 4.2 Relogon Signature
Collection of Signature Model
curl --location 'https://reports.moneyp.dev.br/imprimir?impressao=S&tipo=ccb&code=GUIDPROPOSTA&integracao=CODPARAMETRO&copias=1&versao=' \
Relogon Subscription
curl --location 'https://api.bmpdigital.moneyp.dev.br/Proposta/IncluirAssinaturaCCBFinalizada' \
--header 'IdempotencyKey: GUID UNICO PARA CADA CHAMADA' \
--header 'Content-Type: application/json' \
--data '{
"dto": {
"codigoProposta": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"codigoOperacao": "string"
},
"assinantes": [
{
"nome": "string",
"email": "string",
"documento": "string",
"descricao": "string",
"notificarPorEmail": true,
"dtAssinatura": "2024-01-15T14:21:57.250Z",
"ipAssinatura": "string"
}
]
}'
Proposal completion
curl --location 'https://api.bmpdigital.moneyp.dev.br/Proposta/Finalizar' \
--header 'IdempotencyKey: GUID UNICO PARA CADA CHAMADA' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer g3Lmb6cowHidKJwwu8J-5xAVAViSysAZAajzeeeTXq4' \
--data '{
"dto": {
"codigoProposta": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"codigoOperacao": "string"
},
"parametros": [
{
"Nome": "FINALIZACAO_VALIDARPARCELAS",
"Valor": "FALSE"
},
{
"Nome": "IP_ADDRESS",
"Valor": "00.000.000.00"
}
]
}'
Signed CCB Printing
curl --location 'https://reports.moneyp.dev.br/imprimir?impressao=S&tipo=ccb&code=GUIDPROPOSTA&integracao=CODPARAMETRO&copias=1&versao=' \
Show 4.3 Certifying Signature
Show 4.3 Certifying Signature
Collecting the Signature Model
curl --location 'https://reports.moneyp.dev.br/imprimir?impressao=S&tipo=ccb&code=GUIDPROPOSTA&integracao=CODPARAMETRO&copias=1&versao=' \
Sending to Certifying Body
Certificate Signature
curl --location 'https://api.bmpdigital.moneyp.dev.br/Proposta/IncluirDocumento' \
--header 'IdempotencyKey: GUID UNICO PARA CADA CHAMADA' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer token gerado no 1º passo' \
--data '{
"dto": {
"codigoProposta": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"codigoOperacao": "string"
},
"documento": {
"codigo": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"tipoDocumento": 30,
"nomeArquivo": "string",
"extensao": "string",
"dtValidade": "2023-05-23T20:57:08.922Z",
"arquivo": "string"
}
}'
Proposal completion
curl --location 'https://api.bmpdigital.moneyp.dev.br/Proposta/Finalizar' \
--header 'IdempotencyKey: GUID UNICO PARA CADA CHAMADA' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer g3Lmb6cowHidKJwwu8J-5xAVAViSysAZAajzeeeTXq4' \
--data '{
"dto": {
"codigoProposta": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"codigoOperacao": "string"
},
"parametros": [
{
"Nome": "FINALIZACAO_VALIDARPARCELAS",
"Valor": "FALSE"
},
{
"Nome": "IP_ADDRESS",
"Valor": "00.000.000.00"
}
]
}'
5 - Request for Balance Endorsement
After signing the transaction (ID=6), BMP will request CEF to reserve the balance of the CPF in question. While the reservation is in progress, CEF keeps the amount blocked, ensuring that there will be no new requests to endorse that balance.Show Endorsement performed successfully
Show Endorsement performed successfully
Show Paid Proposal
Show Paid Proposal
Show Pending Payment Operation
Show Pending Payment Operation
Updating bank details
curl --request POST \
--url https://api.bmpdigital.moneyp.dev.br/Proposta/AtualizarContaPagamento \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--header 'IdempotencyKey: <idempotencykey>' \
--data '{
"dto": {
"codigoProposta": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"codigoOperacao": "<string>",
"numeroProposta": 123
},
"dtoPagto": {
"tipoConta": 123,
"agencia": "<string>",
"agenciaDig": "<string>",
"conta": "<string>",
"contaDig": "<string>",
"numeroBanco": "<string>",
"documentoFederalPagamento": "<string>",
"nomePagamento": "<string>"
}
}'
Disbursed Proposal
Show Endorsement not performed
Show Endorsement not performed
Show Pending
Show Pending
Check the reason for the pending issue
curl --request POST \
--url https://api.bmpdigital.moneyp.dev.br/FGTS/ConsultaProposta \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--header 'IdempotencyKey: <idempotencykey>' \
--data '{
"dto": {
"CodigoProposta": "<string>",
"CodigoOperacao": "<string>"
}
}'
Balance Reservation
curl --request POST \
--url https://api.bmpdigital.moneyp.dev.br/Proposta/Finalizar \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--header 'IdempotencyKey: <idempotencykey>' \
--data '{
"dto": {
"codigoProposta": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"codigoOperacao": "<string>",
"numeroProposta": 123
},
"parametros": [
{
"nome": "<string>",
"valor": "<string>"
}
]
}'
Show Canceled
Show Canceled
6 - Cancellation (Optional)
Using this endpoint, you will be asked to cancel the advance payment contract with CEF:curl --request POST \
--url https://api.bmpdigital.moneyp.dev.br/FGTS/CancelarProposta \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--header 'IdempotencyKey: GUID UNICO POR CHAMADA \
--data '{
"dto": {
"CodigoProposta": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"CodigoOperacao": "<string>",
"TextoMotivoCancelamento": "<string>"
}
}'
7 - APIs Auxiliares
- Callback Technical Procedure will be used throughout the process in the stages of changing the status of the proposal and requesting cancellation of the proposal.
- Consult Proposal Endpoint will be used throughout the process to access and check all the detailed information of the proposal.
- Cancel Proposal Endpoint will be used in this journey to cancel the contract.

