Get Payment Terminal CheckoutAsk AIget https://gotab.io/api/api/v2/loc/{location}/payment-terminals/{payment_terminal_uuid}/checkouts/{payment_terminal_checkout_uuid}Get a payment terminal checkout. Optionally wait for completion if still in progress.Path Paramslocationstringrequired The uuid or url_name of the location payment_terminal_uuidstringrequired The uuid of the payment terminal payment_terminal_checkout_uuidstringrequired The uuid of the payment terminal checkout Query Paramswaitinteger Optional number of seconds to wait for the checkout to complete if still in progress (max 20 seconds) wait_forstring Optional wait target (checkout|overall; default checkout) Responses 200Payment terminal checkout retrieved 202Payment terminal checkout is still in progress 404Payment terminal checkout not foundUpdated 5 months ago