Clarifying the flow of POS api, split payments and webhooks calls

If the transaction was done in offline mode or asynchronously (e.g., for cash or other tender transactions), the server-generated transactionID may not be available immediately. You can use the client_transaction_id value to cross-reference the response with transactions retrieved via the Transactions API. This value corresponds to the client_id field in the Transaction object. :slightly_smiling_face: