Error messageNo more refunds can be created against this transaction
DescriptionNo more refunds can be created against this transaction.
Categories
Refund

Example

API Response
{

    "Id":"3091333576",

    "Tag":"Custom meta",

    "CreationDate":1671027710,

    "AuthorId":"293333192",

    "CreditedUserId":null,

    "DebitedFunds":{

        "Currency":"EUR",

        "Amount":5200

    },

    "CreditedFunds":{

        "Currency":"EUR",

        "Amount":5200

    },

    "Fees":{

        "Currency":"EUR",

        "Amount":0

    },

    "Status":"FAILED",

    "ResultCode":"001404",

    "ResultMessage":"No more refunds can be created against this transaction",

    "ExecutionDate":null,

    "Type":"PAYOUT",

    "Nature":"REFUND",

    "InitialTransactionId":"2979123331",

    "InitialTransactionType":"PAYIN",

    "InitialTransactionNature":"REGULAR",

    "DebitedWalletId":"2979133394",

    "CreditedWalletId":null,

    "RefundReason":{

        "RefundReasonMessage":null,

        "RefundReasonType":"INITIALIZED_BY_CLIENT"

    }

}