| Error message | This payout uses a non-SCA compliant bank account. Please create via the recipient endpoint and try again. |
|---|---|
| Description | The payout failed because the linked Bank Account object was created after April 30, 2026. |
| Categories | Payout Bank account SCA |
Causes
This error occurs when a payout’sBankAccountId references an object created via a POST Create a Bank Account endpoint after April 30, 2026.
From this date, external accounts must be registered using the Recipient endpoints and authenticated using SCA.
What to do
Your platform needs to register the external account using the Recipients endpoint, which requires the user to authenticate the action via Mangopay’s hosted SCA session. To resolve this error:- Strongly recommended: Retrieve the expected schema of the external account and validate the user’s data against it – see the Recipients guide for details on these steps.
- Register the external account using the POST Create a Recipient endpoint, redirecting the user on the
PendingUserAction.RedirectUrlto authenticate via SCA – see the SCA redirection guide for details. - Retry the payout request using the
Idof the Recipient in theRecipientId(orBankAccountId) property.
Example
In the example below, a payout was attempted using a non-SCA-compliant bank account.Payout API Response