From b038412361fa8a7d0255036c5c2cd3bfb619f09e Mon Sep 17 00:00:00 2001 From: Yifan Yu Date: Tue, 9 Jan 2024 12:45:55 +0200 Subject: [PATCH 1/2] feat(fi): add 40315 sca_required for scheduled payment cancellation --- api-errors.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api-errors.json b/api-errors.json index 520d166..af41b74 100644 --- a/api-errors.json +++ b/api-errors.json @@ -343,6 +343,10 @@ "short_message": "SCA Cancelled", "long_message": "Strong Customer Authentication cancelled" }, + "40315": { + "short_message": "SCA Required", + "long_message": "Strong Customer Authentication required. Follow the given URL to authenticate the payment action." + }, "40317": { "short_message": "Guardians Required", "long_message": "SSN is underage but can onboard with guardian approval" From e4d8d443010ed07f9679f2b7c2d95232519abdfa Mon Sep 17 00:00:00 2001 From: Yifan Yu Date: Tue, 9 Jan 2024 12:46:48 +0200 Subject: [PATCH 2/2] fix --- api-errors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-errors.json b/api-errors.json index af41b74..5562659 100644 --- a/api-errors.json +++ b/api-errors.json @@ -345,7 +345,7 @@ }, "40315": { "short_message": "SCA Required", - "long_message": "Strong Customer Authentication required. Follow the given URL to authenticate the payment action." + "long_message": "Strong Customer Authentication required. Follow the given URL to authenticate the payment action" }, "40317": { "short_message": "Guardians Required",