121007

Error messageThe author is not the bank account owner
DescriptionThe payout author is not the corresponding bank account owner.
Categories
Payout

Causes

This error occurs when the payout AuthorId is different from the UserId of the Bank Account to which the payout is made.

Example

API Response
1{
2 "ModeRequested":"STANDARD",
3 "ModeApplied":"NONE",
4 "FallbackReason":null,
5 "EndToEndId":"8de3a444444cc95a9b8f9dcd0",
6 "Id":"3327999444",
7 "Tag":"",
8 "CreationDate":1677595681,
9 "AuthorId":"32799855558",
10 "CreditedUserId":null,
11 "DebitedFunds":{
12 "Currency":"EUR",
13 "Amount":12000000
14 },
15 "CreditedFunds":{
16 "Currency":"EUR",
17 "Amount":12000000
18 },
19 "Fees":{
20 "Currency":"EUR",
21 "Amount":0
22 },
23 "Status":"FAILED",
24 "ResultCode":"121007",
25 "ResultMessage":"The author is not the bank account owner",
26 "ExecutionDate":null,
27 "Type":"PAYOUT",
28 "Nature":"REGULAR",
29 "CreditedWalletId":null,
30 "DebitedWalletId":"32799444429",
31 "PaymentType":"BANK_WIRE",
32 "BankAccountId":"330099444477",
33 "BankWireRef":null
34}