Transaction Detail
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Header Parameters
Content-Type*string
Obrigatório em toda chamada PayZu.
Default
"application/json"Value in
"application/json"Response Body
application/json
application/json
curl -X GET "https://api.payzu.processamento.com/v1/user/transactions/string" \ -H "Content-Type: application/json"{
"id": "string",
"status": "string",
"amount": 0,
"type": "string",
"callbackUrl": "string",
"qrCodeText": "string",
"qrCodeBase64": "string",
"qrCodeUrl": "string",
"generatedName": "string",
"generatedDocument": "string",
"generatedEmail": "string",
"payerName": "string",
"payerDocument": "string",
"payerInstitutionIspb": "string",
"payerInstitutionName": "string",
"payerAccountNumber": "string",
"serviceFeeCharged": 0,
"withdrawPixKey": "string",
"withdrawPixType": "string",
"receiverName": "string",
"receiverDocument": "string",
"receiverInstitutionIspb": "string",
"receiverInstitutionName": "string",
"receiverAccountNumber": "string",
"endToEndId": "string",
"createdAt": "string",
"updatedAt": "string",
"paidAt": "string",
"clientReference": "string",
"refundEndToEndId": "string",
"refundAmount": "string",
"refundStatus": "string",
"refundReason": "string",
"refundDescription": "string",
"refundedAt": "string",
"cancellationReason": "string",
"infraction": {
"id": "string",
"protocol": "string",
"status": "WAITING_PSP",
"type": "REFUND_REQUEST",
"reportDetails": "string",
"reportedBy": "DEBITED_PARTICIPANT",
"analysisResult": "string",
"analysisDetails": "string",
"reportedAt": "2019-08-24T14:15:22Z",
"expiresAt": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
},
"virtualAccount": "string",
"infractions": [
{
"id": "string",
"status": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
],
"callbackLogs": [
{
"id": "string",
"url": "string",
"status": 0,
"responseTime": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
]
}{
"statusCode": 404,
"error": "Not Found",
"message": "Resource not found",
"requestId": "cmou00000abcdef01s6ghij1k2lm"
}