Solicite reembolsos totais ou parciais e alinhe produto e financeiro ao estado final.
PUT /v2/transactions/{id}/refund
curl --request PUT \ --url https://api.pagou.ai/v2/transactions/trx_123/refund \ --header "Authorization: Bearer SEU_TOKEN" \ --header "Content-Type: application/json" \ --data '{ "amount": 500 }'