001404

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

Example

API Response
1{
2 "Id":"3091333576",
3 "Tag":"Custom meta",
4 "CreationDate":1671027710,
5 "AuthorId":"293333192",
6 "CreditedUserId":null,
7 "DebitedFunds":{
8 "Currency":"EUR",
9 "Amount":5200
10 },
11 "CreditedFunds":{
12 "Currency":"EUR",
13 "Amount":5200
14 },
15 "Fees":{
16 "Currency":"EUR",
17 "Amount":0
18 },
19 "Status":"FAILED",
20 "ResultCode":"001404",
21 "ResultMessage":"No more refunds can be created against this transaction",
22 "ExecutionDate":null,
23 "Type":"PAYOUT",
24 "Nature":"REFUND",
25 "InitialTransactionId":"2979123331",
26 "InitialTransactionType":"PAYIN",
27 "InitialTransactionNature":"REGULAR",
28 "DebitedWalletId":"2979133394",
29 "CreditedWalletId":null,
30 "RefundReason":{
31 "RefundReasonMessage":null,
32 "RefundReasonType":"INITIALIZED_BY_CLIENT"
33 }
34}