We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Payment.refunder(paymentId).setValue(new BigDecimal("valor")).create();
Exemplo estornando R$10 reais da a cobrança 266093389
Payment.refunder(266093389L).setValue(new BigDecimal("10.0")).create();
Ou estorno completo:
Payment.refunder(266093389L).create();