Create a Pix chargeback

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

Pix Chargebacks can only be created by the transaction's sender participant. The other party must answer within a specific period defined by the Brazilian Central Bank.

ParameterValur TypeDescription
amountREQUIREDChargeback amount. Example: amount=10000.
referenceIdREQUIREDEnd to end id or return id of the transaction to be reversed. Example: referenceId=E20018183202201201450u34sDGd19lz
reasonREQUIREDReason why the chargeback was requested. Options: fraud, flaw, reversalChargeback.
descriptionOPTIONALDescription for the Pix Chargeback.

Request Body

{"chargebacks"=>[{"amount"=>10000, "description"=>"Client payed for an item and never received it.", "reason"=>"fraud", "referenceId"=>"E20018183202201201450u34sDGd19lz"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"chargebacks":[{"amount":100,"analysis":"","bacenId":"","created":"2022-05-17T19:43:12.382174+00:00","description":"Client payed for an item and never received it.","id":"5331161626705920","reason":"fraud","receiverBankCode":"","referenceId":"E35547753202205101724tM25SPNVfSp","rejectionReason":"","result":"","reversalReferenceId":"","senderBankCode":"35547753","status":"created","updated":"2022-05-17T19:43:12.393048+00:00"}],"message":"Pix chargebacks successfully requested"}