From 0afd47fd6a5a8fdd0ca46568fcef59312ded5ac5 Mon Sep 17 00:00:00 2001 From: Thomas Mattisson Date: Thu, 31 Aug 2023 08:42:27 +0200 Subject: [PATCH] fix: Add creditsafe reject --- api-errors.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api-errors.json b/api-errors.json index de2c01a..5f4d7b7 100644 --- a/api-errors.json +++ b/api-errors.json @@ -351,6 +351,10 @@ "short_message": "Matched By Unverified Phone Number", "long_message": "The content was sent to your Kivra by using phone number as an identifier. In order to open the content in Kivra you first need to verify your phone number" }, + "40322": { + "short_message": "Rejected By Creditsafe", + "long_message": "The request to Creditsafe for the user was rejected" + }, "40400": { "short_message": "Not Found", "long_message": "The resource was not found at the given URI at this time"