Skip to content

Estornar cobrança

João Pedro Truchinski Borba edited this page Nov 23, 2023 · 2 revisions
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();