public interface ChargebackService extends Service
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
chargeback(TransferActionDTO params)
Performs the chargeback for the given transfer, returning the chargeback id.
|
java.lang.Long chargeback(TransferActionDTO params) throws FrameworkException, TransferException
IllegalActionException - When the given transfer has already been charged backInsufficientBalanceException - When the source account, or source account for any generated fee is limited and had insufficient balance
for such a paymentMaxAmountPerDayExceededException - When the maximum amount for payments of this transfer type has been exceeded, according to the
transfer type configurationUpperCreditLimitReachedException - When the destination account, or destination account for any generated fee is limited and would have
more balance than the allowed maximumFrameworkExceptionTransferException