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.
Parameter | Valur Type | Description |
---|---|---|
amount | REQUIRED | Chargeback amount. Example: amount=10000. |
referenceId | REQUIRED | End to end id or return id of the transaction to be reversed. Example: referenceId=E20018183202201201450u34sDGd19lz |
reason | REQUIRED | Reason why the chargeback was requested. Options: fraud, flaw, reversalChargeback. |
description | OPTIONAL | Description for the Pix Chargeback. |
Request Body
{"chargebacks"=>[{"amount"=>10000, "description"=>"Client payed for an item and never received it.", "reason"=>"fraud", "referenceId"=>"E20018183202201201450u34sDGd19lz"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
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"}