Skip to main content
cURL
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
  }
}
'
{
  "msg": "<string>",
  "hasError": true,
  "messages": [
    {
      "code": "<string>",
      "context": "<string>",
      "description": "<string>",
      "field": "<string>"
    }
  ],
  "parametros": [
    {
      "nome": "<string>",
      "valor": "<string>"
    }
  ]
}

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, our partner can update the bank disbursement details of proposals that have the status “approved”, “finalized”, “released” and “pending payment”.

Tables

Authorizations

Authorization
string
header
required

Informe o token

Headers

IdempotencyKey
string
required

Body

dto
object
dtoPagto
object

Response

OK

msg
string | null
hasError
boolean
messages
object[] | null
parametros
object[] | null