Our customers are furniture stores and appliances stores, where many times partial deposit is taken in while placing the order in-person and the rest of the payment is taken from the same card (token) in one or more future transactions. The connect/v1/payments API is working fine for card present in-person and the response body also has a "token" field but I am always getting that as blank.
Is there a way to get a token for multi-use in the response of "connect/v1/payments" of cloud pay, so that the initial payment and tokenization can happen in a single card read operation?
Thanks.