Pix ProcessamentoPix Processamento Docs
API EndpointsReports

Get statement entry

GET
/user/bank-statements/{id}

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Statement entry id.

Response Body

application/json

curl --request GET \  --url 'https://api.exemplo.processamento.com/v1/user/bank-statements/PIX2025081418333632CYKN8M' \  --header 'Authorization: Bearer $PIX_TOKEN'
{
  "id": "string",
  "amount": 0,
  "operation": "INCREMENT",
  "reason": "string",
  "balanceType": "AVAILABLE",
  "previousBalanceAvailable": 0,
  "previousBalanceBlocked": 0,
  "newBalanceAvailable": 0,
  "newBalanceBlocked": 0,
  "transactionId": "string",
  "infractionId": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z"
}