curl --location --request GET '/v1/chargebacks/01JKWCB0000000000000000001' \
--header 'X-Api-Key: {{apiKey}}' \
--header 'X-Api-Secret: {{apiSecret}}' \
--header 'Content-Type: application/json'{
"data": {
"id": "01KJW0A1B2C3D4E5F6G7H8J9K0",
"type": "chargeback",
"status": "pending",
"reason": "scam",
"amount": 250,
"payment": "01KE0P1Q2R3S4T5U6V7W8X9Y0Z1",
"details": {
"endToEndId": "E10573521202603040114xqYNhFCNDlK",
"description": "Exemplo de descrição informada pelo pagador."
},
"expiresAt": "2026-03-06T10:50:26.484Z",
"createdAt": "2026-03-04T10:50:26.484Z",
"updatedAt": "2026-03-04T10:50:26.484Z"
},
"success": true
}