latestOpenAPI 3.0.32026-08-215925112.0 MB

36be0dca14e7

api

Convert Checkout

post/api/pos/{id}/convert-checkout

Path parameters

idstring required

Request body

checkoutIdstring required
paymentMethodstring required
paymentType'terminal' | 'local' | 'terminalManual' | 'qrCode' required
customerIdstring

Response

OK

Example response

{
  "checkout": {
    "type": "transaction"
  }
}