Get Account statement By Id

GET /customers/{id}/account/statement

Path parameters

  • id string(uuid) Required

Query parameters

  • initialDate string(date-time) Required

Responses

  • 200
    Hide response attribute Show response attribute object
    • extract array[object] Required
      Hide extract attributes Show extract attributes array[object]
      • pXvaTipo string Required
      • pXvaHistorico string Required
      • pXvaDocumento string Required
      • pXvaValor string Required
      • pXvaData string Required
  • 400
    Hide response attributes Show response attributes object
    • message object Required
    • data object Required
  • 401
    Hide response attributes Show response attributes object
    • message object Required
    • data object Required
GET /customers/{id}/account/statement
curl \
 -X GET https://open-api.hml.soupi.com.br/customers/{id}/account/statement?initialDate=2023-05-04T09%3A42%3A00%2B00%3A00 \
 -H "Authorization: $API_KEY"
Response examples (200)
{
  "extract": [
    {
      "pXvaTipo": "string",
      "pXvaHistorico": "string",
      "pXvaDocumento": "string",
      "pXvaValor": "string",
      "pXvaData": "string"
    }
  ]
}
Response examples (200)
{
  "extract": [
    {
      "pXvaTipo": "string",
      "pXvaHistorico": "string",
      "pXvaDocumento": "string",
      "pXvaValor": "string",
      "pXvaData": "string"
    }
  ]
}
Response examples (400)
{
  "message": {},
  "data": {}
}
Response examples (400)
{
  "message": {},
  "data": {}
}
Response examples (401)
{
  "message": {},
  "data": {}
}
Response examples (401)
{
  "message": {},
  "data": {}
}