121006

Error messageThe associated bank account is not active
DescriptionThe bank account targeted by the payout is inactive.
Categories
Payout

Causes

This error may occur when attempting to make a payout to a bank account whose Active parameter value is set to false.

What to do

In such cases, a new Bank Account needs to be created by the platform, as it is not possible to set the Active parameter value back to true.

Example

In the example below, a payout to an inactive bank account was made.

API Response
1{
2 "Id": "po_b_01JMC3R2ASSNV2B2J228T598JT",
3 "Tag": "Created using Mangopay API Postman Collection",
4 "CreationDate": 1739868342,
5 "AuthorId": "user_m_01JKWYDT94N91CW572D7QNNYRP",
6 "CreditedUserId": null,
7 "DebitedFunds": {
8 "Currency": "EUR",
9 "Amount": 2673
10 },
11 "CreditedFunds": {
12 "Currency": "EUR",
13 "Amount": 2646
14 },
15 "Fees": {
16 "Currency": "EUR",
17 "Amount": 27
18 },
19 "Status": "FAILED",
20 "ResultCode": "121006",
21 "ResultMessage": "The associated bank account is not active",
22 "ExecutionDate": null,
23 "Type": "PAYOUT",
24 "Nature": "REGULAR",
25 "CreditedWalletId": null,
26 "DebitedWalletId": "wlt_m_01JMAAKGM0VCBCQ5V4DB3EZPER",
27 "PaymentType": "BANK_WIRE",
28 "BankAccountId": "bankacc_m_01JMCR5Y5BZJQR60J4DFYJNSNR",
29 "BankWireRef": "Example123",
30 "ModeRequested": null,
31 "ModeApplied": "PENDING_RESPONSE",
32 "FallbackReason": null,
33 "EndToEndId": "ba3d947cc1714d62ab33798d8ce12a71",
34 "PaymentRef": null
35}