Create instore orderAsk AIpost https://integration.api.scalapay.com/v1/instore/ordersCreate an instore order and charge the customer. Use the correct Bearer token for authentication.Body ParamstotalAmountobjectrequiredThe monetary amount.totalAmount objectpreApprovalCodestringrequiredBarcode presented by the customer. It is the code shown to the cashier for payment.requestIdstringrequiredUnique identifier for the v2/instore/orders request from the POS system. It is available in your merchant dashboard.merchantOperatorIdstringrequiredString identifier of the POS operator, such as an employee ID or name.itemsarray of objectsrequiredList of items in the order.items*ADD objectmerchantReferencestringrequiredMerchant reference for tracking the order in your system.Responses 200Instore order created successfully. 400Bad request 401UnauthorizedUpdated 6 months ago