Create Order and attach Transaction via Gateway API

The Python sample demonstrates Order creation with fulfilled Line Items and the Order in Open status. I have that working. How is it, or is it, possible to use the cloudMessages API to start a sale (tenderType) transaction linked to the id of the previously created Order so that, on the terminal, it is as-if you selected the Order for payment and start a credit sale against it?

Thank you in advance for your help!

Steve

yes, you can pass orderId param in the cloud message. Please check https://github.com/poynt/python-sample/blob/master/src/PoyntAPI.py#L706