| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
chargeback(TransferActionDTO params)
Performs the chargeback for the given transfer, returning the chargeback id.
|
ChargebackData |
getData(java.lang.Long id)
Returns details about a chargeback
|
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 maximumFrameworkExceptionTransferExceptionChargebackData getData(java.lang.Long id) throws FrameworkException
FrameworkException