Pix ProcessamentoPix Processamento Docs
API 端点报表

查看流水条目

GET
/user/bank-statements/{id}

认证

BearerAuth
认证Bearer <token>

位置: header

Path 参数

id*string

Statement entry id.

响应体

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"
}