Skip to main content
Consulta um comprovante de uma transação específica.
curl --request GET \
  --url https://api.ext.dbs.moneyp.dev.br/api/Comprovante/Consultar \
  --header 'Authorization: <api-key>'
{
  "sucesso": true,
  "mensagem": "<string>",
  "comprovante": "<any>",
  "codigoTransacao": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "tipoTransacao": 0
}
Through this endpoint, the partner can view all types of receipts: payment notes, bills, transfers, debits, transactions, and more.
It’s important to note that the receipt interface must be developed on the partner’s front end.

Authorizations

Authorization
string
header
required

Copie 'Bearer ' + token

Query Parameters

CodigoTransacao
string<uuid>
OrigemTransacao
enum<integer>
Available options:
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
501,
502,
503,
504,
505,
506,
507,
1001,
1002,
1003,
1004,
1005,
1006,
1007,
1008,
1009,
1010,
1011,
1012,
1013,
1014,
1200,
1501,
1502,
1503,
1601,
1701,
2001,
2002,
2003,
2004,
2010,
2012,
2501,
3001,
3002,
4001,
4501,
5001,
5002,
5003,
5004
CodigoMovimento
string<uuid>

Código UUID identificador do movimento financeiro específico para o qual o comprovante será consultado.*

Response

200 - application/json

Success

sucesso
boolean
mensagem
string | null
comprovante
any

Objeto contendo informações do comprovante respectivas ao OrigemTransacao enviado na requisição.

codigoTransacao
string<uuid>

Código UUID identificador da transação.

tipoTransacao
enum<integer>
Available options:
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
501,
502,
503,
504,
505,
506,
507,
1001,
1002,
1003,
1004,
1005,
1006,
1007,
1008,
1009,
1010,
1011,
1012,
1013,
1014,
1200,
1501,
1502,
1503,
1601,
1701,
2001,
2002,
2003,
2004,
2010,
2012,
2501,
3001,
3002,
4001,
4501,
5001,
5002,
5003,
5004
I