121007
Error message | The author is not the bank account owner |
---|---|
Description | The 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
{
"ModeRequested":"STANDARD",
"ModeApplied":"NONE",
"FallbackReason":null,
"EndToEndId":"8de3a444444cc95a9b8f9dcd0",
"Id":"3327999444",
"Tag":"",
"CreationDate":1677595681,
"AuthorId":"32799855558",
"CreditedUserId":null,
"DebitedFunds":{
"Currency":"EUR",
"Amount":12000000
},
"CreditedFunds":{
"Currency":"EUR",
"Amount":12000000
},
"Fees":{
"Currency":"EUR",
"Amount":0
},
"Status":"FAILED",
"ResultCode":"121007",
"ResultMessage":"The author is not the bank account owner",
"ExecutionDate":null,
"Type":"PAYOUT",
"Nature":"REGULAR",
"CreditedWalletId":null,
"DebitedWalletId":"32799444429",
"PaymentType":"BANK_WIRE",
"BankAccountId":"330099444477",
"BankWireRef":null
}
Was this page helpful?