Initial Guide
- About Credit as a Service
- Credit Operations
Developer's Guide
- API Integration Guide
APIs Reference
- Simulations
- Onboarding
- Hiring
- Guarantees
- Document Printing
- Signatures
- Disbursement
Use Cases
- Personal Loan
Hiring
24 - Consult Installments
curl --request POST \
--url https://api.bmpdigital.moneyp.dev.br/Proposta/ConsultarParcelas \
--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>"
}
]
}'
{
"msg": "<string>",
"hasError": true,
"messages": [
{
"messageType": 1,
"code": "<string>",
"context": "<string>",
"description": "<string>",
"field": "<string>"
}
],
"parcelas": [
{
"msg": "<string>",
"hasError": true,
"messages": [
{
"messageType": 1,
"code": "<string>",
"context": "<string>",
"description": "<string>",
"field": "<string>"
}
],
"codigo": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"codigoProposta": 123,
"nroParcela": 123,
"dtVencimento": "2023-11-07T05:31:56Z",
"vlrParcela": 123,
"situacao": 123,
"linhaDigitavel": "<string>",
"dtPagamento": "2023-11-07T05:31:56Z",
"nossoNumero": "<string>",
"nossoNumeroDv": "<string>",
"vlrJuros": 123,
"vlrJurosMora": 123,
"vlrDesconto": 123,
"vlrPago": 123
}
]
}
Through this endpoint, the partner can execute a proposal consultation, obtaining a return of the main fields.
Category | Operation | Action | Code | Detailed Code | Message |
---|---|---|---|---|---|
Proposta | PropostaParcelas | ConsultarParcelas | C0112 | V0001 | Proposta não encontrada |
Proposta | PropostaParcelas | ConsultarParcelas | C0112 | V0002 | A Proposta não pertence à esta Integração |
Authorizations
Informe o token
Headers
Body
Response
200
text/plain
OK
Was this page helpful?
curl --request POST \
--url https://api.bmpdigital.moneyp.dev.br/Proposta/ConsultarParcelas \
--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>"
}
]
}'
{
"msg": "<string>",
"hasError": true,
"messages": [
{
"messageType": 1,
"code": "<string>",
"context": "<string>",
"description": "<string>",
"field": "<string>"
}
],
"parcelas": [
{
"msg": "<string>",
"hasError": true,
"messages": [
{
"messageType": 1,
"code": "<string>",
"context": "<string>",
"description": "<string>",
"field": "<string>"
}
],
"codigo": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"codigoProposta": 123,
"nroParcela": 123,
"dtVencimento": "2023-11-07T05:31:56Z",
"vlrParcela": 123,
"situacao": 123,
"linhaDigitavel": "<string>",
"dtPagamento": "2023-11-07T05:31:56Z",
"nossoNumero": "<string>",
"nossoNumeroDv": "<string>",
"vlrJuros": 123,
"vlrJurosMora": 123,
"vlrDesconto": 123,
"vlrPago": 123
}
]
}