PayZuDocs

查询对账单记录

返回单条对账单记录的明细。

Confira nosso tutorial
GEThttps://api.payzu.processamento.com/v1/user/bank-statements/{id}
GET
/user/bank-statements/{id}

Path Params

Statement entry id.

Responses

curl -X GET "https://api.payzu.processamento.com/v1/user/bank-statements/cm3w7q8s10004q8f2k9f5b7eh" \  -H "Authorization: Bearer {{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"
}