From c3d47f5ba3a00dc1b686623bffd7c282280f813e Mon Sep 17 00:00:00 2001 From: Ruben Date: Thu, 5 Dec 2024 13:15:01 +0200 Subject: [PATCH] add the UK branch of Banking circle to the registry (#231) --- schwifty/bank_registry/manual_gb.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/schwifty/bank_registry/manual_gb.json b/schwifty/bank_registry/manual_gb.json index 126c595..8afbfd4 100644 --- a/schwifty/bank_registry/manual_gb.json +++ b/schwifty/bank_registry/manual_gb.json @@ -326,5 +326,13 @@ "name": "TRANSFERWISE LIMITED", "short_name": "TRANSFERWISE LIMITED", "primary": true + }, + { + "country_code": "GB", + "bic": "SAPYGB2L", + "bank_code": "SAPY", + "name": "BANKING CIRCLE S.A. UK Branch", + "short_name": "BANKING CIRCLE", + "primary": true } ]