diff --git a/CHANGELOG.md b/CHANGELOG.md
index c1334b8cec..047710d1bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Draft
+- Add missing icon for JCB card provider in the saved payment methods [#2489](https://github.com/bigcommerce/cornerstone/pull/2489)
- Cornerstone changes to support inc/ex tax price lists on PDP [#2486](https://github.com/bigcommerce/cornerstone/pull/2486)
- Viewing Orders after logging into customer account displays incorrect quantity of products ordered compared to Order details page. [#2482](https://github.com/bigcommerce/cornerstone/pull/2482)
- High severity security issue [#2477](https://github.com/bigcommerce/cornerstone/pull/2477)
diff --git a/assets/img/icon-sprite.svg b/assets/img/icon-sprite.svg
index debb4aa553..e5105d3c4c 100644
--- a/assets/img/icon-sprite.svg
+++ b/assets/img/icon-sprite.svg
@@ -1 +1,74 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/assets/img/payment-methods/jcb.svg b/assets/img/payment-methods/jcb.svg
new file mode 100644
index 0000000000..e594ef2034
--- /dev/null
+++ b/assets/img/payment-methods/jcb.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/config.json b/config.json
index d8272ab00b..3c539307b4 100644
--- a/config.json
+++ b/config.json
@@ -378,6 +378,7 @@
"american_express",
"diners_club",
"discover",
+ "jcb",
"mastercard",
"unionpay",
"visa"