question

bobbygill avatar image
bobbygill asked David Marginian Deactivated answered

Difference between v1 and v3 customer endpoint

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?

OrdersPaymentsCustomers
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
David Marginian avatar image
David Marginian Deactivated answered

Have you see the REST API docs?

https://docs.clover.com/reference/customers#createcustomer

Creates a card-on-file customer record. If you do not want to save card data for the customer, use the v3/merchants/{mId}/customers endpoint instead.

Is customer created with v1 endpoint valid for creating order with v3 endpoint?

I believe the answer to this is yes.

Is customer created with v3 endpoint valid for using payment API?

Yes.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community