v1

latestOpenAPI 3.1.02026-07-1416032.7 KB

Advanced Search

This request allow you be more specific on your search. You are able to search in your account for references with a specific identifier, a specific reference or search from a specific date.

get/v1.02/references/info

Query parameters

identifierstring

Insert the identifier that you want to find on your search.

referencestring

Insert the reference you want to find in your search.

start_datestring date

Specify the first date you want to search. We will provide all references since that date.

Response

200

OR

Example response

{
  "transactionStatus": "Success",
  "referenceList": [
    {
      "reference": "100159",
      "entity": "10048",
      "amount": "65.00000",
      "datetime": "2022-02-15T12:15:39Z",
      "status": "pendente",
      "identifier": "exemplo"
    }
  ]
}