PayZuDocs

List infractions

Returns the MED infractions opened against the account, with pagination and filters.

Confira nosso tutorial
GEThttps://api.payzu.processamento.com/v1/user/infractions
GET
/user/infractions

Query Params

Page number.

Items per page.

Comma-separated InfractionStatus (WAITING_PSP,CLOSED,OPEN,CANCELLED,ACKNOWLEDGED,DEFENDED,ANSWERED,WAITING_ADJUSTMENTS)

Comma-separated InfractionType (REFUND_REQUEST,FRAUD,REFUND_CANCELLED)

End-to-end ID of the Pix.

Transaction ID.

Minimum amount.

Maximum amount.

Comma-separated AnalysisResult

Comma-separated ReportedType (DEBITED_PARTICIPANT,CREDITED_PARTICIPANT)

CPF or CNPJ of the participant.

Name of the participant.

createdAt updatedAt

asc desc

Filter: reportedAt from.

Filter: reportedAt up to.

Filter: createdAt from.

Filter: createdAt up to.

Filter: expiresAt from.

Filter: expiresAt up to.

Filter: updatedAt from.

Filter: updatedAt up to.

Filter by infraction ID.

Filter by protocol.

Responses

curl -X GET "https://api.payzu.processamento.com/v1/user/infractions" \  -H "Authorization: Bearer {{token}}"
{
}