8501

Error messageTransaction refused due to blocked Country
DescriptionThe payout cannot be performed because the target country is not authorized.
Categories
Fraud policy

Payout

Causes

This error is triggered when attempting to make a payout to a bank account domiciled in a country for which the payout feature is blocked.

For more information, see the Country restrictions article.

Example

API Response
1{
2 "ModeRequested":null,
3 "ModeApplied":"NONE",
4 "FallbackReason":null,
5 "EndToEndId":"1e9d9a99d044442d796ec986a5463",
6 "Id":"3294440358",
7 "Tag":"custom meta",
8 "CreationDate":1676641647,
9 "AuthorId":"2276244405",
10 "CreditedUserId":null,
11 "DebitedFunds":{
12 "Currency":"EUR",
13 "Amount":4000
14 },
15 "CreditedFunds":{
16 "Currency":"EUR",
17 "Amount":4000
18 },
19 "Fees":{
20 "Currency":"EUR",
21 "Amount":0
22 },
23 "Status":"FAILED",
24 "ResultCode":"008501",
25 "ResultMessage":"Transaction refused due to blocked Country",
26 "ExecutionDate":null,
27 "Type":"PAYOUT",
28 "Nature":"REGULAR",
29 "CreditedWalletId":null,
30 "DebitedWalletId":"22764449",
31 "PaymentType":"BANK_WIRE",
32 "BankAccountId":"31145444479",
33 "BankWireRef":null
34}