Payment & Checkout - 010309

Store level properties to configure the in-app payment and checkout.

Gate Checkout

Table 1. payment.properties
Property Migration Data Type, Range Description Default
payment.checkout-code.barcode Properties to configure how the checkout code is shown to the customer.
baseUrl String Base URL to call the Gate Service. The generated code is added to this string and the result is encoded as a QR code. This is only used for barcode.type = QR 'http://localhost:8080/GateService/Appliance?code='
type 'PLAIN' | 'QR' | 'EAN128' Defines how the generated checkout code from the Payment Service is displayed. 'QR'

In-App Payment

Table 2. payment.properties
Property Migration Data Type, Range Description Default
payment
maxRetry Maximum number of retries to get a final state from the Payment Service. 10