commit cffab8d7b3315c731ce0102ce084736771fc550d parent 86bc04b9c4fe93d6bd0d5b4ae7a8ceb8d3706399 Author: Florian Dold <florian@dold.me> Date: Tue, 30 Jan 2024 23:12:21 +0100 expand otp docs Diffstat:
| M | core/api-merchant.rst | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -3145,6 +3145,9 @@ to validate that a customer made a payment. otp_key: string; // Algorithm for computing the POS confirmation. + // 0: No algorithm (no pos confirmation will be generated) + // 1: Without amounts (typical OTP device) + // 2: With amounts (special-purpose OTP device) otp_algorithm: Integer; // Counter for counter-based OTP devices.