We are creating one mobile application using clover. We are going to handle payment for order from app side using E Commerce API.
if you refer https://docs.clover.com/docs/eCommerce-saving-card, It is mentioned there to use "/v1/customers" endpoint to create customer.
What is difference between using v1 and v3 endpoint for creating customer?
Is customer created with v1 endpoint valid for creating order with v3 endpoint?
Is customer created with v3 endpoint valid for using payment API?