commit b12969e06bef2b6732f0b22c432ca8e7f9bfec27
parent 1cf1485e89dca90e13ecca8a064b7b9c849cae55
Author: Sebastian <sebasjm@gmail.com>
Date: Mon, 4 Aug 2025 22:11:47 +0200
more tags for version 21
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -219,11 +219,13 @@ such as the implemented version of the protocol and the currency used.
// Set when the merchant supports
// self-provisioning instances.
+ // Since protocol **v21**
have_self_provisioning?: boolean;
// Tan channels that are required
// to be confirmed for an instance to
// be useable.
+ // Since protocol **v21**
mandatory_tan_channels?: TanChannel[];
}
@@ -1224,6 +1226,7 @@ Setting up instances
.. http:post:: /instances
This request will be used to create a new merchant instance in the backend.
+ Since protocol **v21**.
Only available if self-provisioning is enabled.