Create Pix infractions

POST {{baseInfraUrl}}/{{version}}/pix-infraction

Pix Infractions can be created by either participant of a transaction. The receiving party must answer within a specific period specified by the Brazilian Central Bank.

ParameterValue TypeDescription
referenceIdREQUIREDEnd to end id or return id of the transaction being reported. Example: referenceId=E20018183202201201450u34sDGd19lz
typeREQUIREDType of the Pix Infraction. Options: fraud, reversal, reversalChargeback.
descriptionOPTIONALDescription for any details that can help with the infraction investigation.

Request Body

{"infractions"=>[{"referenceId"=>"E20018183202201201450u34sDGd19lz", "type"=>"fraud"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"infractions":[{"agent":"reporter","analysis":"","bacenId":"","created":"2022-05-17T19:35:05.414532+00:00","creditedBankCode":"","debitedBankCode":"35547753","description":"","id":"4588746288660480","referenceId":"E35547753202201201450u34sDGd19l3","reportedBy":"debited","result":"","status":"created","type":"fraud","updated":"2022-05-17T19:35:05.426876+00:00"}],"message":"Pix infractions successfully requested"}