diff --git a/account_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py b/account_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py index b48b3991ca..cd6f093430 100644 --- a/account_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py +++ b/account_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py @@ -64,6 +64,9 @@ "T0303": _("Electronic funds transfer (EFT)"), "T0400": _("General withdrawal from PayPal account"), "T0401": _("AutoSweep"), + "T0403": _( + "Withdrawals initiated by user manually. Not related to automated scheduled withdrawals" + ), "T0500": _("General PayPal debit card transaction"), "T0501": _("Virtual PayPal debit card transaction"), "T0502": _("PayPal debit card withdrawal to ATM"),