summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/anastasis.h5
-rw-r--r--src/include/anastasis_service.h6
2 files changed, 11 insertions, 0 deletions
diff --git a/src/include/anastasis.h b/src/include/anastasis.h
index 90f3f5d..473756f 100644
--- a/src/include/anastasis.h
+++ b/src/include/anastasis.h
@@ -126,6 +126,11 @@ enum ANASTASIS_ChallengeStartStatus
ANASTASIS_CHALLENGE_START_STATUS_TAN_SENT_HINT_PROVIDED,
/**
+ * A TAN has been sent before.
+ */
+ ANASTASIS_CHALLENGE_START_STATUS_TAN_ALREADY_SENT,
+
+ /**
* Wire transfer required, banking details provided.
*/
ANASTASIS_CHALLENGE_START_STATUS_BANK_TRANSFER_REQUIRED
diff --git a/src/include/anastasis_service.h b/src/include/anastasis_service.h
index e88b7e0..8af0f07 100644
--- a/src/include/anastasis_service.h
+++ b/src/include/anastasis_service.h
@@ -596,6 +596,12 @@ enum ANASTASIS_ChallengeDetailType
ANASTASIS_CS_TAN_SENT,
/**
+ * A challenge TAN was already recently sent to the customer.
+ * A hint may be provided as to the address used.
+ */
+ ANASTASIS_CS_TAN_ALREADY_SENT,
+
+ /**
* The customer should wire funds to the bank
* account address provided.
*/