Payment & Checkout - 010309
Store level properties to configure the in-app payment and checkout.
Gate Checkout
| 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
| Property | Migration | Data Type, Range | Description | Default |
|---|---|---|---|---|
| payment | ||||
| maxRetry | Maximum number of retries to get a final state from the Payment Service. | 10 | ||