8503

Error messageTransaction refused due to blocked BIC
DescriptionThe payout cannot be performed because the target bank is not authorized.
Categories
Payout

Fraud policy

Causes

This error is triggered when attempting to make a payout to a bank that has been blocked by Mangopay’s teams.

What to do

In such cases, the user can create a different bank account, belonging to an authorized bank.

If there seems to be no reason for the bank to be blocked, platforms can contact Mangopay’s Support team to review the situation.

Example

In the example below, a payout was made to a blocked bank.

API Response
1{
2 "ModeRequested":"STANDARD",
3 "ModeApplied":"STANDARD",
4 "FallbackReason":null,
5 "EndToEndId":"fa17a353a51b475e9460c30478d04814",
6 "Id":"6659632",
7 "Tag":"Custom meta",
8 "CreationDate":1677169822,
9 "AuthorId":"6659625",
10 "CreditedUserId":null,
11 "DebitedFunds":{
12 "Currency":"EUR",
13 "Amount":4900
14 },
15 "CreditedFunds":{
16 "Currency":"EUR",
17 "Amount":4900
18 },
19 "Fees":{
20 "Currency":"EUR",
21 "Amount":0
22 },
23 "Status":"FAILED",
24 "ResultCode":"008503",
25 "ResultMessage":"Transaction refused due to blocked BIC",
26 "ExecutionDate":null,
27 "Type":"PAYOUT",
28 "Nature":"REGULAR",
29 "CreditedWalletId":null,
30 "DebitedWalletId":"6659626",
31 "PaymentType":"BANK_WIRE",
32 "BankAccountId":"6659631",
33 "BankWireRef":"Ref156489"
34}