101025

Error messageThe banking alias is not active
DescriptionThe pay-in to the ibanized wallet failed because the Banking Alias is not active.
Categories
Bank wire pay-in

Refused transaction

Causes

This error is triggered when the user attempts to make a pay-in for a Wallet whose Banking Alias Active parameter is set to false.

What to do

In such cases, the end user can retry to make a pay-in to another wallet whose Banking Alias is active.

As a platform, you can also contact the recipient of the transaction to create a new banking alias for the Wallet (as setting a banking alias Active parameter to false is irreversible).

Example

In the example below, find the API response for a failed Bank Wire External Instruction PayIn due to an inactive banking alias.

API Response
1{
2 "CreditedUserId": "145397183",
3 "AuthorId": "145397183",
4 "CreditedWalletId": "157685105",
5 "DebitedBankAccount": {
6 "IBAN": "FR7630004000031234567890143",
7 "BIC": "BNPAFRPP",
8 "AccountNumber": null,
9 "Country": null,
10 "OwnerName": "Nat Romanova",
11 "Type": "IBAN"
12 },
13 "BankingAliasId": "157685114",
14 "Type": "PAYIN",
15 "Status": "FAILED",
16 "ResultCode": "101025",
17 "ResultMessage": "The banking alias is not active",
18 "Nature": "REGULAR",
19 "CreationDate": 1674555770,
20 "ExecutionDate": null,
21 "WireReference": "Test101125",
22 "PaymentType": "BANK_WIRE",
23 "ExecutionType": "EXTERNAL_INSTRUCTION",
24 "DebitedWalletId": null,
25 "Fees": {
26 "Currency": "EUR",
27 "Amount": 0
28 },
29 "DebitedFunds": {
30 "Currency": "EUR",
31 "Amount": 10000
32 },
33 "CreditedFunds": {
34 "Currency": "EUR",
35 "Amount": 10000
36 },
37 "Id": "160738049",
38 "Tag": null
39}