diff --git a/src/components/logos/LogoPayment.tsx b/src/components/logos/LogoPayment.tsx
index bb9e8b93..236bb49d 100644
--- a/src/components/logos/LogoPayment.tsx
+++ b/src/components/logos/LogoPayment.tsx
@@ -1,21 +1,22 @@
import React from "react";
/* Logos */
-import LogoPaymentMaestro from "./svg/LogoPaymentMaestro";
-import LogoPaymentMastercard from "./svg/LogoPaymentMastercard";
-import LogoPaymentVisa from "./svg/LogoPaymentVisa";
import LogoPaymentAmex from "./svg/LogoPaymentAmex";
+import LogoPaymentApplePay from "./svg/LogoPaymentApplePay";
+import LogoPaymentBancomatPay from "./svg/LogoPaymentBancomatPay";
import LogoPaymentDiners from "./svg/LogoPaymentDiners";
import LogoPaymentDiscover from "./svg/LogoPaymentDiscover";
import LogoPaymentJCB from "./svg/LogoPaymentJCB";
-import LogoPaymentUnionPay from "./svg/LogoPaymentUnionPay";
-import LogoPaymentPayPal from "./svg/LogoPaymentPayPal";
-import LogoPaymentBancomatPay from "./svg/LogoPaymentBancomatPay";
-import LogoPaymentVPay from "./svg/LogoPaymentVPay";
+import LogoPaymentMaestro from "./svg/LogoPaymentMaestro";
+import LogoPaymentMastercard from "./svg/LogoPaymentMastercard";
+import LogoPaymentMyBank from "./svg/LogoPaymentMyBank";
import LogoPaymentPagoBancomat from "./svg/LogoPaymentPagoBancomat";
+import LogoPaymentPayPal from "./svg/LogoPaymentPayPal";
import LogoPaymentPostepay from "./svg/LogoPaymentPostepay";
-import LogoPaymentMyBank from "./svg/LogoPaymentMyBank";
-import LogoPaymentApplePay from "./svg/LogoPaymentApplePay";
+import LogoPaymentSatispay from "./svg/LogoPaymentSatispay";
+import LogoPaymentUnionPay from "./svg/LogoPaymentUnionPay";
+import LogoPaymentVPay from "./svg/LogoPaymentVPay";
+import LogoPaymentVisa from "./svg/LogoPaymentVisa";
export const IOPaymentLogos = {
maestro: LogoPaymentMaestro,
@@ -29,9 +30,10 @@ export const IOPaymentLogos = {
payPal: LogoPaymentPayPal,
bancomatPay: LogoPaymentBancomatPay,
vPay: LogoPaymentVPay,
- pagoBancomat: LogoPaymentPagoBancomat,
+ satispay: LogoPaymentSatispay,
postepay: LogoPaymentPostepay,
myBank: LogoPaymentMyBank,
+ pagoBancomat: LogoPaymentPagoBancomat,
applePay: LogoPaymentApplePay
} as const;
diff --git a/src/components/logos/LogoPaymentExt.tsx b/src/components/logos/LogoPaymentExt.tsx
index 1985ccab..f1219368 100644
--- a/src/components/logos/LogoPaymentExt.tsx
+++ b/src/components/logos/LogoPaymentExt.tsx
@@ -1,20 +1,21 @@
import React from "react";
/* Logos */
-import LogoPaymentExtMaestro from "./svg/LogoPaymentExtMaestro";
-import LogoPaymentExtMastercard from "./svg/LogoPaymentExtMastercard";
-import LogoPaymentExtVisa from "./svg/LogoPaymentExtVisa";
-import LogoPaymentExtVisaElectron from "./svg/LogoPaymentExtVisaElectron";
-import LogoPaymentExtVPay from "./svg/LogoPaymentExtVPay";
+import LogoPaymentExtAmex from "./svg/LogoPaymentExtAmex";
+import LogoPaymentExtApplePay from "./svg/LogoPaymentExtApplePay";
+import LogoPaymentExtBancomatPay from "./svg/LogoPaymentExtBancomatPay";
import LogoPaymentExtDiners from "./svg/LogoPaymentExtDiners";
import LogoPaymentExtJCB from "./svg/LogoPaymentExtJCB";
-import LogoPaymentExtUnionPay from "./svg/LogoPaymentExtUnionPay";
+import LogoPaymentExtMaestro from "./svg/LogoPaymentExtMaestro";
+import LogoPaymentExtMastercard from "./svg/LogoPaymentExtMastercard";
+import LogoPaymentExtPagoBancomat from "./svg/LogoPaymentExtPagoBancomat";
import LogoPaymentExtPayPal from "./svg/LogoPaymentExtPayPal";
-import LogoPaymentExtBancomatPay from "./svg/LogoPaymentExtBancomatPay";
import LogoPaymentExtPostepay from "./svg/LogoPaymentExtPostepay";
-import LogoPaymentExtPagoBancomat from "./svg/LogoPaymentExtPagoBancomat";
-import LogoPaymentExtApplePay from "./svg/LogoPaymentExtApplePay";
-import LogoPaymentExtAmex from "./svg/LogoPaymentExtAmex";
+import LogoPaymentExtSatispay from "./svg/LogoPaymentExtSatispay";
+import LogoPaymentExtUnionPay from "./svg/LogoPaymentExtUnionPay";
+import LogoPaymentExtVPay from "./svg/LogoPaymentExtVPay";
+import LogoPaymentExtVisa from "./svg/LogoPaymentExtVisa";
+import LogoPaymentExtVisaElectron from "./svg/LogoPaymentExtVisaElectron";
export const IOPaymentExtLogos = {
maestro: LogoPaymentExtMaestro,
@@ -27,6 +28,7 @@ export const IOPaymentExtLogos = {
jcb: LogoPaymentExtJCB,
unionPay: LogoPaymentExtUnionPay,
payPal: LogoPaymentExtPayPal,
+ satispay: LogoPaymentExtSatispay,
bancomatPay: LogoPaymentExtBancomatPay,
postepay: LogoPaymentExtPostepay,
pagoBancomat: LogoPaymentExtPagoBancomat,
diff --git a/src/components/logos/svg/LogoPaymentExtSatispay.tsx b/src/components/logos/svg/LogoPaymentExtSatispay.tsx
new file mode 100644
index 00000000..fb8e801b
--- /dev/null
+++ b/src/components/logos/svg/LogoPaymentExtSatispay.tsx
@@ -0,0 +1,24 @@
+import React from "react";
+import { Svg, Path } from "react-native-svg";
+import { SVGLogoProps } from "../types";
+
+const LogoPaymentExtSatispay = ({ size }: SVGLogoProps) => (
+
+);
+
+export default LogoPaymentExtSatispay;
diff --git a/src/components/logos/svg/LogoPaymentSatispay.tsx b/src/components/logos/svg/LogoPaymentSatispay.tsx
new file mode 100644
index 00000000..62168877
--- /dev/null
+++ b/src/components/logos/svg/LogoPaymentSatispay.tsx
@@ -0,0 +1,19 @@
+import React from "react";
+import { Svg, Path, Rect } from "react-native-svg";
+import { SVGLogoProps } from "../types";
+
+const LogoPaymentSatispay = ({ size }: SVGLogoProps) => (
+
+);
+
+export default LogoPaymentSatispay;
diff --git a/src/components/logos/svg/originals/LogoPaymentExtSatispay.svg b/src/components/logos/svg/originals/LogoPaymentExtSatispay.svg
new file mode 100644
index 00000000..98eaf10d
--- /dev/null
+++ b/src/components/logos/svg/originals/LogoPaymentExtSatispay.svg
@@ -0,0 +1,16 @@
+
diff --git a/src/components/logos/svg/originals/LogoPaymentSatispay.svg b/src/components/logos/svg/originals/LogoPaymentSatispay.svg
new file mode 100644
index 00000000..822cf680
--- /dev/null
+++ b/src/components/logos/svg/originals/LogoPaymentSatispay.svg
@@ -0,0 +1,11 @@
+