v1
latestOpenAPI 3.1.02026-07-1416032.7 KBReferences by Status
Use this request to get all the references on your account that are on a specific status.
get/v1.02/references
Query parameters
status'paga' | 'pendente' | 'expirada' | 'erro' | 'cancelada' | 'reembolsada' | 'devolvida' | 'arquivada'
Choose the status to search (paga, pendente, reembolsada, devolvida, expirada, erro, cancelada)
Response
200
Example response
{
"transactionStatus": "Success",
"referenceList": [
{
"reference": "000000191",
"amount": "20.00000",
"datetime": "2022-01-03T16:50:52Z",
"status": "pendente",
"identifier": "teste1"
}
]
}