# Customer's Request
# Create customer [POST]
**https://api.paiwise.com/checkout/create-customer** \[POST\]
first\_name | String | Customer's last name |
last\_name | String | Customer's last name |
email | String | Customer's email |
metaData | Array | Key value pair array to store additional data together with the customer. |
[](https://wiki.paiwise.tech/uploads/images/gallery/2022-08/Id5image.png)
# Retrieve customer [POST]
**https://api.paiwise.com/checkout/retrieve-customer** \[POST\]
customer\_id | String | Customer's id |
[](https://wiki.paiwise.tech/uploads/images/gallery/2022-08/uxJimage.png)
# Delete customer [POST]
**https://api.paiwise.com/checkout/delete-customer** \[POST\]
customer\_id | String | Customer's id |
[](https://wiki.paiwise.tech/uploads/images/gallery/2023-09/oThimage.png)