005408

Error messageDue to repudiations against this transaction, you can not refund this amount.
DescriptionThe refund failed because the pay-in is already being disputed.
Categories
Refund

Dispute

Causes

This error may occur when attempting to refund a pay-in which is already subject to a dispute.

More specifically, the dispute has been canceled (VOID) and created again for this error to be triggered.

Example

API Response
1{
2 "Id":"334444519",
3 "Tag":"Custom meta",
4 "CreationDate":1678092440,
5 "AuthorId":"283444453",
6 "CreditedUserId":null,
7 "DebitedFunds":{
8 "Currency":"EUR",
9 "Amount":10425
10 },
11 "CreditedFunds":{
12 "Currency":"EUR",
13 "Amount":10425
14 },
15 "Fees":{
16 "Currency":"EUR",
17 "Amount":0
18 },
19 "Status":"FAILED",
20 "ResultCode":"005408",
21 "ResultMessage":"Due to repudiations against this transaction, you can not refund this amount.",
22 "ExecutionDate":null,
23 "Type":"PAYOUT",
24 "Nature":"REFUND",
25 "InitialTransactionId":"324444606",
26 "InitialTransactionType":"PAYIN",
27 "InitialTransactionNature":"REGULAR",
28 "DebitedWalletId":"32444427",
29 "CreditedWalletId":null,
30 "RefundReason":{
31 "RefundReasonMessage":null,
32 "RefundReasonType":"INITIALIZED_BY_CLIENT"
33 }
34}