We have a system that has Square Connect PHP SDK Version 2.7.0 (2018-04-26). In our database, we have stored customer ids and card ids created using its CustomersApi createCustomer and createCustomerCard functions. Will this customer and card data still work with the new Square API Version 2022-07-20?
I have tested the new api, the customer ids are still 26 characters and the card ids (ccof) are still “ccof:” followed by 19 characters. If these data will still work, I will be using them in the orders and payments api.