diff --git a/paybylink-example/package-lock.json b/paybylink-example/package-lock.json
index 80ae986..7deea12 100644
--- a/paybylink-example/package-lock.json
+++ b/paybylink-example/package-lock.json
@@ -9,7 +9,7 @@
       "version": "1.0.0",
       "license": "MIT",
       "dependencies": {
-        "@adyen/api-library": "^19.2.0",
+        "@adyen/api-library": "^19.3.0",
         "ansi-regex": "^6.1.0",
         "dot-prop": "^9.0.0",
         "dotenv": "^16.4.5",
@@ -27,9 +27,9 @@
       }
     },
     "node_modules/@adyen/api-library": {
-      "version": "19.2.0",
-      "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-19.2.0.tgz",
-      "integrity": "sha512-eIitVPBo+9ppquERgG8xCNne85mXDFQx28nS7SmSR7/xJDV1cg0XYHsZwi163ZGwxwqi7x9wVc933IuJUTq/Yg==",
+      "version": "19.3.0",
+      "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-19.3.0.tgz",
+      "integrity": "sha512-TSSvDVvPamALa3dxzzACGH/Fws6DS/J4ZQcm2xFRyhTLtSea9yXxX6WeRmOI3s+H+jBuHDgE9hpKJrRFet1vjg==",
       "dependencies": {
         "https-proxy-agent": "5.0.1"
       },
@@ -2691,9 +2691,9 @@
   },
   "dependencies": {
     "@adyen/api-library": {
-      "version": "19.2.0",
-      "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-19.2.0.tgz",
-      "integrity": "sha512-eIitVPBo+9ppquERgG8xCNne85mXDFQx28nS7SmSR7/xJDV1cg0XYHsZwi163ZGwxwqi7x9wVc933IuJUTq/Yg==",
+      "version": "19.3.0",
+      "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-19.3.0.tgz",
+      "integrity": "sha512-TSSvDVvPamALa3dxzzACGH/Fws6DS/J4ZQcm2xFRyhTLtSea9yXxX6WeRmOI3s+H+jBuHDgE9hpKJrRFet1vjg==",
       "requires": {
         "@types/node": "14.18.63",
         "https-proxy-agent": "5.0.1"
diff --git a/paybylink-example/package.json b/paybylink-example/package.json
index 8a3c358..a51b4fb 100644
--- a/paybylink-example/package.json
+++ b/paybylink-example/package.json
@@ -12,7 +12,7 @@
   "author": "",
   "license": "MIT",
   "dependencies": {
-    "@adyen/api-library": "^19.2.0",
+    "@adyen/api-library": "^19.3.0",
     "ansi-regex": "^6.1.0",
     "dotenv": "^16.4.5",
     "dot-prop": "^9.0.0",